summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* 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
* HID: nvidia-shield: add LEDS_CLASS dependencyRandy Dunlap2023-09-181-0/+1
* HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon mouseHans de Goede2023-09-181-0/+2
* HID: steelseries: Fix signedness bug in steelseries_headset_arctis_1_fetch_ba...Dan Carpenter2023-09-181-1/+1
* HID: sony: Fix a potential memory leak in sony_probe()Christophe JAILLET2023-09-041-0/+3
* Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-0120-260/+1127
|\
| * Merge branch 'for-6.5/upstream-fixes' into for-linusBenjamin Tissoires2023-08-312-1/+5
| |\
| | * HID: apple: Add "Hailuck" to the list of non-apple keyboardsNils Tonnaett2023-08-161-1/+2
| | * HID: input: Fix Apple Magic Trackpad 1 Bluetooth disconnectNimish Gåtam2023-08-141-0/+3
| * | Merge branch 'for-6.6/wiimote' into for-linusBenjamin Tissoires2023-08-311-10/+0
| |\ \
| | * | HID: hid-wiimote-debug.c: Drop error checking for debugfs_create_fileOsama Muhammad2023-08-141-10/+0
| * | | Merge branch 'for-6.6/wacom' into for-linusBenjamin Tissoires2023-08-314-19/+37
| |\ \ \