aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2026-03-27HID: core: factor out hid_parse_collections()Dmitry Torokhov1-80/+89
2026-03-27HID: hid-lenovo-go: fix LEDS dependenciesArnd Bergmann1-6/+3
2026-03-27HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3leo vriska2-0/+4
2026-03-27HID: roccat: fix use-after-free in roccat_report_eventBenoît Sevens1-0/+2
2026-03-24Merge tag 'v7.0-rc5' into nextDmitry Torokhov11-15/+48
2026-03-19HID: input: Add support for multiple batteries per deviceLucas Zampieri2-14/+34
2026-03-19HID: input: Introduce struct hid_battery and refactor battery codeLucas Zampieri4-83/+107
2026-03-19HID: input: Convert battery code to devm_*Lucas Zampieri1-27/+7
2026-03-19HID: input: use __free(kfree) to clean up temporary buffersDmitry Torokhov1-11/+4
2026-03-19HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce"Colin Ian King1-1/+1
2026-03-17HID: Intel-thc-hid: Intel-quickspi: Add NVL Device IDsEven Xu2-0/+8
2026-03-17HID: Intel-thc-hid: Intel-quicki2c: Add NVL Device IDsEven Xu2-0/+11
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-15/+48
2026-03-17media: rc: fix race between unregister and urb/irq callbacksSean Young1-0/+1
2026-03-17HID: multitouch: Check to ensure report responses match the requestLee Jones1-0/+7
2026-03-16HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation ...Lee Jones1-1/+3
2026-03-16HID: bpf: prevent buffer overflow in hid_hw_requestBenjamin Tissoires1-0/+2
2026-03-16HID: core: Mitigate potential OOB by removing bogus memset()Lee Jones1-3/+4
2026-03-16HID: intel-thc-hid: Set HID_PHYS with PCI BDFDaniel Schaefer2-0/+2
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov121-591/+5940
2026-03-12HID: pl: eliminate private debug macroOliver Neukum1-8/+4
2026-03-12HID: mcp2221: Add module parameter to enfoce GPIO modeLinus Walleij1-4/+14
2026-03-12HID: appletb-kbd: add .resume method in PMAditya Garg1-2/+3
2026-03-12HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund1-0/+2
2026-03-11HID: input: Add HID_BATTERY_QUIRK_DYNAMIC for Elan touchscreensHans de Goede1-3/+11
2026-03-11HID: input: Drop Asus UX550* touchscreen ignore battery quirksHans de Goede2-6/+0
2026-03-10HID: asus: add xg mobile 2022 external hardware supportDenis Benato2-0/+4
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