summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-21HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra2-4/+10
2019-09-10HID: cp2112: prevent sleeping function called from invalid contextBenjamin Tissoires1-2/+6
2019-08-29HID: wacom: Correct distance scale for 2nd-gen Intuos devicesJason Gerecke1-0/+2
2019-08-29HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra1-1/+1
2019-08-29HID: input: fix a4tech horizontal wheel custom usageNicolas Saenz Julienne1-3/+27
2019-08-29HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52István Váradi2-0/+2
2019-08-29HID: 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-16HID: sony: Fix race condition between rumble and device remove.Roderick Colenbrander1-3/+12
2019-08-09HID: Add quirk for HP X1200 PIXART OEM mouseSebastian Parschauer2-0/+2
2019-08-09HID: wacom: fix bit shift for Cintiq Companion 2Aaron Armstrong Skomra1-6/+6
2019-07-26HID: wacom: correct touch resolution x/y typoAaron Armstrong Skomra1-1/+1
2019-07-26HID: wacom: generic: Correct pad syncingAaron Armstrong Skomra1-7/+8
2019-07-26HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra3-2/+4
2019-07-21HID: multitouch: Add pointstick support for ALPS TouchpadKai-Heng Feng2-0/+5
2019-07-21HID: chicony: add another quirk for PixArt mouseOleksandr Natalenko2-0/+2
2019-07-14HID: Add another Primax PIXART OEM mouse quirkSebastian Parschauer2-0/+2
2019-06-19HID: wacom: Sync INTUOSP2_BT touch state after each frame if necessaryJason Gerecke1-2/+8
2019-06-19HID: wacom: Correct button numbering 2nd-gen Intuos Pro over BluetoothJason Gerecke1-4/+7
2019-06-19HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contactJason Gerecke1-1/+1
2019-06-19HID: wacom: Don't report anything prior to the tool entering rangeJason Gerecke1-15/+18
2019-06-19HID: wacom: Don't set tool type until we're in rangeJason Gerecke1-1/+16
2019-06-19HID: multitouch: handle faulty Elo touch deviceBenjamin Tissoires1-0/+7
2019-05-31HID: logitech-hidpp: change low battery level threshold from 31 to 30 percentHans de Goede1-1/+5
2019-05-31HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne1-12/+24