summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-21HID: cp2112: Fix I2C_BLOCK_DATA transactionsEudean Sun1-2/+13
2017-11-21HID: i2c-hid: Allow ACPI systems to specify "post-power-on-delay-ms"Rajat Jain1-5/+13
2017-11-21HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke3-0/+114
2017-11-21HID: wacom: Properly handle AES serial number and tool typeJason Gerecke2-9/+36
2017-11-21HID: Add special driver for Jabra devicesNiels Skou Olsen4-0/+73
2017-11-21HID: Ignore Jabra HID interface based on firmware versionNiels Skou Olsen2-2/+15
2017-11-21HID: core: remove the absolute need of hid_have_special_driver[]Benjamin Tissoires2-29/+115
2017-11-21HID: core: move the list of ignored devices in hid-quirks.cBenjamin Tissoires2-309/+312
2017-11-21HID: quirks: move the list of special devices into a quirkBenjamin Tissoires2-545/+547
2017-11-21HID: core: move the dynamic quirks handling in coreBenjamin Tissoires6-413/+412
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-149/+605
2017-11-15Merge branch 'for-4.15/wacom' into for-linusJiri Kosina3-15/+38
2017-11-15Merge branch 'for-4.15/use-timer-setup' into for-linusJiri Kosina2-8/+10
2017-11-15Merge branch 'for-4.15/upstream' into for-linusJiri Kosina6-8/+28
2017-11-15Merge branch 'for-4.15/sony' into for-linusJiri Kosina1-4/+10
2017-11-15Merge branch 'for-4.15/multitouch' into for-linusJiri Kosina1-0/+42
2017-11-15Merge branch 'for-4.15/logitech' into for-linusJiri Kosina2-4/+4
2017-11-15Merge branch 'for-4.15/hyperv' into for-linusJiri Kosina1-1/+1
2017-11-15Merge branch 'for-4.15/asus' into for-linusJiri Kosina3-2/+32
2017-11-15Merge branch 'for-4.15/alps' into for-linusJiri Kosina4-106/+424
2017-11-10HID: cp2112: fix broken gpio_direction_input callbackSébastien Szymanski1-2/+6
2017-11-10HID: cp2112: fix interface specification URLSébastien Szymanski1-1/+1
2017-11-10HID: Wacom: switch Dell canvas into highres modeBenjamin Tissoires1-0/+7
2017-11-09HID: wacom: generic: Send BTN_STYLUS3 when both barrel switches are setJason Gerecke2-2/+18
2017-11-09HID: sony: Fix SHANWAN pad rumbling on USBBastien Nocera1-4/+10
2017-11-09HID: i2c-hid: Add no-irq-after-reset quirk for 0911:5288 deviceHans de Goede2-1/+9
2017-11-09HID: add backlight level quirk for Asus ROG laptopsMustafa Kuscu1-1/+1
2017-11-09HID: cp2112: add HIDRAW dependencySébastien Szymanski1-1/+1
2017-11-07HID: Add ID 044f:b605 ThrustMaster, Inc. force feedback Racing WheelViktor Chapliev2-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+2
2017-10-19HID: hid-logitech: remove redundant assignment to pointer valueColin Ian King1-3/+1
2017-10-19HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collectionJason Gerecke1-0/+1
2017-10-19HID: rmi: Check that a device is a RMI device before calling RMI functionsAndrew Duggan1-3/+10