summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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
2026-08-03HID: steam: Fully unregister controller when hidraw is openedVicki Pfau1-46/+27
2026-08-03HID: steam: Coalesce rumble packetsVicki Pfau1-0/+26
2026-08-03HID: steam: Add support for sensor events on the Steam Controller (2015)Vicki Pfau1-38/+174
2026-08-03HID: steam: Rename some constants that got renamed upstreamVicki Pfau1-8/+8
2026-08-03HID: steam: Refactor and clean up report parsingVicki Pfau1-83/+128
2026-08-03HID: steam: Update documentationVicki Pfau1-6/+7
2026-08-03HID: roccat: free buffered reports when destroying deviceXu Rao1-2/+11
2026-08-03HID: Intel-thc-hid: Intel-quickspi: Refine recover callbackEven Xu2-27/+50
2026-08-03HID: Intel-thc-hid: Intel-quicki2c: Refine recover callbackEven Xu2-22/+49
2026-08-03HID: Intel-thc-hid: Intel-thc: Add API to reset read DMAEven Xu2-0/+52
2026-08-03HID: i2c-hid: Fix "(null)" output when reading report descriptor failsAi Chao1-1/+1
2026-08-03HID: logitech-dj: Add support for G915 TKL receiver 0xc545Colin Blower2-0/+5
2026-08-03HID: apple: Add Endorfy Thock TKL Wireless to the non-apple keyboard listMichal Slustik1-0/+2
2026-08-03HID: core: fix number/pointer type confusion on long itemsJann Horn1-0/+6
2026-08-03HID: rapoo: fix missing hid_is_usb() checkJann Horn2-1/+2
2026-08-03HID: huawei: fix missing hid_is_usb() checkJann Horn1-2/+3
2026-08-03HID: asus: fix missing hid_is_usb() checkJann Horn1-1/+1
2026-08-03HID: input: read battery capacity from its actual report offsetJose Villaseñor Montfort1-4/+13
2026-08-03HID: logitech-hidpp: enable reprogrammable buttons on Signature M650Elliot Douglas1-1/+19
2026-08-03HID: logitech-hidpp: add HID++ 2.0 reprogrammable button supportElliot Douglas1-0/+205
2026-08-03HID: nintendo: register input device after capabilities are setJiangshan Yi1-4/+4
2026-08-03HID: Intel-thc-hid: Intel-quicki2c: Support full I2C BUS config parametersEven Xu2-31/+29
2026-08-03HID: Intel-thc-hid: Intel-thc: Refactor I2C bus configuration with unified co...Even Xu3-27/+68
2026-08-03HID: sony: clean up device list on probe failureDoruk Tan Ozturk1-16/+17
2026-08-03HID: core: fix OOB read of field->usage in hid_set_field()Baul Lee1-2/+3
2026-08-03HID: pidff: fix OOB write when hid->inputs is emptyBaul Lee1-3/+10
2026-08-03HID: logitech-hidpp: Remove duplicate ID for the G703 Hero over USBStuart Hayhurst1-2/+0
2026-08-03HID: logitech-hidpp: Add support for G502 X Plus USB mouseStuart Hayhurst1-0/+2
2026-08-03HID: nintendo: fix rumble starved by the input report cadence gateAlexandre Derumier1-1/+38
2026-08-03HID: magicmouse: do not keep a stale msc->input if no input is claimedJose Villaseñor Montfort1-0/+10
2026-08-03HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler()Ibrahim Hashimov1-1/+6
2026-08-03HID: amd_sfh: clear hid_sensor_hubs entry on probe failureChen Changcheng1-0/+1
2026-08-03HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()Jose Villaseñor Montfort1-5/+20
2026-08-03HID: rmi: check report length before trimming sentinel bytesPengpeng Hou1-1/+1
2026-08-03HID: corsair-void: Check size of status and firmware events before reading themStuart Hayhurst1-0/+17
2026-08-03HID: intel-thc-hid: intel-quickspi: validate report size before copyHyeongJun An3-1/+12
2026-08-03HID: synchronize input before cleaning up a failed probeYousef Alhouseen1-0/+2
2026-08-03HID: amd_sfh: return an error when response wait times outPengpeng Hou1-7/+8
2026-08-03HID: asus: add i2c entry for FA808UM and other TUFsDenis Benato1-0/+3
2026-08-03HID: i2c-hid: Refactor _DSM helper and add i2c-hid-acpi-prp0001 driver谢致邦 (XIE Zhibang)4-39/+152