aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)Author
2022-01-05HID: asus: Add depends on USB_HID to HID_ASUS Kconfig optionHans de Goede
2021-12-29HID: holtek: fix mouse probingBenjamin Tissoires
2021-12-14HID: check for valid USB device for many HID driversGreg Kroah-Hartman
2021-12-14HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman
2021-12-14HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman
2021-12-14HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman
2021-12-14HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman
2021-12-14HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman
2021-12-08HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke
2021-10-17HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JISMizuho Mori
2021-10-06HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam
2021-10-06HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman
2021-09-22HID: input: do not report stylus battery state as "full"Dmitry Torokhov
2021-07-20HID: wacom: Correct base usage for capacitive ExpressKey status bitsJason Gerecke
2021-07-20HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov
2021-06-30HID: gt683r: add missing MODULE_DEVICE_TABLEBixuan Cui
2021-06-30HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam
2021-06-30HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis
2021-06-30HID: hid-sensor-hub: Return error for hid_set_field() failureSrinivas Pandruvada
2021-06-10HID: i2c-hid: fix format string mismatchArnd Bergmann
2021-06-10HID: pidff: fix error return code in hid_pidff_init()Zhen Lei
2021-05-22HID: plantronics: Workaround for double volume key pressesMaxim Mikityanskiy
2021-04-28HID: wacom: Assign boolean values to a bool variableJiapeng Zhong
2021-04-28HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai
2021-04-28HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng
2021-03-03HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke
2021-03-03HID: core: detect and skip invalid inputs to snto32()Randy Dunlap
2021-03-03HID: make arrays usage and value to be the sameWill McVicker
2020-12-29HID: i2c-hid: add Vero K147 to descriptor overrideJulian Sax
2020-12-02HID: Add Logitech Dinovo Edge battery quirkHans de Goede
2020-12-02HID: hid-sensor-hub: Fix issue with devices with no report IDPablo Ceballos
2020-12-02HID: cypress: Support Varmilo Keyboards' media hotkeysFrank Yang
2020-10-29HID: hid-input: fix stylus battery reportingDmitry Torokhov
2020-10-29HID: roccat: add bounds checking in kone_sysfs_write_settings()Dan Carpenter
2020-09-09HID: core: Sanitize event code and type when mapping inputMarc Zyngier
2020-09-09HID: core: Correctly handle ReportSize being zeroMarc Zyngier
2020-09-03HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye
2020-09-03HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commandsHans de Goede
2020-08-21HID: input: Fix devices that return multiple bytes in battery reportGrant Likely
2020-07-29HID: apple: Disable Fn-key key-re-mapping on clone keyboardsHans de Goede
2020-07-29HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor overrideFederico Ricchiuto
2020-07-22HID: magicmouse: do not set up autorepeatDmitry Torokhov
2020-06-11HID: i2c-hid: add Schneider SCL142ALM to descriptor overrideJulian Sax
2020-06-11HID: sony: Fix for broken buttons on DS3 USB donglesScott Shumate
2020-05-27HID: multitouch: add eGalaxTouch P80H84 supportSebastian Reichel
2020-05-20HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern
2020-05-20HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devicesJason Gerecke
2020-03-20HID: i2c-hid: add Trekstor Surfbook E11B to descriptor overrideKai-Heng Feng
2020-03-20HID: apple: Add support for recent firmware on Magic KeyboardsMansour Behabadi
2020-03-11HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com