summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: sony: Fix race condition between rumble and device remove.Roderick Colenbrander2019-08-161-3/+12
* HID: Add quirk for HP X1200 PIXART OEM mouseSebastian Parschauer2019-08-092-0/+2
* HID: wacom: fix bit shift for Cintiq Companion 2Aaron Armstrong Skomra2019-08-091-6/+6
* HID: wacom: correct touch resolution x/y typoAaron Armstrong Skomra2019-07-261-1/+1
* HID: wacom: generic: Correct pad syncingAaron Armstrong Skomra2019-07-261-7/+8
* HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra2019-07-263-2/+4
* HID: multitouch: Add pointstick support for ALPS TouchpadKai-Heng Feng2019-07-212-0/+5
* HID: chicony: add another quirk for PixArt mouseOleksandr Natalenko2019-07-212-0/+2
* HID: Add another Primax PIXART OEM mouse quirkSebastian Parschauer2019-07-142-0/+2
* HID: wacom: Sync INTUOSP2_BT touch state after each frame if necessaryJason Gerecke2019-06-191-2/+8
* HID: wacom: Correct button numbering 2nd-gen Intuos Pro over BluetoothJason Gerecke2019-06-191-4/+7
* HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contactJason Gerecke2019-06-191-1/+1
* HID: wacom: Don't report anything prior to the tool entering rangeJason Gerecke2019-06-191-15/+18
* HID: wacom: Don't set tool type until we're in rangeJason Gerecke2019-06-191-1/+16
* HID: multitouch: handle faulty Elo touch deviceBenjamin Tissoires2019-06-191-0/+7
* HID: logitech-hidpp: change low battery level threshold from 31 to 30 percentHans de Goede2019-05-311-1/+5
* HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne2019-05-311-12/+24
* HID: logitech-hidpp: use RAP instead of FAP to get the protocol versionHans de Goede2019-05-311-4/+13
* HID: input: add mapping for "Toggle Display" keyDmitry Torokhov2019-05-161-0/+8
* HID: input: add mapping for keyboard Brightness Up/Down/Toggle keysDmitry Torokhov2019-05-161-0/+4
* HID: input: add mapping for Expose/Overview keyDmitry Torokhov2019-05-161-0/+2
* HID: input: add mapping for Assistant keyDmitry Torokhov2019-05-081-0/+1
* HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630Jeffrey Hugo2019-05-081-1/+4
* HID: debug: fix race condition with between rdesc_show() and device removalHe, Bo2019-05-081-0/+5
* HID: logitech: check the return value of create_singlethread_workqueueKangjie Lu2019-05-081-1/+7
* i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds2019-04-271-1/+2
* HID: usbhid: Add quirk for Redragon/Dragonrise Seymur 2Kai-Heng Feng2019-04-202-0/+2
* HID: i2c-hid: override HID descriptors for certain devicesJulian Sax2019-04-204-18/+437
* HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR busy_clear...Song Hongyan2019-04-051-3/+6
* HID: intel-ish-hid: avoid binding wrong ishtp_cl_deviceHong Liu2019-04-051-1/+3
* HID: debug: fix the ring buffer implementationVladis Dronov2019-02-121-73/+47Star
* HID: lenovo: Add checks to fix of_led_classdev_registerAditya Pakki2019-02-121-2/+8
* HID: ite: Add USB id match for another ITE based keyboard rfkill key quirkHans de Goede2019-01-132-0/+4
* Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov2018-12-211-1/+1
* HID: quirks: fix RetroUSB.com devicesNic Soudée2018-12-132-0/+6
* HID: multitouch: Add pointstick support for Cirque TouchpadKai-Heng Feng2018-12-132-0/+9
* Revert "HID: uhid: use strlcpy() instead of strncpy()"David Herrmann2018-12-131-6/+7
* HID: input: Ignore battery reported by Symbol DS4308Benson Leung2018-12-132-0/+4
* iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2018-12-052-4/+11
* HID: steam: remove input device when a hid client is running.Rodrigo Rivas Costa2018-12-011-64/+90
* HID: Add quirk for Microsoft PIXART OEM mouseSebastian Parschauer2018-11-272-0/+2
* HID: Add quirk for Primax PIXART OEM miceSebastian Parschauer2018-11-272-0/+4
* HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privilegesEric Biggers2018-11-271-0/+12
* HID: alps: allow incoming reports when only the trackstick is openedBenjamin Tissoires2018-11-271-0/+18
* Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"Benjamin Tissoires2018-11-271-1/+0Star
* HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanelKai-Heng Feng2018-11-272-0/+22
* HID: hiddev: fix potential Spectre v1Breno Leitao2018-11-131-4/+14
* HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452Jason Gerecke2018-11-131-0/+19
* HID: intel-ish-hid: Enable Ice Lake mobileSrinivas Pandruvada2018-09-242-0/+2
* HID: i2c-hid: Remove RESEND_REPORT_DESCR quirk and its handlingHans de Goede2018-09-242-16/+3Star