summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2026-05-14Merge tag 'hid-for-linus-2026051401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-80/+265
2026-05-12HID: logitech-hidpp: Add support for newer Bluetooth keyboardsAlain Michaud-0/+38
2026-05-12HID: pidff: Fix integer overflow in pidff_rescaleTomasz Pakuła-2/+5
2026-05-12HID: i2c-hid: add reset quirk for BLTP7853 touchpadXu Rao-0/+5
2026-05-12HID: core: introduce hid_safe_input_report()Benjamin Tissoires-8/+35
2026-05-12HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires-25/+41
2026-05-12HID: google: hammer: stop hardware on devres action failureMyeonghun Pak-1/+1
2026-05-12HID: appletb-kbd: run inactivity autodim from workqueuesSangyun Kim-14/+30
2026-05-12HID: appletb-kbd: fix UAF in inactivity-timer cleanup pathSangyun Kim-8/+8
2026-05-12HID: playstation: Clamp num_touch_reportsT.J. Mercier-2/+4
2026-05-12HID: magicmouse: Prevent out-of-bounds (OOB) read during DOUBLE_REPORT_IDLee Jones-0/+16
2026-05-12HID: mcp2221: fix OOB write in mcp2221_raw_event()Florian Pradines-0/+7
2026-05-12HID: quirks: really enable the intended work around for appledisplayLukas Bulwahn-1/+1
2026-05-12HID: hid-sjoy: race between init and usageOliver Neukum-6/+6
2026-04-28HID: uclogic: Fix regression of input name assignmentTakashi Iwai-1/+3
2026-04-28HID: intel-thc-hid: Intel-quickspi: Fix some error codesDan Carpenter-2/+2
2026-04-28HID: hid-lenovo-go-s: restore OS_TYPE after resume from s2idleMatthew Schwartz-0/+44
2026-04-28HID: elan: Add support for ELAN SB974D touchpadDamien Dejean-0/+2
2026-04-28HID: sony: add missing size validation for Rock Band 3 Pro instrumentsRosalie Wanders-1/+1
2026-04-28HID: sony: add missing size validation for SMK-Link remotesRosalie Wanders-3/+2
2026-04-28HID: sony: remove unneeded WARN_ON() in sony_leds_init()Rosalie Wanders-3/+0
2026-04-28HID: ft260: validate i2c input report lengthMichael Zaidman-2/+14
2026-04-28HID: sony: fix incorrect force-feedback check in sony_suspend()Rosalie Wanders-3/+2
2026-04-22Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2026-04-17Merge tag 'hid-for-linus-2026041601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-476/+9034
2026-04-16Merge branch 'for-7.1/asus' into for-linusJiri Kosina-51/+57
2026-04-16Merge branch 'for-7.1/hid-bpf' into for-linusJiri Kosina-22/+3865
2026-04-16Merge branch 'for-7.1/intel-thc' into for-linusJiri Kosina-6/+61
2026-04-16Merge branch 'for-7.1/lenovo-v2' into for-linusJiri Kosina-2/+4041
2026-04-16Merge branch 'for-7.1/mcp2221' into for-linusJiri Kosina-13/+23
2026-04-16Merge branch 'for-7.1/pidff' into for-linusJiri Kosina-19/+47
2026-04-16Merge branch 'for-7.1/pl' into for-linusJiri Kosina-8/+4
2026-04-16Merge branch 'for-7.1/sony' into for-linusJiri Kosina-80/+349
2026-04-16Merge branch 'for-7.1/winwing' into for-linusJiri Kosina-14/+182
2026-04-16Merge branch 'for-7.1/core-v2' into for-linusJiri Kosina-336/+350
2026-04-15Merge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-0/+1
2026-04-13HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman-0/+3
2026-04-10HID: logitech-dj: fix wrong detection of bad DJ_SHORT output reportBenjamin Tissoires-1/+2
2026-04-09HID: logitech-hidpp: fix race condition when accessing stale stack pointerBenoît Sevens-7/+17
2026-04-09HID: winwing: Enable rumble effectsIvan Gorinov-14/+182
2026-04-09HID: core: do not allow parsing 0-sized reportsDmitry Torokhov-0/+5
2026-04-09HID: usbhid: refactor endpoint lookupJohan Hovold-5/+3
2026-04-09HID: huawei: fix CD30 keyboard report descriptor issueMiao Li-0/+93
2026-04-09HID: playstation: validate num_touch_reports in DualShock 4 reportsBenoît Sevens-0/+12
2026-04-09HID: drop 'default !EXPERT' from tristate symbolsThomas Weißschuh-13/+0
2026-04-09HID: usbhid: fix deadlock in hid_post_reset()Oliver Neukum-1/+1
2026-04-09HID: apple: ensure the keyboard backlight is off if suspendingAditya Garg-0/+2
2026-04-09HID: quirks: Set ALWAYS_POLL for LOGITECH_BOLT_RECEIVERNícolas F. R. A. Prado-0/+1
2026-04-09HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman-0/+3
2026-04-09HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT related user initiated OOB writeLee Jones-0/+10