summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2024-04-12HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabledAbdelrahman Morsy
2024-04-03HID: logitech-dj: allow mice to use all types of reportsYaraslau Furman
2024-04-03HID: i2c-hid: Revert to await reset ACK before reading report descriptorKenny Levinsen
2024-04-03HID: nintendo: Fix N64 controller being identified as mouseNuno Pereira
2024-03-21HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devcZhang Lixu
2024-03-21HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao
2024-03-14Merge tag 'hid-for-linus-2024031301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-13Merge branch 'for-6.9/wacom' into for-linusJiri Kosina
2024-03-13Merge branch 'for-6.9/unused-struct-removal' into for-linusJiri Kosina
2024-03-13Merge branch 'for-6.9/samsung' into for-linusJiri Kosina
2024-03-13Merge branch 'for-6.9/nintendo' into for-linusJiri Kosina
2024-03-13Merge branch 'for-6.9/lenovo' into for-linusJiri Kosina
2024-03-13Merge branch 'for-6.9/amd-sfh' into for-linusJiri Kosina
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-02-28HID: amd_sfh: Set the AMD SFH driver to depend on x86Basavaraj Natikar
2024-02-27HID: input: avoid polling stylus battery on Chromebook PompomDmitry Torokhov
2024-02-27HID: amd_sfh: Extend MP2 register access to SFHBasavaraj Natikar
2024-02-27HID: amd_sfh: Improve boot time when SFH is availableBasavaraj Natikar
2024-02-27HID: amd_sfh: Avoid disabling the interruptBasavaraj Natikar
2024-02-27HID: amd_sfh: Update HPD sensor structure elementsBasavaraj Natikar
2024-02-27HID: amd_sfh: Increase sensor command timeoutBasavaraj Natikar
2024-02-27HID: intel-ish-hid: ipc: Add Arrow Lake PCI device IDEven Xu
2024-02-13HID: nintendo: Remove some unused functionsJiapeng Chong
2024-02-13HID: hid-prodikeys: remove struct pk_deviceJiri Slaby (SUSE)
2024-02-13HID: hid-prodikeys: remove unused struct pcmidi_snd membersJiri Slaby (SUSE)
2024-02-13HID: hid-multitouch: remove unused mt_application::dev_timeJiri Slaby (SUSE)
2024-02-13HID: hid-lg3ff: remove unused struct lg3ff_deviceJiri Slaby (SUSE)
2024-02-13HID: wacom: remove unused hid_data::pressureJiri Slaby (SUSE)
2024-02-13HID: apple: remove unused members from struct apple_sc_backlightJiri Slaby (SUSE)
2024-02-13HID: wacom: Clean up use of struct->wacom_wacTatsunosuke Tobita
2024-02-13HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita
2024-02-13HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspendEven Xu
2024-02-13HID: multitouch: Add required quirk for Synaptics 0xcddc deviceManuel Fombuena
2024-02-06HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke
2024-02-06HID: logitech-hidpp: Do not flood kernel logOleksandr Natalenko
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-31HID: bpf: use __bpf_kfunc instead of noinlineBenjamin Tissoires
2024-01-31HID: bpf: actually free hdev memory after attaching a HID-BPF programBenjamin Tissoires
2024-01-31HID: bpf: remove double fdget()Benjamin Tissoires
2024-01-26HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold
2024-01-25HID: samsung: Add Samsung wireless bookcover and universal keyboard supportSandeep C S
2024-01-25HID: samsung: Add Samsung wireless action mouse supportSandeep C S
2024-01-25HID: samsung: Add Samsung wireless gamepad supportSandeep C S
2024-01-25HID: samsung: Add Samsung wireless keyboard supportSandeep C S
2024-01-25HID: samsung: Rewrite rdesc checking code using memcmp()Sandeep C S
2024-01-25HID: samsung: Broaden device compatibility in samsung driverSandeep C S
2024-01-25HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui
2024-01-23HID: lenovo: Add middleclick_workaround sysfs knob for cptkbdMikhail Khvainitski
2024-01-23HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspendKai-Heng Feng
2024-01-23HID: nvidia-shield: Add missing null pointer checks to LED initializationKunwu Chan