summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2024-04-13HID: input: avoid polling stylus battery on Chromebook PompomDmitry Torokhov2-0/+3
2024-03-27HID: amd_sfh: Avoid disabling the interruptBasavaraj Natikar1-3/+27
2024-03-27HID: amd_sfh: Update HPD sensor structure elementsBasavaraj Natikar1-3/+3
2024-03-27HID: lenovo: Add middleclick_workaround sysfs knob for cptkbdMikhail Khvainitski1-18/+39
2024-03-27HID: multitouch: Add required quirk for Synaptics 0xcddc deviceManuel Fombuena1-0/+4
2024-03-01HID: nvidia-shield: Add missing null pointer checks to LED initializationKunwu Chan1-0/+4
2024-03-01HID: logitech-hidpp: add support for Logitech G Pro X Superlight 2Jiri Kosina1-0/+2
2024-02-23HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke1-20/+43
2024-02-23HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita1-1/+8
2024-02-23HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold1-0/+1
2024-02-23HID: bpf: actually free hdev memory after attaching a HID-BPF programBenjamin Tissoires2-9/+40
2024-02-23HID: bpf: remove double fdget()Benjamin Tissoires3-41/+49
2024-02-05HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui1-2/+5
2024-01-26HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke1-28/+4
2024-01-26HID: sensor-hub: Enable hid core report processing for all devicesYauhen Kharuzhy1-1/+1
2024-01-20HID: nintendo: Prevent divide-by-zero on codeGuilherme G. Piccoli1-7/+20
2024-01-20HID: nintendo: fix initializer element is not constant errorRyan McClelland1-22/+22
2023-12-20HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato1-4/+4
2023-12-20HID: multitouch: Add quirk for HONOR GLO-GXXX touchpadAoba K1-0/+5
2023-12-20HID: hid-asus: reset the backlight brightness level on resumeDenis Benato1-0/+19
2023-12-20HID: add ALWAYS_POLL quirk for Apple kbOliver Neukum1-0/+1
2023-12-20HID: glorious: fix Glorious Model I HID reportBrett Raye2-6/+21
2023-12-20HID: apple: add Jamesdonkey and A3R to non-apple keyboards listYihong Cao1-0/+2
2023-12-20HID: mcp2221: Allow IO to start during probeHamish Martin1-0/+2
2023-12-20HID: mcp2221: Set driver data before I2C adapter addHamish Martin1-1/+1
2023-12-20HID: Add quirk for Labtec/ODDOR/aikeec handbrakeSebastian Parschauer2-0/+2
2023-12-20HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]Mario Limonciello1-0/+5
2023-12-20HID: lenovo: Restrict detection of patched firmware only to USB cptkbdMikhail Khvainitski1-1/+2
2023-12-03HID: fix HID device resource race between HID core and debugging supportCharles Yi2-2/+13
2023-11-28Revert "HID: logitech-dj: Add support for a new lightspeed receiver iteration"Jiri Kosina2-9/+3
2023-11-28hid: lenovo: Resend all settings on reset_resume for compact keyboardsJamie Lentin1-16/+34
2023-11-28HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221WJiri Kosina2-0/+2
2023-11-28HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaroundMikhail Khvainitski1-23/+45
2023-11-20HID: logitech-hidpp: Move get_wireless_feature_index() check to hidpp_connect...Hans de Goede1-11/+9
2023-11-20HID: logitech-hidpp: Revert "Don't restart communication if not necessary"Hans de Goede1-16/+8
2023-11-20HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() onlyHans de Goede1-10/+12
2023-11-20HID: uclogic: Fix a work->entry not empty bug in __queue_work()Jinjie Ruan1-0/+7
2023-11-20HID: uclogic: Fix user-memory-access bug in uclogic_params_ugee_v2_init_event...Jinjie Ruan1-1/+15
2023-11-20hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chipDanny Kaehn1-1/+5
2023-11-20hid: cp2112: Fix duplicate workqueue initializationDanny Kaehn1-2/+2
2023-10-06HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede1-1/+2
2023-10-06HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold1-63/+81
2023-10-05HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ngFabian Vogt2-0/+3
2023-10-05HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bitSrinivas Pandruvada1-0/+8
2023-10-05HID: sony: remove duplicate NULL check before calling usb_free_urb()Jiri Kosina1-2/+1
2023-10-05HID: nintendo: reinitialize USB Pro Controller after resuming from suspendMartino Fontana1-72/+103
2023-10-05HID: nvidia-shield: Fix some missing function calls() in the probe error hand...Christophe JAILLET1-2/+4
2023-10-05HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe erro...Christophe JAILLET1-1/+2
2023-10-05HID: multitouch: Add required quirk for Synaptics 0xcd7e deviceRahul Rameshbabu1-0/+4
2023-10-04HID: nvidia-shield: Select POWER_SUPPLY Kconfig optionRahul Rameshbabu1-0/+1