summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2024-09-04HID: microsoft: Add rumble support to latest xbox controllersSiarhei Vishniakou2-2/+19
2024-09-04HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke1-1/+3
2024-08-19HID: wacom: Modify pen IDsTatsunosuke Tobita1-2/+1
2024-07-05HID: Add quirk for Logitech Casa touchpadSean O'Brien2-0/+7
2024-07-05HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()José Expósito1-1/+3
2024-07-05HID: core: remove unnecessary WARN_ON() in implement()Nikita Zhandarovich1-1/+0
2024-06-16HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectorsChen Ni1-0/+5
2024-05-02HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao1-8/+0
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-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: apple: Add 2021 magic keyboard FN key mappingBenjamin Berg1-1/+28
2024-02-23HID: apple: Add support for the 2021 Magic KeyboardAlex Henrie3-0/+6
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-3/+3
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-08HID: fix HID device resource race between HID core and debugging supportCharles Yi2-2/+13
2023-12-08HID: 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-25HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede1-1/+2
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-19HID: 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-07-27HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.Mike Hommey1-1/+1
2023-07-27HID: 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-30HID: wacom: add three styli to wacom_intuos_get_tool_typePing Cheng1-0/+3
2023-05-30HID: wacom: Add new Intuos Pro Small (PTH-460) device IDsPing Cheng1-0/+5
2023-05-30HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke3-0/+44
2023-05-30HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke1-22/+11
2023-05-30HID: logitech-hidpp: Reconcile USB and Unifying serialsBastien Nocera1-4/+2
2023-05-30HID: logitech-hidpp: Don't use the USB serial for USB devicesBastien Nocera1-0/+51