summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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-Hartman20-10/+84
2021-12-14HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman1-5/+12
2021-12-14HID: bigbenff: prevent null pointer dereferenceBenjamin Tissoires1-1/+1
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-Hartman5-6/+5
2021-12-14HID: google: add eel USB idxiazhengqiao2-0/+3
2021-12-14HID: quirks: Add quirk for the Microsoft Surface 3 type-coverHans de Goede2-0/+2
2021-12-01HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2-1/+8
2021-11-17HID: u2fzero: properly handle timeouts in usb_submit_urbAndrej Shadura1-1/+1
2021-11-17HID: u2fzero: clarify error check and length calculationsAndrej Shadura1-3/+5
2021-10-17HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDsJoshua-Dickens1-0/+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-10-06HID: u2fzero: ignore incomplete packets without dataAndrej Shadura1-1/+3
2021-09-22HID: i2c-hid: Fix Elan touchpad regressionJim Broadus1-3/+2
2021-09-22HID: input: do not report stylus battery state as "full"Dmitry Torokhov1-2/+0
2021-08-04HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDTJason Gerecke1-1/+1
2021-07-14HID: wacom: Correct base usage for capacitive ExpressKey status bitsJason Gerecke1-1/+1
2021-07-14HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov1-7/+3
2021-06-18HID: gt683r: add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-06-18HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam1-1/+1
2021-06-18HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis1-0/+3
2021-06-18HID: multitouch: set Stylus suffix for Stylus-application devices, tooAhelenia Ziemiańska1-4/+4
2021-06-18HID: quirks: Add quirk for Lenovo optical mouseSaeed Mirzamohammadi2-0/+2
2021-06-18HID: hid-sensor-hub: Return error for hid_set_field() failureSrinivas Pandruvada1-4/+9
2021-06-18HID: hid-input: add mapping for emoji picker keyDmitry Torokhov2-0/+4
2021-06-18HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65Nirenjan Krishnan2-0/+2
2021-06-10HID: multitouch: require Finger field to mark Win8 reports as MTAhelenia Ziemiańska1-3/+7
2021-06-10HID: magicmouse: fix NULL-deref on disconnectJohan Hovold1-1/+1
2021-06-10HID: i2c-hid: Skip ELAN power-on command after resetJohnny Chuang1-1/+8
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-14HID: 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: google: add don USB idShou-Chieh Hsu2-0/+3
2021-04-21HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng1-4/+2
2021-03-17HID: logitech-dj: add support for the new lightspeed connection iterationFilipe Laíns1-1/+6
2021-03-11HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Win...Hans de Goede2-0/+4
2021-03-11HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube AdapterEthan Warth3-0/+5
2021-03-04HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke1-1/+6
2021-03-04HID: logitech-dj: add support for keyboard events in eQUAD step 4 GamingFilipe Laíns1-0/+1
2021-03-04HID: core: detect and skip invalid inputs to snto32()Randy Dunlap1-0/+3
2021-02-26HID: make arrays usage and value to be the sameWill McVicker1-3/+3
2021-01-30HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke2-4/+5