summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* 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
* HID: nvidia-shield: Add missing null pointer checks to LED initializationKunwu Chan2024-01-231-0/+4
* HID: logitech-hidpp: add support for Logitech G Pro X Superlight 2Jiri Kosina2024-01-221-0/+2
* HID: hid-steam: Fix cleanup in probe()Dan Carpenter2024-01-151-11/+15
* HID: hid-steam: remove pointless error messageDan Carpenter2024-01-151-7/+3
* Merge tag 'hid-for-linus-2024010801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-01-1226-717/+1918
|\
| * Merge branch 'for-6.8/wacom' into for-linusJiri Kosina2024-01-084-29/+25
| |\
| | * HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke2023-12-201-28/+4
| | * HID: wacom: Remove AES power_supply after extended inactivityTatsunosuke Tobita2023-11-294-1/+21
| * | Merge branch 'for-6.8/steam' into for-linusJiri Kosina2024-01-081-156/+391
| |\ \
| | * | HID: hid-steam: Add gamepad-only mode switched to by holding optionsVicki Pfau2024-01-021-10/+103
| | * | HID: hid-steam: Better handling of serial number lengthVicki Pfau2024-01-021-5/+6
| | * | HID: hid-steam: Update list of identifiers from SDLVicki Pfau2024-01-021-65/+221
| | * | HID: hid-steam: Make client_opened a counterVicki Pfau2024-01-021-5/+5
| | * | HID: hid-steam: Clean up lockingVicki Pfau2024-01-021-53/+69
| | * | HID: hid-steam: Disable watchdog instead of using a heartbeatVicki Pfau2024-01-021-28/+2
| | * | HID: hid-steam: Avoid overwriting smoothing parameterVicki Pfau2024-01-021-5/+0
| * | | Merge branch 'for-6.8/sensor-hub' into for-linusJiri Kosina2024-01-081-1/+1
| |\ \ \
| | * | | HID: sensor-hub: Enable hid core report processing for all devicesYauhen Kharuzhy2023-12-221-1/+1
| | |/ /
| * | | Merge branch 'for-6.8/nintendo' into for-linusJiri Kosina2024-01-083-266/+649
| |\ \ \
| | * | | HID: nintendo: add support for nso controllersRyan McClelland2023-12-123-266/+649
| | | |/ | | |/|
| * | | Merge branch 'for-6.8/mcp2221' into for-linusJiri Kosina2024-01-081-22/+50
| |\ \ \
| | * | | HID: mcp2221: Handle reads greater than 60 bytesHamish Martin2023-11-211-9/+23
| | * | | HID: mcp2221: Don't set bus speed on every transferHamish Martin2023-11-211-14/+27
| | * | | HID: mcp2221: Set ACPI companionHamish Martin2023-11-211-0/+1
| * | | | Merge branch 'for-6.8/mcp2200' into for-linusJiri Kosina2024-01-084-0/+403
| |\ \ \ \
| | * | | | HID: mcp2200: added driver for GPIOs of MCP2200Johannes Roith2023-11-214-0/+403
| | |/ / /
| * | | | Merge branch 'for-6.8/intel-ish' into for-linusJiri Kosina2024-01-084-161/+214
| |\ \ \ \
| | * | | | HID: intel-ish-hid: ipc: Rework EHL OOB wakeupKai-Heng Feng2023-12-071-52/+15
| | * | | | HID: intel-ish-hid: ishtp-fw-loader: use helper functions for connectionEven Xu2023-12-061-48/+12
| | * | | | HID: intel-ish-hid: ishtp-hid-client: use helper functions for connectionEven Xu2023-12-061-50/+13
| | * | | | HID: Intel-ish-hid: Ishtp: Add helper functions for client connectionEven Xu2023-12-061-11/+174
| | | |/ / | | |/| |
| * | | | Merge branch 'for-6.8/i2c-hid' into for-linusJiri Kosina2024-01-081-67/+70
| |\ \ \ \
| | * | | | HID: i2c-hid: Renumber I2C_HID_QUIRK_ definesHans de Goede2023-12-061-5/+5
| | * | | | HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirkHans de Goede2023-12-061-5/+1
| | * | | | HID: i2c-hid: Turn missing reset ack into a warningHans de Goede2023-12-061-8/+3
| | * | | | HID: i2c-hid: Move i2c_hid_finish_hwreset() to after reading the report-descr...Hans de Goede2023-12-061-10/+19
| | * | | | HID: i2c-hid: Switch i2c_hid_parse() to goto style error handlingHans de Goede2023-12-061-8/+6
| | * | | | HID: i2c-hid: Split i2c_hid_hwreset() in start() and finish() functionsHans de Goede2023-12-061-10/+28
| | * | | | HID: i2c-hid: Fold i2c_hid_execute_reset() into i2c_hid_hwreset()Hans de Goede2023-12-061-43/+30
| | |/ / /