summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* 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-151-74/+48
* 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
* iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2018-12-172-4/+11
* HID: multitouch: Add pointstick support for Cirque TouchpadKai-Heng Feng2018-12-132-0/+9
* HID: input: Ignore battery reported by Symbol DS4308Benson Leung2018-12-132-0/+4
* HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privilegesEric Biggers2018-11-271-0/+12
* HID: hiddev: fix potential Spectre v1Breno Leitao2018-11-131-4/+14
* HID: quirks: fix support for Apple Magic KeyboardsNatanael Copa2018-10-201-0/+3
* HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub reportHans de Goede2018-10-101-0/+23
* HID: hid-saitek: Add device ID for RAT 7 ContagionHarry Mallon2018-10-102-0/+3
* HID: add support for Apple Magic KeyboardsSean O'Brien2018-10-102-1/+10
* HID: hid-ntrig: add error handling for sysfs_create_groupZhouyang Jia2018-10-031-0/+2
* HID: add quirk for another PIXART OEM mouse used by HPDave Young2018-09-152-0/+2
* HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke2018-08-241-2/+8
* HID: i2c-hid: check if device is there before really probingDmitry Torokhov2018-08-031-0/+8
* HID: hid-plantronics: Re-resend Update to map button for PTT productsTerry Junge2018-08-031-1/+5
* HID: debug: check length before copy_to_user()Daniel Rosenberg2018-07-111-1/+7
* HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva2018-07-111-0/+11
* HID: i2c-hid: Fix "incomplete report" noiseJason Andryuk2018-07-111-1/+1
* HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke2018-06-261-0/+8
* HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu2018-06-261-15/+7
* HID: intel-ish-hid: use put_device() instead of kfree()Arvind Yadav2018-06-211-1/+1
* HID: wacom: Release device resource data obtained by devres_alloc()Arvind Yadav2018-06-211-1/+3
* HID: lenovo: Add support for IBM/Lenovo Scrollpoint micepgzh2018-06-213-3/+48
* HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()Dan Carpenter2018-04-261-0/+2
* HID: wacom: bluetooth: send exit report for recent Bluetooth devicesAaron Armstrong Skomra2018-04-241-30/+46
* HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa2018-04-241-0/+5
* HID: input: fix battery level reporting on BT miceDmitry Torokhov2018-04-241-7/+17
* HID: core: Fix size as type u32Aaron Ma2018-04-241-5/+5
* HID: Fix hid_report_len usageAaron Ma2018-04-244-7/+9
* HID: i2c-hid: fix size check and type usageAaron Ma2018-04-241-6/+7
* HID: elo: clear BTN_LEFT mappingJiri Kosina2018-03-191-0/+6
* HID: multitouch: Only look at non touch fields in first packet of a frameHans de Goede2018-03-191-2/+15
* usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop2018-02-282-0/+6
* HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not workingHans de Goede2018-02-161-1/+11
* HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) eventsJason Gerecke2018-02-031-8/+8
* HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra2018-02-031-12/+12
* HID: cp2112: fix broken gpio_direction_input callbackSébastien Szymanski2017-12-201-2/+6
* HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collectionJason Gerecke2017-11-211-0/+1
* HID: cp2112: add HIDRAW dependencySébastien Szymanski2017-11-211-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-125-5/+25
|\
| * HID: hid-elecom: extend to fix descriptor for HUGE trackballAlex Manoussakis2017-10-114-4/+14
| * HID: usbhid: fix out-of-bounds bugJaejoong Kim2017-10-111-1/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-058-27/+118
|\|