summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-201-1/+2
|\
| * hid-sensor-hub.c: fix wrong do_div() usageNicolas Pitre2015-11-161-1/+2
* | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-11/+7
|\ \
| * | hid: cp2112: use gpiochip data pointerLinus Walleij2016-01-071-10/+6
| * | Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-214-15/+11
| |\ \
| * | | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-1433-574/+809
|\ \ \ | |_|/ |/| |
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------------. \ Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co...Jiri Kosina2016-01-1432-571/+785
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | HID: wacom: Use correct report to query pen ID from INTUOSHT2 devicesJason Gerecke2016-01-082-1/+6
| | | | | | | | | | * | HID: wacom: Fix pad button range for CINTIQ_COMPANION_2Jason Gerecke2015-12-181-1/+1
| | | | | | | | | | * | HID: wacom: Fix touchring value reportingJason Gerecke2015-12-181-2/+2
| | | | | | | | | | * | HID: wacom: Report 'strip2' values in ABS_RYJason Gerecke2015-12-181-1/+1
| | | | | | | | | | * | HID: wacom: Limit touchstrip data to 13 bitsJason Gerecke2015-12-181-2/+2
| | | | | | | | | | * | HID: wacom: bitwise vs logical ORsDan Carpenter2015-12-181-4/+4
| | | | | | | | | | * | HID: wacom: Apply lowres quirk to BAMBOO_TOUCH devicesJason Gerecke2015-12-081-1/+1
| | | | | | | | | | * | HID: wacom: Rename wacom ID report ID macrosJason Gerecke2015-12-022-5/+5
| | | | | | | | | | * | HID: wacom: Clean up value readingJason Gerecke2015-12-021-13/+14
| | | | | | | | | | * | HID: wacom: Further clean up wacom_intuos_general packet decoderJason Gerecke2015-12-021-46/+41
| | | | | | | | | | * | HID: wacom: Replace magic masks and comparisons with switch casesJason Gerecke2015-12-021-30/+49
| | | | | | | | | | * | HID: wacom: Centralize Intuos pen packet decodingJason Gerecke2015-12-021-51/+54
| | | | | | | | | | * | HID: wacom: Slim down wacom_intuos_pad processingJason Gerecke2015-12-021-191/+86
| | | | | | | | | | * | HID: wacom: Move Intuos pad handling code into dedicated functionJason Gerecke2015-12-021-235/+247
| | | | | | | | | | * | HID: wacom: Delete an unnecessary check before kobject_put()Markus Elfring2015-11-191-2/+1
| | | | | | | | | | |/
| | | | | | | | | * | HID: usbhid: use to_usb_deviceGeliang Tang2015-12-281-1/+1
| | | | | | | | | * | HID: corsair: Convert to use module_hid_driverAxel Lin2015-12-281-12/+1
| | | | | | | | * | | HID: sony: Remove the size check for the Dualshock 4 HID DescriptorFrank Praznik2015-11-191-2/+2
| | | | | | | | * | | HID: sony: Save and restore the controller state on suspend and resumeFrank Praznik2015-11-191-1/+64
| | | | | | | | * | | HID: sony: Refactor the output report sending functionsFrank Praznik2015-11-191-13/+19
| | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | * | | HID: multitouch: fix input mode switching on some Elan panelsBenjamin Tissoires2015-12-021-2/+13
| | | | | | | * | | HID: multitouch: enable palm rejection if device implements confidence usageAllen Hung2015-11-261-0/+5
| | | | | * | | | | HID: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-11-191-1/+0
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | HID: input: ignore the battery in OKLICK Laser BTmouseAlexander E. Patrakov2015-12-181-5/+12
| | | | * | | | | HID: usbhid: fix recursive deadlockIoan-Adrian Ratiu2015-12-011-2/+2
| | | | * | | | | HID: debug: improve hid_debug_event()Rasmus Villemoes2015-11-271-2/+2
| | | | * | | | | HID: usbhid: discarded events don't abort idlenessOliver Neukum2015-11-231-1/+1
| | | | * | | | | HID: core: use scnprintf in modalias_show()Rasmus Villemoes2015-11-201-5/+2
| | | | * | | | | HID: Make report_descriptor available for all devicesAndy Lutomirski2015-11-191-7/+9
| | | | | |_|/ / | | | | |/| | |
| | | * | | | | HID: use kobj_to_dev()Geliang Tang2015-12-2810-51/+28
| | | * | | | | HID: wiimote: use dev_to_wii()Geliang Tang2015-12-281-6/+2
| | | * | | | | HID: add a new helper to_hid_driver()Geliang Tang2015-12-281-4/+3
| | | * | | | | HID: use to_hid_device()Geliang Tang2015-12-2813-79/+76
| | | * | | | | HID: move to_hid_device() to hid.hGeliang Tang2015-12-282-4/+0
| | | | |_|/ / | | | |/| | |
| | | * | | | HID: hid-logitech-hidpp: G920 remove deadzonesSimon Wood2015-11-201-0/+20
| | | * | | | HID: Add vendor specific usage pages for Logitech G920Simon Wood2015-11-201-0/+4
| | | * | | | HID: hid-logitech-hidpp: Add range sysfs for Logitech G920Simon Wood2015-11-201-1/+139
| | | * | | | HID: hid-logitech-hidpp: Add basic support for Logitech G920Simon Wood2015-11-203-16/+57
| | | * | | | HID: hid-logitech-hidpp: Add support for very long packetsSimon Wood2015-11-201-11/+48
| | | |/ / /
| | * | | | HID: enable hid device to suspend/resume asynchronouslyFu, Zhonghui2015-12-031-0/+1
| | | |_|/ | | |/| |
| * | | | HID: sensor-hub: Add quirk for Lenovo Yoga 900 with ITE ChipsSrinivas Pandruvada2016-01-082-0/+4
| * | | | HID: Add new PID for Microchip Pick16F1454Kristian Evensen2016-01-082-0/+2
OpenPOWER on IntegriCloud