aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)Author
2024-03-26HID: multitouch: Add required quirk for Synaptics 0xcddc deviceManuel Fombuena
2024-02-23HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke
2024-02-23HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita
2024-02-23HID: apple: Add 2021 magic keyboard FN key mappingBenjamin Berg
2024-02-23HID: apple: Swap the Fn and Left Control keys on Apple keyboardsfree5lot
2024-02-23HID: apple: Add support for the 2021 Magic KeyboardAlex Henrie
2024-01-25HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke
2023-12-20HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato
2023-12-20HID: multitouch: Add quirk for HONOR GLO-GXXX touchpadAoba K
2023-12-20HID: hid-asus: reset the backlight brightness level on resumeDenis Benato
2023-12-20HID: add ALWAYS_POLL quirk for Apple kbOliver Neukum
2023-12-08HID: fix HID device resource race between HID core and debugging supportCharles Yi
2023-12-08HID: core: store the unique system identifier in hid_deviceBenjamin Tissoires
2023-11-28HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221WJiri Kosina
2023-11-20hid: cp2112: Fix duplicate workqueue initializationDanny Kaehn
2023-11-20HID: cp2112: Use irqchip templateLinus Walleij
2023-10-25HID: multitouch: Add required quirk for Synaptics 0xcd7e deviceRahul Rameshbabu
2023-10-25HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_eventMa Ke
2023-10-25HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede
2023-09-23HID: multitouch: Correct devm device reference for hidinput input_dev nameRahul Rameshbabu
2023-09-23HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode()Nikita Zhandarovich
2023-09-23HID: wacom: remove the battery when the EKR is offAaron Armstrong Skomra
2023-08-30HID: add quirk for 03f0:464a HP Elite Presenter MouseMarco Morandini
2023-07-27HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke
2023-06-28HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev
2023-06-09HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich
2023-06-09HID: google: add jewel USB idSung-Chi Li
2023-05-30HID: wacom: add three styli to wacom_intuos_get_tool_typePing Cheng
2023-05-30HID: wacom: Add new Intuos Pro Small (PTH-460) device IDsPing Cheng
2023-05-30HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke
2023-05-30HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke
2023-05-30HID: logitech-hidpp: Reconcile USB and Unifying serialsBastien Nocera
2023-05-30HID: logitech-hidpp: Don't use the USB serial for USB devicesBastien Nocera
2023-05-17HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng
2023-03-22HID: uhid: Over-ride the default maximum data buffer value with our ownLee Jones
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones
2023-03-11HID: Add Mapping for System Microphone MuteJingyuan Liang
2023-03-11hid: bigben_probe(): validate report countPietro Borrello
2023-03-11HID: asus: Fix mute and touchpad-toggle keys on Medion Akoya E1239THans de Goede
2023-03-11HID: asus: Add support for multi-touch touchpad on Medion Akoya E1239THans de Goede
2023-03-11HID: asus: Add report_size to struct asus_touchpad_infoHans de Goede
2023-03-11HID: asus: Only set EV_REP if we are adding a mappingHans de Goede
2023-03-11HID: bigben: use spinlock to safely schedule workersPietro Borrello
2023-03-11HID: bigben_worker() remove unneeded check on report_fieldPietro Borrello
2023-03-11HID: bigben: use spinlock to protect concurrent accessesPietro Borrello
2023-03-11HID: asus: use spinlock to safely schedule workersPietro Borrello
2023-03-11HID: asus: use spinlock to protect concurrent accessesPietro Borrello
2023-03-11HID: asus: Remove check for same LED brightness on setLuke D. Jones
2023-03-03HID: core: Fix deadloop in hid_apply_multiplier.Xin Zhao