summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2026-03-10HID: asus: do not abort probe when not necessaryDenis Benato-15/+10
2026-03-10HID: asus: simplify and improve asus_kbd_set_report()Denis Benato-11/+5
2026-03-10HID: asus: make asus_resume adhere to linux kernel coding standardsDenis Benato-1/+2
2026-03-10HID: asus: fix code style of comments and bracketsDenis Benato-11/+5
2026-03-10HID: hid-lenovo-go-s: Fix spelling mistake "configuratiion" -> "configuration"Colin Ian King-1/+1
2026-03-10HID: hid-lenovo-go: Remove unneeded semicolonChen Ni-26/+26
2026-03-10HID: hid-lenovo-go-s: Remove unneeded semicolonChen Ni-1/+1
2026-03-10HID: hid-lenovo-go-s: Add IMU and Touchpad RO AttributesDerek J. Clark-0/+124
2026-03-10HID: hid-lenovo-go-s: Add RGB LED control interfaceDerek J. Clark-0/+422
2026-03-10HID: hid-lenovo-go-s: Add Touchpad Mode AttributesDerek J. Clark-0/+142
2026-03-10HID: hid-lenovo-go-s: Add Feature Status AttributesDerek J. Clark-1/+483
2026-03-10HID: hid-lenovo-go-s: Add MCU ID AttributeDerek J. Clark-0/+56
2026-03-10HID: hid-lenovo-go-s: Add Lenovo Legion Go S Series HID DriverDerek J. Clark-0/+295
2026-03-10HID: Include firmware version in the ueventMario Limonciello-0/+5
2026-03-10HID: hid-lenovo-go: Add OS Mode ToggleDerek J. Clark-0/+101
2026-03-10HID: hid-lenovo-go: Add Calibration SettingsDerek J. Clark-1/+283
2026-03-10HID: hid-lenovo-go: Add RGB LED control interfaceDerek J. Clark-0/+429
2026-03-10HID: hid-lenovo-go: Add FPS Mode DPI settingsDerek J. Clark-0/+68
2026-03-10HID: hid-lenovo-go: Add Rumble and Haptic SettingsDerek J. Clark-0/+312
2026-03-10HID: hid-lenovo-go: Add Feature Status AttributesDerek J. Clark-1/+395
2026-03-10HID: hid-lenovo-go: Add Lenovo Legion Go Series HID DriverDerek J. Clark-0/+930
2026-03-09HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irqBenoît Sevens-0/+10
2026-03-06Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-23/+85
2026-03-02HID: asus: drop unused variablesBenjamin Tissoires-1/+1
2026-02-27HID: mcp2221: use mcp_i2c_smbus_read for block readsRomain Sioen-9/+9
2026-02-27HID: mcp2221: cancel last I2C command on read errorRomain Sioen-0/+2
2026-02-27HID: asus: always fully initialize devicesDenis Benato-11/+35
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: i2c-hid: elan: Add parade-tc3408 timingLangyan Ye-0/+8
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-26HID: pidff: Add MISSING_DEADBAND quirkTomasz Pakuła-3/+12
2026-02-26HID: pidff: Add MISSING_NEG_SATURATION quirkTomasz Pakuła-4/+13
2026-02-26HID: pidff: Add MISSING_NEG_COEFFICIENT quirkTomasz Pakuła-2/+12
2026-02-26HID: pidff: Refactor field quirks detectionTomasz Pakuła-12/+12
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