summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2026-04-18HID: multitouch: Check to ensure report responses match the requestLee Jones
2026-04-18HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irqBenoît Sevens
2026-04-18HID: mcp2221: cancel last I2C command on read errorRomain Sioen
2026-04-18HID: asus: avoid memory leak in asus_report_fixup()Günther Noack
2026-04-18HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing themGreg Kroah-Hartman
2026-03-04HID: logitech-hidpp: Check maxfield in hidpp_get_report_length()Günther Noack
2026-03-04HID: prodikeys: Check presence of pm->input_ep82Günther Noack
2026-03-04HID: magicmouse: Do not crash on missing msc->inputGünther Noack
2026-03-04HID: hid-pl: handle probe errorsOliver Neukum
2026-03-04HID: multitouch: add eGalaxTouch EXC3188 supportThorsten Schmelzer
2026-02-11HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30 (2d99:a101)Rodrigo Lugathe da Conceição Alves
2026-02-11HID: quirks: Add another Chicony HP 5MP Cameras to hid_ignore_listChris Chiu
2026-02-11HID: intel-ish-hid: Reset enum_devices_done before enumerationZhang Lixu
2026-02-11HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTLDaytonCL
2026-02-06HID: uclogic: Add NULL check in uclogic_input_configured()Henry Martin
2026-02-06HID: uclogic: Correct devm device reference for hidinput input_dev nameRahul Rameshbabu
2026-02-06HID: usbhid: paper over wrong bNumDescriptor fieldBenjamin Tissoires
2026-01-19HID: quirks: work around VID/PID conflict for appledisplayRené Rebe
2026-01-19HID: core: Harden s32ton() against conversion to 0 bitsAlan Stern
2026-01-19HID: logitech-dj: Remove duplicate error loggingHans de Goede
2026-01-19HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/penPing Cheng
2025-12-07HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155Zhang Heng
2025-12-07HID: hid-ntrig: Prevent memory leak in ntrig_report_version()Masami Ichikawa
2025-12-07HID: quirks: avoid Cooler Master MM712 dongle wakeup bugTristan Lobb
2025-10-29HID: multitouch: fix sticky fingersBenjamin Tissoires
2025-10-29hid: fix I2C read buffer overflow in raw_event() for mcp2221Arnaud Lecomte
2025-09-04HID: mcp2221: Handle reads greater than 60 bytesHamish Martin
2025-09-04HID: mcp2221: Don't set bus speed on every transferHamish Martin
2025-09-04HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version()Minjong Kim
2025-09-04HID: wacom: Add a new Art Pen 2Ping Cheng
2025-09-04HID: asus: fix UAF via HID_CLAIMED_INPUT validationQasim Ijaz
2025-08-28HID: core: do not bypass hid_hw_raw_requestBenjamin Tissoires
2025-08-28HID: core: ensure __hid_request reserves the report ID as the first byteBenjamin Tissoires
2025-08-28HID: core: ensure the allocated report buffer can contain the reserved report IDBenjamin Tissoires
2025-07-17HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP CamerasChia-Lin Kao (AceLan)
2025-07-17HID: Add IGNORE quirk for SMARTLINKTECHNOLOGYZhang Heng
2025-07-17HID: wacom: fix kobject reference count leakQasim Ijaz
2025-07-17HID: wacom: fix memory leak on sysfs attribute creation failureQasim Ijaz
2025-07-17HID: wacom: fix memory leak on kobject creation failureQasim Ijaz
2025-06-27HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge
2025-06-04HID: quirks: Add ADATA XPG alpha wireless mouse supportMilton Barrera
2025-06-04HID: usbkbd: Fix the bit shift number for LED_KANAjunan
2025-05-02HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła
2025-05-02HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła
2025-05-02HID: pidff: Convert infinite length from Linux API to PID standardTomasz Pakuła
2025-04-10HID: hid-plantronics: Add mic mute mapping and generalize quirksTerry Junge
2025-04-10HID: ignore non-functional sensor in HP 5MP CameraChia-Lin Kao (AceLan)
2025-04-10HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbellZhang Lixu
2025-03-13HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu
2025-03-13HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin