summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: amd_sfh: Avoid disabling the interruptBasavaraj Natikar2024-03-261-3/+27
* HID: amd_sfh: Update HPD sensor structure elementsBasavaraj Natikar2024-03-261-3/+3
* HID: lenovo: Add middleclick_workaround sysfs knob for cptkbdMikhail Khvainitski2024-03-261-18/+39
* HID: multitouch: Add required quirk for Synaptics 0xcddc deviceManuel Fombuena2024-03-261-0/+4
* HID: nvidia-shield: Add missing null pointer checks to LED initializationKunwu Chan2024-03-011-0/+4
* HID: logitech-hidpp: add support for Logitech G Pro X Superlight 2Jiri Kosina2024-03-011-0/+2
* HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke2024-02-231-20/+43
* HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita2024-02-231-1/+8
* HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold2024-02-231-0/+1
* HID: bpf: actually free hdev memory after attaching a HID-BPF programBenjamin Tissoires2024-02-232-9/+40
* HID: bpf: remove double fdget()Benjamin Tissoires2024-02-233-41/+49
* HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui2024-02-051-2/+5
* HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke2024-01-251-28/+4
* HID: sensor-hub: Enable hid core report processing for all devicesYauhen Kharuzhy2024-01-251-1/+1
* HID: nintendo: Prevent divide-by-zero on codeGuilherme G. Piccoli2024-01-201-7/+20
* HID: nintendo: fix initializer element is not constant errorRyan McClelland2024-01-201-22/+22
* HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato2023-12-201-4/+4
* HID: multitouch: Add quirk for HONOR GLO-GXXX touchpadAoba K2023-12-201-0/+5
* HID: hid-asus: reset the backlight brightness level on resumeDenis Benato2023-12-201-0/+19
* HID: add ALWAYS_POLL quirk for Apple kbOliver Neukum2023-12-201-0/+1
* HID: glorious: fix Glorious Model I HID reportBrett Raye2023-12-202-6/+21
* HID: apple: add Jamesdonkey and A3R to non-apple keyboards listYihong Cao2023-12-201-0/+2
* HID: mcp2221: Allow IO to start during probeHamish Martin2023-12-201-0/+2
* HID: mcp2221: Set driver data before I2C adapter addHamish Martin2023-12-201-1/+1
* HID: Add quirk for Labtec/ODDOR/aikeec handbrakeSebastian Parschauer2023-12-202-0/+2
* HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]Mario Limonciello2023-12-201-0/+5
* HID: lenovo: Restrict detection of patched firmware only to USB cptkbdMikhail Khvainitski2023-12-201-1/+2
* HID: fix HID device resource race between HID core and debugging supportCharles Yi2023-12-032-2/+13
* Revert "HID: logitech-dj: Add support for a new lightspeed receiver iteration"Jiri Kosina2023-11-282-9/+3
* hid: lenovo: Resend all settings on reset_resume for compact keyboardsJamie Lentin2023-11-281-16/+34
* HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221WJiri Kosina2023-11-282-0/+2
* HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaroundMikhail Khvainitski2023-11-281-23/+45
* HID: logitech-hidpp: Move get_wireless_feature_index() check to hidpp_connect...Hans de Goede2023-11-201-11/+9
* HID: logitech-hidpp: Revert "Don't restart communication if not necessary"Hans de Goede2023-11-201-16/+8
* HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() onlyHans de Goede2023-11-201-10/+12
* HID: uclogic: Fix a work->entry not empty bug in __queue_work()Jinjie Ruan2023-11-201-0/+7
* HID: uclogic: Fix user-memory-access bug in uclogic_params_ugee_v2_init_event...Jinjie Ruan2023-11-201-1/+15
* hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chipDanny Kaehn2023-11-201-1/+5
* hid: cp2112: Fix duplicate workqueue initializationDanny Kaehn2023-11-201-2/+2
* HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede2023-10-061-1/+2
* HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold2023-10-061-63/+81
* HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ngFabian Vogt2023-10-052-0/+3
* HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bitSrinivas Pandruvada2023-10-051-0/+8
* HID: sony: remove duplicate NULL check before calling usb_free_urb()Jiri Kosina2023-10-051-2/+1
* HID: nintendo: reinitialize USB Pro Controller after resuming from suspendMartino Fontana2023-10-051-72/+103
* HID: nvidia-shield: Fix some missing function calls() in the probe error hand...Christophe JAILLET2023-10-051-2/+4
* HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe erro...Christophe JAILLET2023-10-051-1/+2
* HID: multitouch: Add required quirk for Synaptics 0xcd7e deviceRahul Rameshbabu2023-10-051-0/+4
* HID: nvidia-shield: Select POWER_SUPPLY Kconfig optionRahul Rameshbabu2023-10-041-0/+1
* HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_eventMa Ke2023-09-181-0/+4