summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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-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: 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-03-03HID: core: detect and skip invalid inputs to snto32()Randy Dunlap1-0/+3
2021-03-03HID: make arrays usage and value to be the sameWill McVicker1-3/+3
2020-12-02HID: hid-sensor-hub: Fix issue with devices with no report IDPablo Ceballos1-1/+2
2020-12-02HID: cypress: Support Varmilo Keyboards' media hotkeysFrank Yang2-5/+41
2020-10-29HID: roccat: add bounds checking in kone_sysfs_write_settings()Dan Carpenter1-7/+16
2020-09-12HID: core: Sanitize event code and type when mapping inputMarc Zyngier2-0/+6
2020-09-12HID: core: Correctly handle ReportSize being zeroMarc Zyngier1-2/+13
2020-09-03HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye1-0/+4
2020-07-22HID: magicmouse: do not set up autorepeatDmitry Torokhov1-0/+6
2020-05-27HID: multitouch: add eGalaxTouch P80H84 supportSebastian Reichel2-0/+4
2020-03-11HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com1-1/+1
2020-03-11HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes1-1/+3
2020-01-23HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina2-5/+7
2020-01-23HID: hidraw: Fix returning EPOLLOUT from hidraw_pollMarcel Holtmann1-2/+2
2020-01-23hidraw: Return EPOLLOUT from hidraw_pollFabian Henneke1-1/+1
2020-01-14HID: hid-input: clear unmapped usagesDmitry Torokhov1-4/+12
2020-01-14HID: uhid: Fix returning EPOLLOUT from uhid_char_pollMarcel Holtmann1-1/+2
2020-01-14HID: Fix slab-out-of-bounds read in hid_field_extractAlan Stern1-0/+6
2020-01-04HID: Improve Windows Precision Touchpad detection.Blaž Hrastnik1-0/+4
2019-12-05HID: core: check whether Usage Page item is after Usage ID itemsCandle Sun1-6/+45
2019-11-06HID: fix error message in hid_open_report()Michał Mirosław1-2/+5
2019-11-06HID: Fix assumption that devices have inputsAlan Stern12-32/+108
2019-10-07HID: apple: Fix stuck function keys when using FNJoao Moreno1-21/+28
2019-10-05HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern1-1/+1
2019-10-05HID: logitech: Fix general protection fault caused by Logitech driverAlan Stern2-5/+6
2019-10-05HID: lg: make transfer buffers DMA capableBenjamin Tissoires1-4/+10
2019-10-05HID: prodikeys: Fix general protection fault during probeAlan Stern1-2/+10
2019-09-06HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra1-1/+1
2019-09-06HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DTIlya Trukhanov1-0/+12
2019-08-25HID: hiddev: do cleanup in failure of opening a deviceHillf Danton1-0/+4
2019-08-25HID: hiddev: avoid opening a disconnected deviceHillf Danton1-0/+8
2019-08-25HID: holtek: test for sanity of intfdataOliver Neukum1-2/+7
2019-08-11HID: Add quirk for HP X1200 PIXART OEM mouseSebastian Parschauer2-0/+2
2019-06-11HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne1-12/+24
2019-06-11HID: logitech-hidpp: use RAP instead of FAP to get the protocol versionHans de Goede1-4/+13
2019-05-16HID: input: add mapping for keyboard Brightness Up/Down/Toggle keysDmitry Torokhov1-0/+4
2019-05-16HID: input: add mapping for Expose/Overview keyDmitry Torokhov1-0/+2
2019-05-16HID: debug: fix race condition with between rdesc_show() and device removalHe, Bo1-0/+5
2019-04-03hid-sensor-hub.c: fix wrong do_div() usageNicolas Pitre1-1/+2
2019-02-20HID: debug: fix the ring buffer implementationVladis Dronov1-74/+48
2019-02-20HID: lenovo: Add checks to fix of_led_classdev_registerAditya Pakki1-2/+8