summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
9 daysMerge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-23/+85
2026-02-27HID: mcp2221: cancel last I2C command on read errorRomain Sioen-0/+2
2026-02-27HID: asus: add xg mobile 2023 external hardware supportDenis Benato-0/+4
2026-02-26HID: multitouch: Keep latency normal on deactivate for reactivation gestureWerner Sembach-3/+29
2026-02-26HID: apple: Add EPOMAKER TH87 to the non-apple keyboards listTakashi Iwai-0/+3
2026-02-26HID: intel-ish-hid: ipc: Add Nova Lake-H/S PCI device IDsZhang Lixu-0/+14
2026-02-24HID: multitouch: new class MT_CLS_EGALAX_P80H84Ian Ray-2/+9
2026-02-24HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2Julius Lehmann-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-89/+89
2026-02-21HID: pidff: Fix condition effect bit clearingTomasz Pakuła-4/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-98/+99
2026-02-19HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing themGreg Kroah-Hartman-3/+3
2026-02-19HID: asus: avoid memory leak in asus_report_fixup()Günther Noack-4/+11
2026-02-19HID: magicmouse: avoid memory leak in magicmouse_report_fixup()Günther Noack-3/+1
2026-02-19HID: apple: avoid memory leak in apple_report_fixup()Günther Noack-3/+1
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2026-02-14Merge branch 'next' into for-linusDmitry Torokhov-20/+65
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-117/+104
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-11Merge tag 'hid-for-linus-2026020901' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-127/+661
2026-02-09Merge branch 'for-6.20/pm_ptr-v3' into for-linusJiri Kosina-68/+23
2026-02-09Merge branch 'for-6.20/pidff' into for-linusJiri Kosina-3/+13
2026-02-09Merge branch 'for-6.20/intel-thc' into for-linusJiri Kosina-43/+81
2026-02-09Merge branch 'for-6.20/intel-ish' into for-linusJiri Kosina-2/+56
2026-02-09Merge branch 'for-6.20/elecom' into for-linusJiri Kosina-0/+23
2026-02-09Merge branch 'for-6.20/sony' into for-linusJiri Kosina-4/+145
2026-02-09Merge branch 'for-6.20/asus' into for-linusJiri Kosina-2/+108
2026-02-04HID: sony: add dongle device IDs for CRKD Gibson SGRosalie Wanders-1/+7
2026-02-02HID: Intel-thc-hid: Intel-thc: Fix wrong register fields updatingEven Xu-0/+2
2026-02-02HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clientsRyan Lin-1/+1
2026-02-02HID: logitech-hidpp: Add support for Logitech K980Bastien Nocera-0/+2
2026-02-02HID: logitech-dj: Differentiate "invalid device index" errorBastien Nocera-1/+1
2026-01-28HID: sony: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-9/+3
2026-01-28HID: wacom: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-6/+2
2026-01-28HID: uclogic: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-6/+2
2026-01-28HID: hid-sensor-hub: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-7/+3
2026-01-28HID: picolcd_core: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-7/+3
2026-01-28HID: nintendo: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-9/+2
2026-01-28HID: logitech-dj: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-5/+1
2026-01-28HID: lenovo: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-5/+1
2026-01-28HID: asus: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-4/+2
2026-01-28HID: appletb-kbd: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-6/+2
2026-01-28HID: hid-alps: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera-4/+2
2026-01-28HID: asus: add support for the asus-wmi brightness handlerAntheas Kapenekakis-0/+11
2026-01-28HID: asus: listen to the asus-wmi brightness device instead of creating oneAntheas Kapenekakis-55/+10
2026-01-28HID: asus: early return for ROG devicesAntheas Kapenekakis-0/+7
2026-01-28HID: asus: move vendor initialization to probeAntheas Kapenekakis-17/+18
2026-01-28HID: asus: fortify keyboard handshakeAntheas Kapenekakis-4/+30