summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2026-03-27HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3leo vriska-0/+4
2026-03-27HID: roccat: fix use-after-free in roccat_report_eventBenoît Sevens-0/+2
2026-03-19HID: input: Add support for multiple batteries per deviceLucas Zampieri-14/+34
2026-03-19HID: input: Introduce struct hid_battery and refactor battery codeLucas Zampieri-83/+107
2026-03-19HID: input: Convert battery code to devm_*Lucas Zampieri-27/+7
2026-03-19HID: input: use __free(kfree) to clean up temporary buffersDmitry Torokhov-11/+4
2026-03-19HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce"Colin Ian King-1/+1
2026-03-17HID: Intel-thc-hid: Intel-quickspi: Add NVL Device IDsEven Xu-0/+8
2026-03-17HID: Intel-thc-hid: Intel-quicki2c: Add NVL Device IDsEven Xu-0/+11
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-15/+48
2026-03-17media: rc: fix race between unregister and urb/irq callbacksSean Young-0/+1
2026-03-17HID: multitouch: Check to ensure report responses match the requestLee Jones-0/+7
2026-03-16HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation ...Lee Jones-1/+3
2026-03-16HID: bpf: prevent buffer overflow in hid_hw_requestBenjamin Tissoires-0/+2
2026-03-16HID: core: Mitigate potential OOB by removing bogus memset()Lee Jones-3/+4
2026-03-16HID: intel-thc-hid: Set HID_PHYS with PCI BDFDaniel Schaefer-0/+2
2026-03-12HID: pl: eliminate private debug macroOliver Neukum-8/+4
2026-03-12HID: mcp2221: Add module parameter to enfoce GPIO modeLinus Walleij-4/+14
2026-03-12HID: appletb-kbd: add .resume method in PMAditya Garg-2/+3
2026-03-12HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund-0/+2
2026-03-11HID: input: Add HID_BATTERY_QUIRK_DYNAMIC for Elan touchscreensHans de Goede-3/+11
2026-03-11HID: input: Drop Asus UX550* touchscreen ignore battery quirksHans de Goede-6/+0
2026-03-10HID: asus: add xg mobile 2022 external hardware supportDenis Benato-0/+4
2026-03-10HID: asus: do not try to initialize the backlight if the enpoint doesn't supp...Denis Benato-5/+3
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