summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2018-06-26HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke1-0/+8
2018-06-26HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu1-15/+7
2018-06-20HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-BHans de Goede2-0/+3
2018-06-20HID: intel-ish-hid: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-06-20HID: wacom: Release device resource data obtained by devres_alloc()Arvind Yadav1-1/+3
2018-06-20HID: lenovo: Add support for IBM/Lenovo Scrollpoint micepgzh3-3/+48
2018-04-24HID: i2c-hid: fix inverted return value from i2c_hid_command()Jiri Kosina1-1/+1
2018-04-24HID: wacom: bluetooth: send exit report for recent Bluetooth devicesAaron Armstrong Skomra1-30/+46
2018-04-24HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa1-0/+5
2018-04-24HID: input: fix battery level reporting on BT miceDmitry Torokhov1-7/+17
2018-04-24HID: i2c-hid: Fix resume issue on Raydium touchscreen deviceAaron Ma2-0/+16
2018-04-24HID: core: Fix size as type u32Aaron Ma1-5/+5
2018-04-24HID: Fix hid_report_len usageAaron Ma4-7/+9
2018-04-24HID: i2c-hid: fix size check and type usageAaron Ma1-6/+7
2018-02-15usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop2-0/+6
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds6-10/+10
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds23-1386/+1970
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina7-21/+17
2018-01-31Merge branch 'for-4.16/i2c-hid' into for-linusJiri Kosina1-5/+13
2018-01-31Merge branch 'for-4.16/wacom' into for-linusJiri Kosina3-29/+178
2018-01-31Merge branch 'for-4.16/elo' into for-linusJiri Kosina1-0/+6
2018-01-31Merge branches 'for-4.16/hid-quirks-cleanup/asus', 'for-4.16/hid-quirks-clean...Jiri Kosina10-59/+308
2018-01-31Merge branch 'for-4.16/hid-quirks-cleanup/_base' into for-linusJiri Kosina9-1287/+1463
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-7/+7
2018-01-23HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not workingHans de Goede1-1/+11
2018-01-23HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()Dan Carpenter1-0/+2
2018-01-23HID: asus: Fix special function keys on T200TAHans de Goede1-2/+3
2018-01-23HID: asus: Add touchpad max x/y and resolution info for the T200TAHans de Goede1-2/+14
2018-01-23HID: wacom: Add support for One by Wacom (CTL-472 / CTL-672)Jason Gerecke1-0/+8
2018-01-23HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) eventsJason Gerecke1-8/+8
2018-01-23HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktopSrinivas Pandruvada2-0/+2
2018-01-23HID: elecom: rewrite report fixup for EX-G and future miceTomasz Kramkowski4-36/+47
2018-01-23HID: sony: Report DS4 version info through sysfsRoderick Colenbrander1-0/+83
2018-01-23HID: sony: Print reversed MAC address via %pMRAndy Shevchenko1-8/+2
2018-01-23HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra1-12/+12
2018-01-23HID: rmi: Support the Fujitsu R726 Pad dock using hid-rmiAndrew Duggan3-0/+3
2017-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-7/+18
2017-12-07HID: add quirk for another PIXART OEM mouse used by HPDave Young2-0/+2
2017-12-07HID: core: lower log level for unknown main item tags to warningsHans de Goede1-1/+1
2017-12-07HID: quirks: make array hid_quirks staticColin Ian King1-1/+1
2017-12-01HID: hid-multitouch: support fine-grain orientation reportingWei-Ning Huang1-4/+48
2017-12-01HID: asus: Add product-id for the T100TAF and T100HA keyboard docksHans de Goede3-4/+24
2017-12-01HID: holtekff: move MODULE_* parameters out of #ifdef blockDaniel Axtens1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro6-7/+7
2017-11-24HID: elo: clear BTN_LEFT mappingJiri Kosina1-0/+6
2017-11-22HID: multitouch: Combine all left-button events in a frameHans de Goede1-0/+20
2017-11-22HID: multitouch: Only look at non touch fields in first packet of a frameHans de Goede1-2/+15
2017-11-22HID: multitouch: Properly deal with Win8 PTP reports with 0 touchesHans de Goede1-2/+30
2017-11-22HID: multitouch: Fix alphabetic sorting of mt_devices table.Hans de Goede1-8/+8
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook3-11/+9