summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabledAbdelrahman Morsy2024-04-121-0/+2
* HID: logitech-dj: allow mice to use all types of reportsYaraslau Furman2024-04-031-3/+1
* HID: i2c-hid: Revert to await reset ACK before reading report descriptorKenny Levinsen2024-04-031-21/+8
* HID: nintendo: Fix N64 controller being identified as mouseNuno Pereira2024-04-031-4/+4
* HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devcZhang Lixu2024-03-211-1/+1
* HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao2024-03-211-9/+0
* Merge tag 'hid-for-linus-2024031301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-1420-194/+621
|\
| * Merge branch 'for-6.9/wacom' into for-linusJiri Kosina2024-03-131-4/+4
| |\
| | * HID: wacom: Clean up use of struct->wacom_wacTatsunosuke Tobita2024-02-131-4/+4
| * | Merge branch 'for-6.9/unused-struct-removal' into for-linusJiri Kosina2024-03-135-82/+40
| |\ \
| | * | HID: hid-prodikeys: remove struct pk_deviceJiri Slaby (SUSE)2024-02-131-73/+40
| | * | HID: hid-prodikeys: remove unused struct pcmidi_snd membersJiri Slaby (SUSE)2024-02-131-2/+0
| | * | HID: hid-multitouch: remove unused mt_application::dev_timeJiri Slaby (SUSE)2024-02-131-1/+0
| | * | HID: hid-lg3ff: remove unused struct lg3ff_deviceJiri Slaby (SUSE)2024-02-131-4/+0
| | * | HID: wacom: remove unused hid_data::pressureJiri Slaby (SUSE)2024-02-131-1/+0
| | * | HID: apple: remove unused members from struct apple_sc_backlightJiri Slaby (SUSE)2024-02-131-1/+0
| | |/
| * | Merge branch 'for-6.9/samsung' into for-linusJiri Kosina2024-03-132-36/+408
| |\ \
| | * | HID: samsung: Add Samsung wireless bookcover and universal keyboard supportSandeep C S2024-01-252-0/+134
| | * | HID: samsung: Add Samsung wireless action mouse supportSandeep C S2024-01-252-0/+28
| | * | HID: samsung: Add Samsung wireless gamepad supportSandeep C S2024-01-252-0/+96
| | * | HID: samsung: Add Samsung wireless keyboard supportSandeep C S2024-01-252-0/+99
| | * | HID: samsung: Rewrite rdesc checking code using memcmp()Sandeep C S2024-01-251-33/+47
| | * | HID: samsung: Broaden device compatibility in samsung driverSandeep C S2024-01-251-5/+6
| * | | Merge branch 'for-6.9/nintendo' into for-linusJiri Kosina2024-03-131-22/+0
| |\ \ \
| | * | | HID: nintendo: Remove some unused functionsJiapeng Chong2024-02-131-12/+0
| | * | | HID: nintendo: Remove some unused functionsJiapeng Chong2024-01-231-10/+0
| | |/ /
| * | | Merge branch 'for-6.9/lenovo' into for-linusJiri Kosina2024-03-131-18/+39
| |\ \ \
| | * | | HID: lenovo: Add middleclick_workaround sysfs knob for cptkbdMikhail Khvainitski2024-01-231-18/+39
| | |/ /
| * | | Merge branch 'for-6.9/amd-sfh' into for-linusJiri Kosina2024-03-137-32/+125
| |\ \ \
| | * | | HID: amd_sfh: Set the AMD SFH driver to depend on x86Basavaraj Natikar2024-02-281-0/+1
| | * | | HID: amd_sfh: Extend MP2 register access to SFHBasavaraj Natikar2024-02-275-11/+28
| | * | | HID: amd_sfh: Improve boot time when SFH is availableBasavaraj Natikar2024-02-272-13/+64
| | * | | HID: amd_sfh: Avoid disabling the interruptBasavaraj Natikar2024-02-271-3/+27
| | * | | HID: amd_sfh: Update HPD sensor structure elementsBasavaraj Natikar2024-02-271-3/+3
| | * | | HID: amd_sfh: Increase sensor command timeoutBasavaraj Natikar2024-02-271-2/+2
| * | | | HID: input: avoid polling stylus battery on Chromebook PompomDmitry Torokhov2024-02-272-0/+3
| * | | | HID: intel-ish-hid: ipc: Add Arrow Lake PCI device IDEven Xu2024-02-272-0/+2
| |/ / /
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-021-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-311-4/+4
| |/ /
* | | HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita2024-02-131-1/+8
* | | HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspendEven Xu2024-02-132-1/+5
* | | HID: multitouch: Add required quirk for Synaptics 0xcddc deviceManuel Fombuena2024-02-131-0/+4
* | | HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke2024-02-061-20/+43
* | | HID: logitech-hidpp: Do not flood kernel logOleksandr Natalenko2024-02-061-3/+10
| |/ |/|
* | HID: bpf: use __bpf_kfunc instead of noinlineBenjamin Tissoires2024-01-311-5/+13
* | HID: bpf: actually free hdev memory after attaching a HID-BPF programBenjamin Tissoires2024-01-312-9/+40
* | HID: bpf: remove double fdget()Benjamin Tissoires2024-01-313-41/+49
* | HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold2024-01-261-0/+1
* | HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui2024-01-251-2/+5
* | HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspendKai-Heng Feng2024-01-232-1/+8