summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-10/+10
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1386/+1970
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina-21/+17
2018-01-31Merge branch 'for-4.16/i2c-hid' into for-linusJiri Kosina-5/+13
2018-01-31Merge branch 'for-4.16/wacom' into for-linusJiri Kosina-29/+178
2018-01-31Merge branch 'for-4.16/elo' into for-linusJiri Kosina-0/+6
2018-01-31Merge branches 'for-4.16/hid-quirks-cleanup/asus', 'for-4.16/hid-quirks-clean...Jiri Kosina-59/+308
2018-01-31Merge branch 'for-4.16/hid-quirks-cleanup/_base' into for-linusJiri Kosina-1287/+1463
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-7/+7
2018-01-23HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not workingHans de Goede-1/+11
2018-01-23HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()Dan Carpenter-0/+2
2018-01-23HID: asus: Fix special function keys on T200TAHans de Goede-2/+3
2018-01-23HID: asus: Add touchpad max x/y and resolution info for the T200TAHans de Goede-2/+14
2018-01-23HID: wacom: Add support for One by Wacom (CTL-472 / CTL-672)Jason Gerecke-0/+8
2018-01-23HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) eventsJason Gerecke-8/+8
2018-01-23HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktopSrinivas Pandruvada-0/+2
2018-01-23HID: elecom: rewrite report fixup for EX-G and future miceTomasz Kramkowski-36/+47
2018-01-23HID: sony: Report DS4 version info through sysfsRoderick Colenbrander-0/+83
2018-01-23HID: sony: Print reversed MAC address via %pMRAndy Shevchenko-8/+2
2018-01-23HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra-12/+12
2018-01-23HID: rmi: Support the Fujitsu R726 Pad dock using hid-rmiAndrew Duggan-0/+3
2017-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-7/+18
2017-12-07HID: add quirk for another PIXART OEM mouse used by HPDave Young-0/+2
2017-12-07HID: core: lower log level for unknown main item tags to warningsHans de Goede-1/+1
2017-12-07HID: quirks: make array hid_quirks staticColin Ian King-1/+1
2017-12-01HID: hid-multitouch: support fine-grain orientation reportingWei-Ning Huang-4/+48
2017-12-01HID: asus: Add product-id for the T100TAF and T100HA keyboard docksHans de Goede-4/+24
2017-12-01HID: holtekff: move MODULE_* parameters out of #ifdef blockDaniel Axtens-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-7/+7
2017-11-24HID: elo: clear BTN_LEFT mappingJiri Kosina-0/+6
2017-11-22HID: multitouch: Combine all left-button events in a frameHans de Goede-0/+20
2017-11-22HID: multitouch: Only look at non touch fields in first packet of a frameHans de Goede-2/+15
2017-11-22HID: multitouch: Properly deal with Win8 PTP reports with 0 touchesHans de Goede-2/+30
2017-11-22HID: multitouch: Fix alphabetic sorting of mt_devices table.Hans de Goede-8/+8
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-11/+9
2017-11-21HID: cp2112: Fix I2C_BLOCK_DATA transactionsEudean Sun-2/+13
2017-11-21HID: i2c-hid: Allow ACPI systems to specify "post-power-on-delay-ms"Rajat Jain-5/+13
2017-11-21HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke-0/+114
2017-11-21HID: wacom: Properly handle AES serial number and tool typeJason Gerecke-9/+36
2017-11-21HID: Add special driver for Jabra devicesNiels Skou Olsen-0/+73
2017-11-21HID: Ignore Jabra HID interface based on firmware versionNiels Skou Olsen-2/+15
2017-11-21HID: core: remove the absolute need of hid_have_special_driver[]Benjamin Tissoires-29/+115
2017-11-21HID: core: move the list of ignored devices in hid-quirks.cBenjamin Tissoires-309/+312
2017-11-21HID: quirks: move the list of special devices into a quirkBenjamin Tissoires-545/+547
2017-11-21HID: core: move the dynamic quirks handling in coreBenjamin Tissoires-413/+412
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-149/+605
2017-11-15Merge branch 'for-4.15/wacom' into for-linusJiri Kosina-15/+38
2017-11-15Merge branch 'for-4.15/use-timer-setup' into for-linusJiri Kosina-8/+10