summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: magicmouse: Do not set BTN_MOUSE on double reportJosé Expósito2022-11-031-1/+1
* HID: roccat: Fix use-after-free in roccat_read()Hyunwoo Kim2022-10-261-0/+4
* HID: multitouch: Add memory barriersAndri Yngvason2022-10-261-4/+4
* HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typoJason Wang2022-09-201-1/+1
* HID: hidraw: fix memory leak in hidraw_release()Karthik Alapati2022-09-051-0/+3
* HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_reportLee Jones2022-09-051-0/+10
* HID: alps: Declare U1_UNICORN_LEGACY supportArtem Borisov2022-08-251-0/+2
* HID: cp2112: prevent a buffer overflow in cp2112_xfer()Harshit Mogalapalli2022-08-251-0/+5
* HID: wacom: Don't register pad_input for touch switchPing Cheng2022-08-252-19/+26
* HID: add ALWAYS_POLL quirk to lenovo pixart mouseTony Fischetti2022-07-292-0/+2
* HID: multitouch: add support for the Smart Tech panelBenjamin Tissoires2022-07-291-6/+28
* HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttonsMikael Wikström2022-07-292-0/+7
* HID: multitouch: simplify the application retrievalBenjamin Tissoires2022-07-291-40/+32
* HID: elan: Fix potential double free in elan_input_configuredMiaoqian Lin2022-06-141-2/+0
* HID: hid-led: fix maximum brightness for Dream CheekyJonathan Teh2022-06-141-1/+1
* HID: multitouch: Add support for Google Whiskers TouchpadMarek Maślanka2022-06-061-0/+3
* HID: i2c-hid: fix GET/SET_REPORT for unnumbered reportsDmitry Torokhov2022-04-151-8/+24
* HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon2022-03-082-1/+5
* HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis2022-01-271-0/+6
* HID: apple: Do not reset quirks when the Fn key is not foundJosé Expósito2022-01-271-1/+1
* HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke2022-01-271-0/+4
* HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke2022-01-271-3/+26
* HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke2022-01-271-1/+5
* HID: uhid: Fix worker destroying device without any protectionJann Horn2022-01-271-4/+25
* HID: asus: Add depends on USB_HID to HID_ASUS Kconfig optionHans de Goede2022-01-051-0/+1
* HID: holtek: fix mouse probingBenjamin Tissoires2021-12-291-0/+15
* HID: check for valid USB device for many HID driversGreg Kroah-Hartman2021-12-1420-10/+84
* HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman2021-12-141-5/+12
* HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman2021-12-141-3/+3
* HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman2021-12-141-1/+1
* HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman2021-12-141-1/+1
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-142-2/+2
* HID: google: add eel USB idxiazhengqiao2021-12-142-0/+3
* HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2021-12-012-1/+8
* HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JISMizuho Mori2021-10-171-0/+7
* HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam2021-10-061-1/+12
* HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman2021-10-061-3/+10
* HID: input: do not report stylus battery state as "full"Dmitry Torokhov2021-09-221-2/+0
* HID: wacom: Correct base usage for capacitive ExpressKey status bitsJason Gerecke2021-07-201-1/+1
* HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov2021-07-201-7/+3
* HID: gt683r: add missing MODULE_DEVICE_TABLEBixuan Cui2021-06-301-0/+1
* HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam2021-06-301-1/+1
* HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis2021-06-301-0/+3
* HID: hid-sensor-hub: Return error for hid_set_field() failureSrinivas Pandruvada2021-06-301-4/+9
* HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65Nirenjan Krishnan2021-06-302-0/+2
* HID: multitouch: require Finger field to mark Win8 reports as MTAhelenia Ziemiańska2021-06-101-3/+7
* HID: i2c-hid: fix format string mismatchArnd Bergmann2021-06-101-2/+2
* HID: pidff: fix error return code in hid_pidff_init()Zhen Lei2021-06-101-0/+1
* HID: plantronics: Workaround for double volume key pressesMaxim Mikityanskiy2021-05-222-2/+59
* HID: wacom: Assign boolean values to a bool variableJiapeng Zhong2021-04-281-1/+1