summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* 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/+47
* 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/+0
* 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/+3
* HID: i2c-hid: disable runtime PM operations on hantick touchpadAnisse Astier2018-09-141-3/+8
* HID: i2c-hid: Don't reset device upon system resumeKai-Heng Feng2018-09-062-10/+7
* HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub reportHans de Goede2018-09-051-0/+23
* HID: core: fix NULL pointer dereferenceGustavo A. R. Silva2018-09-051-1/+2
* HID: core: fix grouping by applicationBenjamin Tissoires2018-09-042-2/+5
* HID: multitouch: fix Elan panels with 2 input modes declarationBenjamin Tissoires2018-09-041-2/+14
* HID: hid-saitek: Add device ID for RAT 7 ContagionHarry Mallon2018-08-302-0/+3
* HID: core: fix memory leak on probeStefan Agner2018-08-281-0/+2
* HID: input: fix leaking custom input node nameStefan Agner2018-08-281-0/+1
* HID: add support for Apple Magic KeyboardsSean O'Brien2018-08-282-1/+10
* HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreenAceLan Kao2018-08-282-0/+3
* HID: intel-ish-hid: Enable Sunrise Point-H ish driverAndreas Bosch2018-08-282-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-08-2022-729/+1795
|\
| * Merge branch 'for-4.19/wiimote' into for-linusJiri Kosina2018-08-203-0/+457
| |\
| | * HID: wiimote: add support for Guitar-Hero devicesNicolas Adenis-Lamarre2018-06-253-0/+457
| * | Merge branch 'for-4.19/wacom' into for-linusJiri Kosina2018-08-202-59/+66
| |\ \
| | * | HID: wacom: convert Wacom custom usages to standard HID usagesPing Cheng2018-07-031-1/+2
| | * | HID: wacom: Move handling of HID quirks into a dedicated functionJason Gerecke2018-07-031-38/+54