summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2026-08-03HID: nintendo: register input device after capabilities are setJiangshan Yi
2026-08-03HID: Intel-thc-hid: Intel-quicki2c: Support full I2C BUS config parametersEven Xu
2026-08-03HID: Intel-thc-hid: Intel-thc: Refactor I2C bus configuration with unified co...Even Xu
2026-08-03HID: sony: clean up device list on probe failureDoruk Tan Ozturk
2026-08-03HID: core: fix OOB read of field->usage in hid_set_field()Baul Lee
2026-08-03HID: pidff: fix OOB write when hid->inputs is emptyBaul Lee
2026-08-03HID: logitech-hidpp: Remove duplicate ID for the G703 Hero over USBStuart Hayhurst
2026-08-03HID: logitech-hidpp: Add support for G502 X Plus USB mouseStuart Hayhurst
2026-08-03HID: nintendo: fix rumble starved by the input report cadence gateAlexandre Derumier
2026-08-03HID: magicmouse: do not keep a stale msc->input if no input is claimedJose Villaseñor Montfort
2026-08-03HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler()Ibrahim Hashimov
2026-08-03HID: amd_sfh: clear hid_sensor_hubs entry on probe failureChen Changcheng
2026-08-03HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()Jose Villaseñor Montfort
2026-08-03HID: rmi: check report length before trimming sentinel bytesPengpeng Hou
2026-08-03HID: corsair-void: Check size of status and firmware events before reading themStuart Hayhurst
2026-08-03HID: intel-thc-hid: intel-quickspi: validate report size before copyHyeongJun An
2026-08-03HID: synchronize input before cleaning up a failed probeYousef Alhouseen
2026-08-03HID: amd_sfh: return an error when response wait times outPengpeng Hou
2026-08-03HID: asus: add i2c entry for FA808UM and other TUFsDenis Benato
2026-08-03HID: i2c-hid: Refactor _DSM helper and add i2c-hid-acpi-prp0001 driver谢致邦 (XIE Zhibang)
2026-08-03HID: core: Expose id attributes in sysfsVicki Pfau
2026-08-03HID: logitech-hidpp: Fix FF device cleanup on init failureHaoxiang Li
2026-08-03HID: asus: fix a off-by-one in mcu_parse_version_string() validationDenis Benato
2026-08-03HID: asus: remove extraneous OOM errorDenis Benato
2026-08-03HID: asus: refactor the two workqueues and init sequenceDenis Benato
2026-08-03HID: mcp2221: validate report size in mcp2221_raw_event()Jiangshan Yi
2026-08-03HID: mcp2221: clear rxbuf after I2C/SMBus transfer completesJiangshan Yi
2026-08-03HID: mcp2221: stop device IO before hid_hw_stopJiangshan Yi
2026-08-03HID: nintendo: stop device IO before hid_hw_stop on probe failureJiangshan Yi
2026-08-03HID: ft260: fix stack-use-after-return write in I2C read raceRaman Varabets
2026-08-03HID: ft260: fix SMBus block read protocol handlingRaman Varabets
2026-07-30HID: bpf: Make syscall kfunc flags match the struct_ops setIhor Solodrai
2026-07-12Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-10platform/x86/amd/pmf: Store commonly used enums in the header fileShyam Sundar S K
2026-07-08Merge tag 'hid-for-linus-2026070801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...Uwe Kleine-König (The Capable Hub)
2026-07-01HID: multitouch: fix out-of-bounds bit access on mt_io_flagsTrung Nguyen
2026-07-01HID: bpf: Fix hid_bpf_get_data() range checkYiyang Chen
2026-06-29HID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte readsSrinivas Pandruvada
2026-06-29HID: lg-g15: cancel pending work on remove to fix a use-after-freeMaoyi Xie
2026-06-29HID: logitech-dj: Fix maxfield check in DJ short report validationHyeongJun An
2026-06-29HID: roccat: add KUnit test for kone profile-index boundsMichael Bommarito
2026-06-29HID: roccat: bound device-supplied profile indexMichael Bommarito
2026-06-29HID: sony: use devm_kasprintf()Rosalie Wanders
2026-06-29HID: sony: remove unneeded which argument from sony_schedule_work()Rosalie Wanders
2026-06-29HID: sony: use guard() and scoped_guard()Rosalie Wanders
2026-06-29HID: sony: use dedicated raw_event() handlers in sony_raw_event()Rosalie Wanders
2026-06-29HID: core: Fix OOB read in hid_get_report for numbered reportsLee Jones
2026-06-29HID: nintendo: Fix imu_timestamp_us double increment per reportChristos Maragkos