summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2025-04-10HID: i2c-hid: improve i2c_hid_get_report error messageWentao Guan1-1/+1
2025-04-10HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMW...Jiri Kosina1-1/+0
2025-04-07HID: hid-plantronics: Add mic mute mapping and generalize quirksTerry Junge1-77/+67
2025-03-22HID: apple: disable Fn key handling on the Omoton KB066Alex Henrie1-4/+7
2025-03-22HID: apple: fix up the F6 key on the Omoton KB066 keyboardAlex Henrie1-0/+3
2025-03-22HID: hid-apple: Apple Magic Keyboard a3203 USB-C supportIevgen Vovk2-0/+6
2025-03-22HID: topre: Fix n-key rollover on Realforce R3S TKL boardsDaniel Brackenbury3-1/+10
2025-03-22HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDsZhang Lixu2-0/+9
2025-03-22HID: hid-steam: Fix issues with disabling both gamepad mode and lizard modeVicki Pfau1-3/+3
2025-03-22HID: ignore non-functional sensor in HP 5MP CameraChia-Lin Kao (AceLan)2-0/+2
2025-03-22HID: intel-ish-hid: Send clock sync message immediately after resetZhang Lixu2-3/+8
2025-03-22HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbellZhang Lixu1-3/+3
2025-03-13HID: hid-steam: Fix use-after-free when detaching deviceVicki Pfau1-1/+1
2025-03-13HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu1-1/+3
2025-03-13HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu1-1/+1
2025-03-13HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin1-0/+2
2025-03-13HID: corsair-void: Update power supply values with a unified work handlerStuart Hayhurst1-40/+43
2025-03-13HID: appleir: Fix potential NULL dereference at raw event handleDaniil Dulov1-1/+1
2025-02-21HID: hid-steam: Move hidraw input (un)registering to workVicki Pfau1-7/+31
2025-02-21HID: hid-steam: Make sure rumble work is canceled on removalVicki Pfau1-0/+1
2025-02-21HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ contextVicki Pfau1-1/+1
2025-02-21HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()Tulio Fernandes1-1/+1
2025-02-21HID: multitouch: Add NULL check in mt_input_configuredCharles Han1-1/+4
2025-02-21HID: winwing: Add NULL check in winwing_init_led()Charles Han1-0/+2
2025-02-21HID: corsair-void: Add missing delayed work cancel for headset statusStuart Hayhurst1-0/+1
2025-02-21HID: corsair-void: Initialise memory for psy_cfgStuart Hayhurst1-1/+1
2025-02-17HID: hid-sensor-hub: don't use stale platform-data on removeHeiko Stuebner1-7/+14
2025-02-17HID: hid-asus: Disable OOBE mode on the ProArt P16Luke D. Jones1-0/+26
2025-02-17HID: Wacom: Add PCI Wacom device supportEven Xu1-0/+5
2025-02-17HID: multitouch: Add quirk for Hantick 5288 touchpadYouwan Wang1-0/+5
2025-02-08HID: core: Fix assumption that Resolution Multipliers must be in Logical Coll...Alan Stern1-0/+2
2025-02-08HID: fix generic desktop D-Pad controlsTerry Tritton1-20/+17
2025-02-08HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint c...Karol Przybylski1-0/+8
2025-02-08HID: multitouch: fix support for Goodix PID 0x01e9Jiri Kosina1-1/+1
2025-02-01HID: wacom: Initialize brightness of LED triggerJason Gerecke1-11/+13
2025-02-01Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"Jiri Kosina2-7/+2
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+19
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds3-3/+3
2024-11-28HID: bpf: drop unneeded casts discarding constThomas Weißschuh1-12/+3
2024-11-28HID: bpf: constify hid_opsThomas Weißschuh2-2/+2
2024-11-28HID: wacom: fix when get product name maybe null pointerWangYuli1-1/+2
2024-11-28HID: i2c-hid: Revert to using power commands to wake on resumeKenny Levinsen1-8/+12
2024-11-25Revert "HID: bpf: allow write access to quirks field in struct hid_device"Linus Torvalds2-10/+2
2024-11-22Merge tag 'backlight-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+4
2024-11-18Merge branch 'for-6.13/bpf' into for-linusJiri Kosina9-73/+488
2024-11-18Merge branch 'for-6.13/bug-on-to-warn-on' into for-linusJiri Kosina3-3/+6
2024-11-18Merge branch 'for-6.13/core' into for-linusJiri Kosina10-74/+55
2024-11-18Merge branch 'for-6.13/corsair' into for-linusJiri Kosina3-1/+833
2024-11-18Merge branch 'for-6.13/goodix' into for-linusJiri Kosina1-13/+22