summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
7 daysHID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte readsSrinivas Pandruvada1-6/+71
7 daysHID: lg-g15: cancel pending work on remove to fix a use-after-freeMaoyi Xie1-0/+16
7 daysHID: appleir: fix UAF on pending key_up_timer in remove()Manish Khadka1-10/+35
7 daysHID: multitouch: fix out-of-bounds bit access on mt_io_flagsTrung Nguyen1-12/+20
7 daysHID: letsketch: fix UAF on inrange_timer at driver unbindManish Khadka1-3/+33
7 daysHID: wacom: use GFP_ATOMIC in wacom_wac_queue_flush()Jinmo Yang1-1/+1
7 daysHID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insertJinmo Yang1-2/+4
7 daysHID: pidff: Use correct effect type in effect updateOleg Makarenko1-1/+1
7 daysHID: wacom: stop hardware after post-start probe failuresMyeonghun Pak1-6/+6
7 daysHID: uhid: convert to hid_safe_input_report()Carlos Llamas1-4/+4
7 daysHID: hid-goodix-spi: validate report size to prevent stack buffer overflowTianchu Chen1-0/+3
2026-06-09HID: wacom: Fix OOB write in wacom_hid_set_device_mode()Lee Jones2-3/+11
2026-06-09HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mousehlleng2-0/+2
2026-06-09media: rc: fix race between unregister and urb/irq callbacksSean Young1-0/+1
2026-06-01HID: quirks: really enable the intended work around for appledisplayLukas Bulwahn1-1/+1
2026-06-01HID: uclogic: Fix regression of input name assignmentTakashi Iwai1-1/+3
2026-06-01HID: intel-thc-hid: Intel-quickspi: Fix some error codesDan Carpenter1-2/+2
2026-05-23HID: core: Fix size_t specifier in hid_report_raw_event()Nathan Chancellor1-2/+2
2026-05-23HID: core: introduce hid_safe_input_report()Benjamin Tissoires3-8/+35
2026-05-23HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires8-25/+41
2026-05-23HID: usbhid: fix deadlock in hid_post_reset()Oliver Neukum1-1/+1
2026-05-23HID: asus: do not abort probe when not necessaryDenis Benato1-15/+10
2026-05-23HID: asus: make asus_resume adhere to linux kernel coding standardsDenis Benato1-1/+2
2026-05-17HID: pidff: Fix integer overflow in pidff_rescaleTomasz Pakuła1-2/+5
2026-05-17HID: appletb-kbd: run inactivity autodim from workqueuesSangyun Kim1-14/+30
2026-05-17HID: appletb-kbd: fix UAF in inactivity-timer cleanup pathSangyun Kim1-8/+8
2026-05-17HID: playstation: Clamp num_touch_reportsT.J. Mercier1-2/+4
2026-05-07HID: apple: ensure the keyboard backlight is off if suspendingAditya Garg1-0/+2
2026-04-22HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman1-0/+3
2026-04-22HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman1-0/+3
2026-04-22HID: amd_sfh: don't log error when device discovery fails with -EOPNOTSUPPMaximilian Pezzullo1-1/+2
2026-04-22HID: roccat: fix use-after-free in roccat_report_eventBenoît Sevens1-0/+2
2026-04-22HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3leo vriska2-0/+4
2026-04-22HID: Intel-thc-hid: Intel-quickspi: Add NVL Device IDsEven Xu2-0/+8
2026-04-11HID: appletb-kbd: add .resume method in PMAditya Garg1-2/+3
2026-04-11HID: multitouch: Check to ensure report responses match the requestLee Jones1-0/+7
2026-04-11HID: core: Mitigate potential OOB by removing bogus memset()Lee Jones1-3/+4
2026-04-11HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation ...Lee Jones1-1/+3
2026-04-11HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irqBenoît Sevens1-0/+10
2026-04-11HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund1-0/+2
2026-04-02HID: apple: avoid memory leak in apple_report_fixup()Günther Noack1-3/+1
2026-04-02HID: asus: add xg mobile 2023 external hardware supportDenis Benato2-0/+4
2026-04-02HID: mcp2221: cancel last I2C command on read errorRomain Sioen1-0/+2
2026-04-02HID: apple: Add EPOMAKER TH87 to the non-apple keyboards listTakashi Iwai1-0/+3
2026-04-02HID: intel-ish-hid: ipc: Add Nova Lake-H/S PCI device IDsZhang Lixu2-0/+14
2026-04-02HID: magicmouse: avoid memory leak in magicmouse_report_fixup()Günther Noack1-3/+1
2026-04-02HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2Julius Lehmann1-1/+1
2026-04-02HID: asus: avoid memory leak in asus_report_fixup()Günther Noack1-4/+11
2026-03-25HID: bpf: prevent buffer overflow in hid_hw_requestBenjamin Tissoires1-0/+2
2026-03-12HID: multitouch: new class MT_CLS_EGALAX_P80H84Ian Ray1-2/+9