summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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: wacom: remove the battery when the EKR is offAaron Armstrong Skomra4-4/+24
2023-08-30HID: add quirk for 03f0:464a HP Elite Presenter MouseMarco Morandini2-0/+2
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: 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
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
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-11HID: asus: use spinlock to safely schedule workersPietro Borrello1-4/+11
2023-03-11HID: asus: use spinlock to protect concurrent accessesPietro Borrello1-1/+21
2023-03-11HID: asus: Remove check for same LED brightness on setLuke D. Jones1-3/+0
2023-02-06HID: betop: check shape of output reportsPietro Borrello1-8/+9
2023-02-06HID: check empty report_list in hid_validate_values()Pietro Borrello1-2/+2
2023-02-06HID: intel_ish-hid: Add check for ishtp_dma_tx_mapJiasheng Jiang1-0/+10
2023-01-18HID: plantronics: Additional PIDs for double volume key presses quirkTerry Junge2-0/+12
2023-01-18HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke3-0/+13
2023-01-18HID: hid-sensor-custom: set fixed size for custom attributesMarcus Folkesson1-1/+1
2022-12-14HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng1-0/+3
2022-12-14HID: hid-lg4ff: Add check for empty lbufAnastasia Belova1-0/+6
2022-11-25HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang1-1/+1
2022-11-10HID: saitek: add madcatz variant of MMO7 mouse device IDSamuel Bailey3-0/+4
2022-11-03HID: magicmouse: Do not set BTN_MOUSE on double reportJosé Expósito1-1/+1
2022-10-26HID: roccat: Fix use-after-free in roccat_read()Hyunwoo Kim1-0/+4
2022-10-26HID: multitouch: Add memory barriersAndri Yngvason1-4/+4
2022-09-20HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typoJason Wang1-1/+1
2022-09-05HID: hidraw: fix memory leak in hidraw_release()Karthik Alapati1-0/+3
2022-09-05HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_reportLee Jones1-0/+10
2022-08-25HID: alps: Declare U1_UNICORN_LEGACY supportArtem Borisov1-0/+2
2022-08-25HID: cp2112: prevent a buffer overflow in cp2112_xfer()Harshit Mogalapalli1-0/+5
2022-08-25HID: wacom: Don't register pad_input for touch switchPing Cheng2-19/+26
2022-07-29HID: add ALWAYS_POLL quirk to lenovo pixart mouseTony Fischetti2-0/+2
2022-07-29HID: multitouch: add support for the Smart Tech panelBenjamin Tissoires1-6/+28
2022-07-29HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttonsMikael Wikström2-0/+7
2022-07-29HID: multitouch: simplify the application retrievalBenjamin Tissoires1-40/+32
2022-06-14HID: elan: Fix potential double free in elan_input_configuredMiaoqian Lin1-2/+0
2022-06-14HID: hid-led: fix maximum brightness for Dream CheekyJonathan Teh1-1/+1
2022-06-06HID: multitouch: Add support for Google Whiskers TouchpadMarek Maślanka1-0/+3
2022-04-15HID: i2c-hid: fix GET/SET_REPORT for unnumbered reportsDmitry Torokhov1-8/+24
2022-03-08HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon2-1/+5
2022-01-27HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis1-0/+6
2022-01-27HID: apple: Do not reset quirks when the Fn key is not foundJosé Expósito1-1/+1
2022-01-27HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke1-0/+4
2022-01-27HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke1-3/+26