summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2020-05-14HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern2-8/+30
2020-05-14HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devicesJason Gerecke1-1/+3
2020-03-20HID: google: add moonball USB idChen-Tsung Hsieh2-0/+3
2020-03-20HID: i2c-hid: add Trekstor Surfbook E11B to descriptor overrideKai-Heng Feng1-0/+8
2020-03-20HID: apple: Add support for recent firmware on Magic KeyboardsMansour Behabadi1-1/+2
2020-03-05HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com1-1/+1
2020-03-05HID: alps: Fix an error handling path in 'alps_input_configured()'Christophe JAILLET1-1/+1
2020-03-05HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes1-1/+3
2020-03-05HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dockHans de Goede1-2/+3
2020-02-01HID: steam: Fix input device disappearingRodrigo Rivas Costa1-0/+4
2020-02-01drivers/hid/hid-multitouch.c: fix a possible null pointer access.Pan Zhang1-1/+1
2020-02-01HID: Add quirk for incorrect input length on Lenovo Y720Pavel Balan2-3/+14
2020-02-01HID: ite: Add USB id match for Acer SW5-012 keyboard dockHans de Goede2-0/+4
2020-02-01HID: Add quirk for Xin-Mo Dual ControllerPriit Laes1-0/+1
2020-02-01HID: multitouch: Add LG MELF0410 I2C touchscreen supportAaron Ma2-0/+4
2020-01-17HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina2-5/+7
2020-01-17HID: hidraw: Fix returning EPOLLOUT from hidraw_pollMarcel Holtmann1-2/+2
2020-01-17hidraw: Return EPOLLOUT from hidraw_pollFabian Henneke1-1/+1
2020-01-14HID: hiddev: fix mess in hiddev_open()Dmitry Torokhov1-55/+42
2020-01-14HID: hid-input: clear unmapped usagesDmitry Torokhov1-4/+12
2020-01-14HID: uhid: Fix returning EPOLLOUT from uhid_char_pollMarcel Holtmann1-1/+1
2020-01-14HID: Fix slab-out-of-bounds read in hid_field_extractAlan Stern1-0/+6
2020-01-09HID: i2c-hid: Reset ALPS touchpads on resumeKai-Heng Feng1-1/+11
2020-01-04HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI ...Andrew Duggan1-1/+2
2020-01-04HID: Improve Windows Precision Touchpad detection.Blaž Hrastnik1-0/+4
2020-01-04HID: logitech-hidpp: Silence intermittent get_battery_capacity errorsHans de Goede1-0/+3
2020-01-04HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouseJinke Fan2-0/+2
2019-12-05HID: core: check whether Usage Page item is after Usage ID itemsCandle Sun1-6/+45
2019-12-05HID: intel-ish-hid: fixes incorrect error handlingPan Bian1-1/+1
2019-11-12HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()Zhang Lixu1-1/+1
2019-11-12HID: google: add magnemite/masterball USB idsNicolas Boichat2-0/+6
2019-11-12HID: wacom: generic: Treat serial number and related fields as unsignedJason Gerecke2-4/+21
2019-11-06HID: fix error message in hid_open_report()Michał Mirosław1-2/+5
2019-11-06HID: Fix assumption that devices have inputsAlan Stern13-34/+117
2019-11-06HID: i2c-hid: add Trekstor Primebook C11B to descriptor overrideHans de Goede1-0/+19
2019-11-06HID: hyperv: Use in-place iterator API in the channel callbackDexuan Cui1-46/+10
2019-11-06HID: steam: fix deadlock with input devices.Rodrigo Rivas Costa1-7/+19
2019-11-06HID: steam: fix boot loop with bluetooth firmwareRodrigo Rivas Costa1-23/+11
2019-11-06HID: Add ASUS T100CHI keyboard dock battery quirksNOGUCHI Hiroshi1-0/+3
2019-11-06HID: i2c-hid: Add Odys Winbook 13 to descriptor overrideHans de Goede1-0/+8
2019-11-06HID: i2c-hid: Ignore input report if there's no data present on Elan touchpanelsKai-Heng Feng1-0/+9
2019-11-06HID: i2c-hid: Disable runtime PM for LG touchscreenKai-Heng Feng2-0/+3
2019-11-06HID: i2c-hid: add Direkt-Tek DTLAPY133-1 to descriptor overrideJulian Sax1-0/+8
2019-10-07HID: apple: Fix stuck function keys when using FNJoao Moreno1-21/+28
2019-10-07HID: wacom: Fix several minor compiler warningsJason Gerecke2-5/+6
2019-10-01HID: Add quirk for HP X500 PIXART OEM mouseSebastian Parschauer2-0/+2
2019-10-01HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern1-1/+1
2019-10-01HID: logitech: Fix general protection fault caused by Logitech driverAlan Stern2-5/+6
2019-10-01HID: sony: Fix memory corruption issue on cleanup.Roderick Colenbrander1-1/+1
2019-10-01HID: prodikeys: Fix general protection fault during probeAlan Stern1-2/+10