summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2025-06-04HID: quirks: Add ADATA XPG alpha wireless mouse supportMilton Barrera2-0/+6
2025-06-04HID: usbkbd: Fix the bit shift number for LED_KANAjunan1-1/+1
2025-05-02HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła1-0/+10
2025-05-02HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła1-18/+24
2025-05-02HID: pidff: Convert infinite length from Linux API to PID standardTomasz Pakuła1-1/+7
2025-04-10HID: hid-plantronics: Add mic mute mapping and generalize quirksTerry Junge1-77/+67
2025-04-10HID: ignore non-functional sensor in HP 5MP CameraChia-Lin Kao (AceLan)2-0/+2
2025-04-10HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbellZhang Lixu1-3/+3
2025-03-13HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu1-1/+3
2025-03-13HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin1-0/+2
2025-03-13HID: appleir: Fix potential NULL dereference at raw event handleDaniil Dulov1-1/+1
2025-03-13HID: multitouch: Add NULL check in mt_input_configuredCharles Han1-1/+4
2025-03-13HID: hid-sensor-hub: don't use stale platform-data on removeHeiko Stuebner1-7/+14
2025-03-13HID: Wacom: Add PCI Wacom device supportEven Xu1-0/+5
2025-03-13HID: core: Fix assumption that Resolution Multipliers must be in Logical Coll...Alan Stern1-0/+2
2024-12-14HID: wacom: fix when get product name maybe null pointerWangYuli1-1/+2
2024-12-14HID: wacom: Interpret tilt data from Intuos Pro BT as signed valuesJason Gerecke1-2/+2
2024-11-17HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpadWangYuli1-0/+5
2024-11-17HID: core: zero-initialize the report bufferJiri Kosina1-1/+1
2024-11-08hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dmaSurajSonawane24151-1/+1
2024-11-08HID: plantronics: Workaround for an unexcepted opposite volume keyWade Wang2-0/+25
2024-09-12HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixupCamila Alvarez1-1/+1
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: 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: 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: Swap the Fn and Left Control keys on Apple keyboardsfree5lot1-2/+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-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-20hid: cp2112: Fix duplicate workqueue initializationDanny Kaehn1-2/+2
2023-11-20HID: cp2112: Use irqchip templateLinus Walleij1-9/+10
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-23HID: multitouch: Correct devm device reference for hidinput input_dev nameRahul Rameshbabu1-10/+3
2023-09-23HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode()Nikita Zhandarovich1-1/+4