summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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-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-08-25HID: wacom: Don't register pad_input for touch switchPing Cheng2-19/+26
2022-06-14HID: hid-led: fix maximum brightness for Dream CheekyJonathan Teh1-1/+1
2022-04-20HID: 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: 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
2022-01-27HID: uhid: Fix worker destroying device without any protectionJann Horn1-4/+25
2022-01-05HID: asus: Add depends on USB_HID to HID_ASUS Kconfig optionHans de Goede1-0/+1
2021-12-29HID: holtek: fix mouse probingBenjamin Tissoires1-0/+15
2021-12-14HID: check for valid USB device for many HID driversGreg Kroah-Hartman19-9/+83
2021-12-14HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman1-5/+12
2021-12-14HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman1-3/+3
2021-12-14HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman1-1/+1
2021-12-14HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman1-1/+1
2021-12-14HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2-2/+2
2021-12-08HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2-1/+8
2021-10-17HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JISMizuho Mori1-0/+7
2021-10-06HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam1-1/+12
2021-10-06HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman1-3/+10
2021-09-22HID: input: do not report stylus battery state as "full"Dmitry Torokhov1-2/+0
2021-07-20HID: wacom: Correct base usage for capacitive ExpressKey status bitsJason Gerecke1-1/+1
2021-07-20HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov1-7/+3
2021-06-30HID: gt683r: add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-06-30HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam1-1/+1
2021-06-30HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis1-0/+3
2021-06-30HID: hid-sensor-hub: Return error for hid_set_field() failureSrinivas Pandruvada1-4/+9
2021-06-10HID: i2c-hid: fix format string mismatchArnd Bergmann1-2/+2
2021-06-10HID: pidff: fix error return code in hid_pidff_init()Zhen Lei1-0/+1
2021-05-22HID: plantronics: Workaround for double volume key pressesMaxim Mikityanskiy2-2/+59
2021-04-28HID: wacom: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-04-28HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai1-0/+1
2021-04-28HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng1-4/+2