aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-18HID: sony: Fixup output reports for the nyko core controllerScott Moreau1-1/+1
2016-01-18HID: sony: Add nyko core controller supportScott Moreau3-0/+11
2016-01-18HID: sony: do not bail out when the sixaxis refuses the output reportBenjamin Tissoires1-2/+4
2016-01-18HID: wacom - Add quirks for INTUOSHT2 in range eventsPing Cheng1-1/+3
2016-01-18HID: wacom - Cleanup touch arbitration logicPing Cheng1-9/+15
2016-01-18HID: wacom - make sure wacom_intuos_inout only process in/out eventsPing Cheng1-24/+25
2016-01-18HID: wacom - request tool info only when we get general eventsPing Cheng1-7/+7
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-11/+7
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds33-574/+809
2016-01-14Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/container-of-cleanups', 'for-4.5/core', 'for-4.5/i2c-hid', 'for-4.5/logitech', 'for-4.5/multitouch', 'for-4.5/sony', 'for-4.5/upstream' and 'for-4.5/wacom' into for-linusJiri Kosina32-571/+785
2016-01-08HID: sensor-hub: Add quirk for Lenovo Yoga 900 with ITE ChipsSrinivas Pandruvada2-0/+4
2016-01-08HID: Add new PID for Microchip Pick16F1454Kristian Evensen2-0/+2
2016-01-08HID: wacom: Use correct report to query pen ID from INTUOSHT2 devicesJason Gerecke2-1/+6
2016-01-07hid: cp2112: use gpiochip data pointerLinus Walleij1-10/+6
2015-12-30HID: i2c-hid: Prevent sending reports from racing with device resetMika Westerberg1-3/+18
2015-12-28HID: use kobj_to_dev()Geliang Tang10-51/+28
2015-12-28HID: wiimote: use dev_to_wii()Geliang Tang1-6/+2
2015-12-28HID: add a new helper to_hid_driver()Geliang Tang1-4/+3
2015-12-28HID: use to_hid_device()Geliang Tang13-79/+76
2015-12-28HID: move to_hid_device() to hid.hGeliang Tang2-4/+0
2015-12-28HID: usbhid: use to_usb_deviceGeliang Tang1-1/+1
2015-12-28HID: corsair: Convert to use module_hid_driverAxel Lin1-12/+1
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij4-15/+11
2015-12-18HID: input: ignore the battery in OKLICK Laser BTmouseAlexander E. Patrakov1-5/+12
2015-12-18HID: wacom: Fix pad button range for CINTIQ_COMPANION_2Jason Gerecke1-1/+1
2015-12-18HID: wacom: Fix touchring value reportingJason Gerecke1-2/+2
2015-12-18HID: wacom: Report 'strip2' values in ABS_RYJason Gerecke1-1/+1
2015-12-18HID: wacom: Limit touchstrip data to 13 bitsJason Gerecke1-2/+2
2015-12-18HID: wacom: bitwise vs logical ORsDan Carpenter1-4/+4
2015-12-13Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-11/+3
2015-12-08HID: wacom: Apply lowres quirk to BAMBOO_TOUCH devicesJason Gerecke1-1/+1
2015-12-03HID: enable hid device to suspend/resume asynchronouslyFu, Zhonghui1-0/+1
2015-12-02HID: wacom: Rename wacom ID report ID macrosJason Gerecke2-5/+5
2015-12-02HID: wacom: Clean up value readingJason Gerecke1-13/+14
2015-12-02HID: wacom: Further clean up wacom_intuos_general packet decoderJason Gerecke1-46/+41
2015-12-02HID: wacom: Replace magic masks and comparisons with switch casesJason Gerecke1-30/+49
2015-12-02HID: wacom: Centralize Intuos pen packet decodingJason Gerecke1-51/+54
2015-12-02HID: wacom: Slim down wacom_intuos_pad processingJason Gerecke1-191/+86
2015-12-02HID: wacom: Move Intuos pad handling code into dedicated functionJason Gerecke1-235/+247
2015-12-02HID: multitouch: fix input mode switching on some Elan panelsBenjamin Tissoires1-2/+13
2015-12-02HID: lg: restrict filtering out of first interface to G29 onlyBenjamin Tissoires1-2/+3
2015-12-01USB: quirks: Apply ALWAYS_POLL to all ELAN devicesAdrien Vergé2-11/+3
2015-12-01HID: usbhid: fix recursive deadlockIoan-Adrian Ratiu1-2/+2
2015-11-27HID: debug: improve hid_debug_event()Rasmus Villemoes1-2/+2
2015-11-26HID: multitouch: enable palm rejection if device implements confidence usageAllen Hung1-0/+5
2015-11-23HID: usbhid: discarded events don't abort idlenessOliver Neukum1-1/+1
2015-11-20HID: core: use scnprintf in modalias_show()Rasmus Villemoes1-5/+2
2015-11-20HID: hid-logitech-hidpp: G920 remove deadzonesSimon Wood1-0/+20
2015-11-20HID: Add vendor specific usage pages for Logitech G920Simon Wood1-0/+4
2015-11-20HID: hid-logitech-hidpp: Add range sysfs for Logitech G920Simon Wood1-1/+139