summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.16/elo' into for-linusJiri Kosina2018-01-311-0/+6
|\
| * HID: elo: clear BTN_LEFT mappingJiri Kosina2017-11-241-0/+6
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-------------. \ Merge branches 'for-4.16/hid-quirks-cleanup/asus', 'for-4.16/hid-quirks-clean...Jiri Kosina2018-01-3112-63/+314
|\ \ \ \ \ \ \ \ \
| | | | | | | | * | HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not workingHans de Goede2018-01-231-1/+11
| | | | | | | * | | HID: sony: Report DS4 version info through sysfsRoderick Colenbrander2018-01-231-0/+83
| | | | | | | |/ /
| | | | | | * / / HID: rmi: Support the Fujitsu R726 Pad dock using hid-rmiAndrew Duggan2018-01-233-0/+3
| | | | | | |/ /
| | | | | * / / HID: add quirk for another PIXART OEM mouse used by HPDave Young2017-12-072-0/+2
| | | | | |/ /
| | | | * | | HID: hid-multitouch: support fine-grain orientation reportingWei-Ning Huang2017-12-013-8/+54
| | | | * | | HID: multitouch: Combine all left-button events in a frameHans de Goede2017-11-221-0/+20
| | | | * | | HID: multitouch: Only look at non touch fields in first packet of a frameHans de Goede2017-11-221-2/+15
| | | | * | | HID: multitouch: Properly deal with Win8 PTP reports with 0 touchesHans de Goede2017-11-221-2/+30
| | | | * | | HID: multitouch: Fix alphabetic sorting of mt_devices table.Hans de Goede2017-11-221-8/+8
| | | * | | | HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktopSrinivas Pandruvada2018-01-232-0/+2
| | | | |/ / | | | |/| |
| | * / | | HID: elecom: rewrite report fixup for EX-G and future miceTomasz Kramkowski2018-01-234-36/+47
| | |/ / /
| * | | | HID: asus: Fix special function keys on T200TAHans de Goede2018-01-231-2/+3
| * | | | HID: asus: Add touchpad max x/y and resolution info for the T200TAHans de Goede2018-01-231-2/+14
| * | | | HID: asus: Add product-id for the T100TAF and T100HA keyboard docksHans de Goede2017-12-013-4/+24
| | |/ / | |/| |
* | | | Merge branch 'for-4.16/hid-quirks-cleanup/_base' into for-linusJiri Kosina2018-01-3111-1292/+1481
|\ \ \ \ | | |/ / | |/| |
| * | | HID: quirks: make array hid_quirks staticColin Ian King2017-12-071-1/+1
| |/ /
| * | HID: Add special driver for Jabra devicesNiels Skou Olsen2017-11-214-0/+73
| * | HID: Ignore Jabra HID interface based on firmware versionNiels Skou Olsen2017-11-212-2/+15
| * | HID: core: remove the absolute need of hid_have_special_driver[]Benjamin Tissoires2017-11-213-29/+125
| * | HID: core: move the list of ignored devices in hid-quirks.cBenjamin Tissoires2017-11-212-309/+312
| * | HID: quirks: move the list of special devices into a quirkBenjamin Tissoires2017-11-214-546/+549
| * | HID: core: move the dynamic quirks handling in coreBenjamin Tissoires2017-11-217-417/+418
| |/
* | HID: core: lower log level for unknown main item tags to warningsHans de Goede2017-12-071-1/+1
* | HID: holtekff: move MODULE_* parameters out of #ifdef blockDaniel Axtens2017-12-011-4/+4
* | HID: cp2112: Fix I2C_BLOCK_DATA transactionsEudean Sun2017-11-211-2/+13
|/
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1522-149/+608
|\
| * Merge branch 'for-4.15/wacom' into for-linusJiri Kosina2017-11-154-15/+39
| |\
| | * HID: Wacom: switch Dell canvas into highres modeBenjamin Tissoires2017-11-101-0/+7
| | * HID: wacom: generic: Send BTN_STYLUS3 when both barrel switches are setJason Gerecke2017-11-093-2/+19
| | * Revert "HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters ra...Jason Gerecke2017-10-111-11/+0
| | * HID: wacom: generic: Reset events back to zero when pen leavesJason Gerecke2017-09-131-4/+4
| | * HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters rangeJason Gerecke2017-09-131-0/+11
| | * HID: wacom: generic: Leave tool in prox until it completely leaves senseJason Gerecke2017-09-131-5/+5
| | * HID: wacom: generic: Use generic codepath terminology in wacom_wac_pen_reportJason Gerecke2017-09-131-9/+9
| * | Merge branch 'for-4.15/use-timer-setup' into for-linusJiri Kosina2017-11-152-8/+10
| |\ \
| | * | HID: usbhid: Convert timers to use timer_setup()Kees Cook2017-10-112-8/+10
| * | | Merge branch 'for-4.15/upstream' into for-linusJiri Kosina2017-11-157-8/+29
| |\ \ \
| | * | | HID: cp2112: fix broken gpio_direction_input callbackSébastien Szymanski2017-11-101-2/+6
| | * | | HID: cp2112: fix interface specification URLSébastien Szymanski2017-11-101-1/+1
| | * | | HID: i2c-hid: Add no-irq-after-reset quirk for 0911:5288 deviceHans de Goede2017-11-092-1/+9
| | * | | HID: cp2112: add HIDRAW dependencySébastien Szymanski2017-11-091-1/+1
| | * | | HID: hid-input: Add eraser usage to hidinput_configure_usagePing Cheng2017-10-051-0/+9
| | * | | HID: retrode: tell what a Retrode is and drop a blank lineRandy Dunlap2017-10-021-2/+1
| | * | | HID: add comment for power callback in struct hid_ll_driverJaejoong Kim2017-10-021-0/+1
| | * | | HID: make device_attribute constBhumika Goyal2017-09-061-1/+1
| * | | | Merge branch 'for-4.15/sony' into for-linusJiri Kosina2017-11-151-4/+10
| |\ \ \ \
| | * | | | HID: sony: Fix SHANWAN pad rumbling on USBBastien Nocera2017-11-091-4/+10