summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2024-04-03HID: hid-sensor-custom: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2024-04-03HID: google: hammer: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2024-04-03HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device IDZhang Lixu-0/+2
2024-04-03HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macrosZhang, Lixu-58/+58
2024-04-03HID: nintendo: Fix N64 controller being identified as mouseNuno Pereira-4/+4
2024-03-28hid: hid-picolcd: Remove struct backlight_ops.check_fbThomas Zimmermann-7/+6
2024-03-28hid: hid-picolcd: Fix initialization orderThomas Zimmermann-7/+7
2024-03-21HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devcZhang Lixu-1/+1
2024-03-21HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao-9/+0
2024-03-14Merge tag 'hid-for-linus-2024031301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-194/+621
2024-03-13Merge branch 'for-6.9/wacom' into for-linusJiri Kosina-4/+4
2024-03-13Merge branch 'for-6.9/unused-struct-removal' into for-linusJiri Kosina-82/+40
2024-03-13Merge branch 'for-6.9/samsung' into for-linusJiri Kosina-36/+408
2024-03-13Merge branch 'for-6.9/nintendo' into for-linusJiri Kosina-22/+0
2024-03-13Merge branch 'for-6.9/lenovo' into for-linusJiri Kosina-18/+39
2024-03-13Merge branch 'for-6.9/amd-sfh' into for-linusJiri Kosina-32/+125
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+4
2024-02-28HID: amd_sfh: Set the AMD SFH driver to depend on x86Basavaraj Natikar-0/+1
2024-02-27HID: input: avoid polling stylus battery on Chromebook PompomDmitry Torokhov-0/+3
2024-02-27HID: amd_sfh: Extend MP2 register access to SFHBasavaraj Natikar-11/+28
2024-02-27HID: amd_sfh: Improve boot time when SFH is availableBasavaraj Natikar-13/+64
2024-02-27HID: amd_sfh: Avoid disabling the interruptBasavaraj Natikar-3/+27
2024-02-27HID: amd_sfh: Update HPD sensor structure elementsBasavaraj Natikar-3/+3
2024-02-27HID: amd_sfh: Increase sensor command timeoutBasavaraj Natikar-2/+2
2024-02-27HID: intel-ish-hid: ipc: Add Arrow Lake PCI device IDEven Xu-0/+2
2024-02-13HID: nintendo: Remove some unused functionsJiapeng Chong-12/+0
2024-02-13HID: hid-prodikeys: remove struct pk_deviceJiri Slaby (SUSE)-73/+40
2024-02-13HID: hid-prodikeys: remove unused struct pcmidi_snd membersJiri Slaby (SUSE)-2/+0
2024-02-13HID: hid-multitouch: remove unused mt_application::dev_timeJiri Slaby (SUSE)-1/+0
2024-02-13HID: hid-lg3ff: remove unused struct lg3ff_deviceJiri Slaby (SUSE)-4/+0
2024-02-13HID: wacom: remove unused hid_data::pressureJiri Slaby (SUSE)-1/+0
2024-02-13HID: apple: remove unused members from struct apple_sc_backlightJiri Slaby (SUSE)-1/+0
2024-02-13HID: wacom: Clean up use of struct->wacom_wacTatsunosuke Tobita-4/+4
2024-02-13HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita-1/+8
2024-02-13HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspendEven Xu-1/+5
2024-02-13HID: multitouch: Add required quirk for Synaptics 0xcddc deviceManuel Fombuena-0/+4
2024-02-06HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke-20/+43
2024-02-06HID: logitech-hidpp: Do not flood kernel logOleksandr Natalenko-3/+10
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu-4/+4
2024-01-31HID: bpf: use __bpf_kfunc instead of noinlineBenjamin Tissoires-5/+13
2024-01-31HID: bpf: actually free hdev memory after attaching a HID-BPF programBenjamin Tissoires-9/+40
2024-01-31HID: bpf: remove double fdget()Benjamin Tissoires-41/+49
2024-01-26HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold-0/+1
2024-01-25HID: samsung: Add Samsung wireless bookcover and universal keyboard supportSandeep C S-0/+134
2024-01-25HID: samsung: Add Samsung wireless action mouse supportSandeep C S-0/+28
2024-01-25HID: samsung: Add Samsung wireless gamepad supportSandeep C S-0/+96
2024-01-25HID: samsung: Add Samsung wireless keyboard supportSandeep C S-0/+99
2024-01-25HID: samsung: Rewrite rdesc checking code using memcmp()Sandeep C S-33/+47
2024-01-25HID: samsung: Broaden device compatibility in samsung driverSandeep C S-5/+6
2024-01-25HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui-2/+5