summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2026-03-10HID: asus: do not try to initialize the backlight if the enpoint doesn't supp...Denis Benato1-5/+3
2026-03-10HID: asus: do not abort probe when not necessaryDenis Benato1-15/+10
2026-03-10HID: asus: simplify and improve asus_kbd_set_report()Denis Benato1-11/+5
2026-03-10HID: asus: make asus_resume adhere to linux kernel coding standardsDenis Benato1-1/+2
2026-03-10HID: asus: fix code style of comments and bracketsDenis Benato1-11/+5
2026-03-10HID: hid-lenovo-go-s: Fix spelling mistake "configuratiion" -> "configuration"Colin Ian King1-1/+1
2026-03-10HID: hid-lenovo-go: Remove unneeded semicolonChen Ni1-26/+26
2026-03-10HID: hid-lenovo-go-s: Remove unneeded semicolonChen Ni1-1/+1
2026-03-10HID: hid-lenovo-go-s: Add IMU and Touchpad RO AttributesDerek J. Clark1-0/+124
2026-03-10HID: hid-lenovo-go-s: Add RGB LED control interfaceDerek J. Clark1-0/+422
2026-03-10HID: hid-lenovo-go-s: Add Touchpad Mode AttributesDerek J. Clark1-0/+142
2026-03-10HID: hid-lenovo-go-s: Add Feature Status AttributesDerek J. Clark1-1/+483
2026-03-10HID: hid-lenovo-go-s: Add MCU ID AttributeDerek J. Clark1-0/+56
2026-03-10HID: hid-lenovo-go-s: Add Lenovo Legion Go S Series HID DriverDerek J. Clark4-0/+295
2026-03-10HID: Include firmware version in the ueventMario Limonciello1-0/+5
2026-03-10HID: hid-lenovo-go: Add OS Mode ToggleDerek J. Clark1-0/+101
2026-03-10HID: hid-lenovo-go: Add Calibration SettingsDerek J. Clark1-1/+283
2026-03-10HID: hid-lenovo-go: Add RGB LED control interfaceDerek J. Clark1-0/+429
2026-03-10HID: hid-lenovo-go: Add FPS Mode DPI settingsDerek J. Clark1-0/+68
2026-03-10HID: hid-lenovo-go: Add Rumble and Haptic SettingsDerek J. Clark1-0/+312
2026-03-10HID: hid-lenovo-go: Add Feature Status AttributesDerek J. Clark1-1/+395
2026-03-10HID: hid-lenovo-go: Add Lenovo Legion Go Series HID DriverDerek J. Clark4-0/+930
2026-03-09HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irqBenoît Sevens1-0/+10
2026-03-06Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-23/+85
2026-03-02HID: asus: drop unused variablesBenjamin Tissoires1-1/+1
2026-02-27HID: mcp2221: use mcp_i2c_smbus_read for block readsRomain Sioen1-9/+9
2026-02-27HID: mcp2221: cancel last I2C command on read errorRomain Sioen1-0/+2
2026-02-27HID: asus: always fully initialize devicesDenis Benato1-11/+35
2026-02-27HID: asus: add xg mobile 2023 external hardware supportDenis Benato2-0/+4
2026-02-26HID: multitouch: Keep latency normal on deactivate for reactivation gestureWerner Sembach1-3/+29
2026-02-26HID: i2c-hid: elan: Add parade-tc3408 timingLangyan Ye1-0/+8
2026-02-26HID: apple: Add EPOMAKER TH87 to the non-apple keyboards listTakashi Iwai1-0/+3
2026-02-26HID: intel-ish-hid: ipc: Add Nova Lake-H/S PCI device IDsZhang Lixu2-0/+14
2026-02-26HID: pidff: Add MISSING_DEADBAND quirkTomasz Pakuła2-3/+12
2026-02-26HID: pidff: Add MISSING_NEG_SATURATION quirkTomasz Pakuła2-4/+13
2026-02-26HID: pidff: Add MISSING_NEG_COEFFICIENT quirkTomasz Pakuła2-2/+12
2026-02-26HID: pidff: Refactor field quirks detectionTomasz Pakuła1-12/+12
2026-02-24HID: multitouch: new class MT_CLS_EGALAX_P80H84Ian Ray1-2/+9
2026-02-24HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2Julius Lehmann1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds62-89/+89
2026-02-21HID: pidff: Fix condition effect bit clearingTomasz Pakuła1-4/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook66-98/+99
2026-02-19HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing themGreg Kroah-Hartman3-3/+3
2026-02-19HID: asus: avoid memory leak in asus_report_fixup()Günther Noack1-4/+11
2026-02-19HID: magicmouse: avoid memory leak in magicmouse_report_fixup()Günther Noack1-3/+1
2026-02-19HID: apple: avoid memory leak in apple_report_fixup()Günther Noack1-3/+1
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2026-02-14Merge branch 'next' into for-linusDmitry Torokhov13-20/+65