summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2024-01-26HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke1-28/+4
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: 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-12-03HID: core: store the unique system identifier in hid_deviceBenjamin Tissoires1-1/+3
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: logitech-hidpp: Remove HIDPP_QUIRK_NO_HIDINPUT quirkBastien Nocera1-5/+3
2023-11-20Revert "HID: logitech-hidpp: add a module parameter to keep firmware gestures"Bastien Nocera1-10/+0
2023-11-20hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chipDanny Kaehn1-1/+4
2023-11-20hid: cp2112: Fix duplicate workqueue initializationDanny Kaehn1-2/+2
2023-10-25HID: multitouch: Add required quirk for Synaptics 0xcd7e deviceRahul Rameshbabu1-0/+4
2023-10-25HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_eventMa Ke1-0/+4
2023-10-20HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede1-1/+2
2023-10-10HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bitSrinivas Pandruvada1-0/+8
2023-10-10HID: sony: remove duplicate NULL check before calling usb_free_urb()Jiri Kosina1-2/+1
2023-10-10HID: sony: Fix a potential memory leak in sony_probe()Christophe JAILLET1-0/+3
2023-09-19HID: multitouch: Correct devm device reference for hidinput input_dev nameRahul Rameshbabu1-10/+3
2023-09-19HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode()Nikita Zhandarovich1-1/+4
2023-09-06HID: wacom: remove the battery when the EKR is offAaron Armstrong Skomra4-4/+24
2023-08-26HID: add quirk for 03f0:464a HP Elite Presenter MouseMarco Morandini2-0/+2
2023-08-26HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyb...stuarthayhurst1-0/+4
2023-07-05HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.Mike Hommey1-1/+1
2023-07-05HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke2-4/+4
2023-06-28HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev1-1/+6
2023-06-09HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich1-1/+1
2023-06-09HID: google: add jewel USB idSung-Chi Li2-0/+3
2023-05-24HID: wacom: add three styli to wacom_intuos_get_tool_typePing Cheng1-0/+3
2023-05-24HID: wacom: Add new Intuos Pro Small (PTH-460) device IDsPing Cheng1-0/+5
2023-05-24HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke3-0/+44
2023-05-24HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke1-22/+11
2023-05-24HID: logitech-hidpp: Reconcile USB and Unifying serialsBastien Nocera1-4/+2
2023-05-24HID: logitech-hidpp: Don't use the USB serial for USB devicesBastien Nocera1-0/+51
2023-05-17HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng2-0/+27
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
2023-05-11HID: amd_sfh: Add support for shutdown operationBasavaraj Natikar1-0/+9
2023-03-30HID: intel-ish-hid: ipc: Fix potential use-after-free in work functionReka Norman1-1/+8
2023-03-30HID: cp2112: Fix driver not registering GPIO IRQ chip as threadedDanny Kaehn1-0/+1
2023-03-22HID: uhid: Over-ride the default maximum data buffer value with our ownLee Jones1-0/+1
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones1-5/+13
2023-03-10HID: logitech-hidpp: Don't restart communication if not necessaryBastien Nocera1-12/+20
2023-03-10HID: Add Mapping for System Microphone MuteJingyuan Liang2-0/+9
2023-03-10hid: bigben_probe(): validate report countPietro Borrello1-5/+2