aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2026-08-14HID: bigben: move FF initialization to .input_configured()Dmitry Torokhov1-46/+43
2026-08-14HID: betop: move FF initialization to .input_configured()Dmitry Torokhov1-22/+11
2026-08-14HID: axff: move FF initialization to .input_configured()Dmitry Torokhov1-28/+12
2026-08-14HID: core: automatically initialize generic FF if no other FF is presentDmitry Torokhov1-1/+14
2026-08-14HID: amd_sfh: Register tablet-mode auxiliary deviceBasavaraj Natikar3-0/+53
2026-08-14HID: amd_sfh: Add accessor to read the operating-mode sensorBasavaraj Natikar5-1/+58
2026-08-14HID: amd_sfh: Serialize access to the shared emp2 pointerBasavaraj Natikar1-0/+6
2026-08-14HID: amd_sfh: Track MP2 version explicitlyBasavaraj Natikar2-4/+11
2026-08-14HID: sony: fix UAF of ghl_poke_timer / ghl_urb at driver unbindDoruk Tan Ozturk1-1/+3
2026-08-03HID: uclogic: fix use-after-free of inrange_timer on removeIbrahim Hashimov1-1/+11
2026-08-03HID: picolcd: clamp eeprom debugfs read to bytes actually receivedIbrahim Hashimov1-0/+9
2026-08-03HID: apple: use the standard keyboard backlight LED nameAndre Eikmeyer1-1/+1
2026-08-03HID: apple: preserve keyboard backlight across T2 resumeAndre Eikmeyer1-2/+16
2026-08-03HID: intel-ish-hid: ignore post-init ENUM_DEVICES from firmwareWahid Khan1-2/+3
2026-08-03HID: hid-msi: Add Rumble Intensity AttributesDerek J. Clark1-1/+201
2026-08-03HID: hid-msi: Add RGB control interfaceDerek J. Clark1-15/+666
2026-08-03HID: hid-msi: Add M-key mapping attributesDerek J. Clark1-1/+445
2026-08-03HID: hid-msi: Add MSI Claw configuration driverDerek J. Clark4-0/+787
2026-08-03HID: Intel-thc-hid: Remove redundant dev_err()Pan Chuang2-8/+2
2026-08-03HID: intel-ish-hid: ipc: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-03HID: hid-goodix: Remove redundant dev_err()Pan Chuang1-4/+1
2026-08-03HID: amd_sfh: Remove redundant dev_err()Pan Chuang1-11/+2
2026-08-03HID: hyperx: add driver for the HyperX QuadCast 2 mute buttonBenjamin Blume4-0/+132
2026-08-03HID: steelseries: Add support for Arctis Nova 5X and Nova 7 familiesSriman Achanta3-0/+145
2026-08-03HID: steelseries: Add async status interface supportSriman Achanta1-25/+129
2026-08-03HID: steelseries: Manage battery lifetime with refcountingSriman Achanta1-11/+36
2026-08-03HID: steelseries: Correct Arctis 9 battery calibration rangeSriman Achanta1-1/+1
2026-08-03HID: steelseries: Report POWER_SUPPLY_STATUS_FULL when fullSriman Achanta1-1/+3
2026-08-03HID: steelseries: Refactor Arctis driver to use device_info frameworkSriman Achanta1-215/+259
2026-08-03HID: steelseries: Split Arctis headset driver into separate moduleSriman Achanta3-366/+428
2026-08-03HID: steelseries: Fix ARCTIS_1_X device mislabelingSriman Achanta3-10/+10
2026-08-03HID: magicmouse: re-enable multitouch after reset-resumeChristopher Kodama1-0/+19
2026-08-03HID: lg4ff: validate report length before fixed offsetsJiancheng Huang1-0/+8
2026-08-03HID: corsair: cancel worker before unregistering LED to fix use-after-freeChen Changcheng1-2/+2
2026-08-03HID: corsair: fix use-after-free by reordering remove sequenceChen Changcheng1-2/+3
2026-08-03HID: quirks: add ALWAYS_POLL quirk for AULA Mini 60 HE Pro DongleYuxiang Lin2-0/+3
2026-08-03HID: i2c-hid: goodix: Disable VDD on VDDIO enable failureChao Huang1-1/+3
2026-08-03HID: asus: support the Zenbook A16 (UX3607OA) keyboardKonrad Dybcio2-0/+19
2026-08-03HID: quirks: Add ALWAYS_POLL quirk for Beitong BTP-KP20D dongleAaron Ma2-0/+4
2026-08-03HID: hyperv: add KUnit coverage for device info boundsMichael Bommarito2-7/+120
2026-08-03HID: hyperv: validate initial device info boundsMichael Bommarito1-3/+24
2026-08-03HID: sony: add missing __packed to struct with static_assert()Rosalie Wanders1-1/+1
2026-08-03HID: appletb-kdb: Replace system_wq with system_dfl_wqMarco Crivellari1-3/+3
2026-08-03HID: hid-oxp: Replace system_wq with system_dfl_wqMarco Crivellari1-4/+4
2026-08-03HID: magicmouse: fix battery reporting for Bluetooth Magic Trackpad USB-CAndrei Fed2-1/+21
2026-08-03HID: steam: Retry send/recv reports if staleVicki Pfau1-13/+41
2026-08-03HID: steam: Reject short readsVicki Pfau1-4/+25
2026-08-03HID: steam: Zero-initialize reply in serial lookupVicki Pfau1-2/+1
2026-08-03HID: steam: Improve logging and other cleanupVicki Pfau1-23/+33
2026-08-03HID: steam: Rearrange teardown sequenceVicki Pfau1-7/+9