summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-31HID: logitech-hidpp: use RAP instead of FAP to get the protocol versionHans de Goede1-4/+13
2019-05-16HID: input: add mapping for "Toggle Display" keyDmitry Torokhov1-0/+8
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-08HID: input: add mapping for Assistant keyDmitry Torokhov1-0/+1
2019-05-08HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630Jeffrey Hugo1-1/+4
2019-05-08HID: debug: fix race condition with between rdesc_show() and device removalHe, Bo1-0/+5
2019-05-08HID: logitech: check the return value of create_singlethread_workqueueKangjie Lu1-1/+7
2019-04-27i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds1-1/+2
2019-04-20HID: usbhid: Add quirk for Redragon/Dragonrise Seymur 2Kai-Heng Feng2-0/+2
2019-04-20HID: i2c-hid: override HID descriptors for certain devicesJulian Sax4-18/+437
2019-04-05HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR busy_clear...Song Hongyan1-3/+6
2019-04-05HID: intel-ish-hid: avoid binding wrong ishtp_cl_deviceHong Liu1-1/+3
2019-02-12HID: debug: fix the ring buffer implementationVladis Dronov1-73/+47
2019-02-12HID: lenovo: Add checks to fix of_led_classdev_registerAditya Pakki1-2/+8
2019-01-13HID: ite: Add USB id match for another ITE based keyboard rfkill key quirkHans de Goede2-0/+4
2018-12-21Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov1-1/+1
2018-12-13HID: quirks: fix RetroUSB.com devicesNic Soudée2-0/+6
2018-12-13HID: multitouch: Add pointstick support for Cirque TouchpadKai-Heng Feng2-0/+9
2018-12-13Revert "HID: uhid: use strlcpy() instead of strncpy()"David Herrmann1-6/+7
2018-12-13HID: input: Ignore battery reported by Symbol DS4308Benson Leung2-0/+4
2018-12-05iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2-4/+11
2018-12-01HID: steam: remove input device when a hid client is running.Rodrigo Rivas Costa1-64/+90