summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2013-08-09Revert "HID: hid-logitech-dj: querying_devices was never set"Jiri Kosina-2/+0
2013-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+51
2013-08-01Merge branches 'for-3.11/upstream-fixes' and 'for-3.11/logitech-enumeration-f...Jiri Kosina-0/+48
2013-07-31HID: hidraw: fix improper mutex releaseYonghua Zheng-1/+1
2013-07-24HID: sony: fix HID mapping for PS3 sixaxis controllerBenjamin Tissoires-1/+2
2013-07-22HID: hid-logitech-dj: querying_devices was never setNestor Lopez Casado-0/+2
2013-07-22HID: Revert "Revert "HID: Fix logitech-dj: missing Unifying device issue""Nestor Lopez Casado-0/+46
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+15
2013-07-04Merge branches 'for-3.11/wacom-fixed' and 'for-3.11/wiimote' into for-linusJiri Kosina-1453/+3417
2013-07-04HID: wacom: Intuos4 battery charging changesPrzemo Firszt-1/+13
2013-07-04Merge branches 'for-3.11/multitouch', 'for-3.11/sony' and 'for-3.11/upstream'...Jiri Kosina-256/+736
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina-7/+392
2013-07-04HID: i2c-hid: support sending HID output reports using the output registerAndrew Duggan-3/+17
2013-07-03HID: kye: Add report fixup for Genius Gila Gaming mouseBenjamin Tissoires-0/+23
2013-07-02HID: apple: Add support for the 2013 Macbook AirDmitry Torokhov-0/+15
2013-06-27HID: wiimote: support Nintendo Wii U Pro ControllerDavid Herrmann-0/+320
2013-06-19HID: explain out-of-range check betterJiri Kosina-1/+5
2013-06-19HID: fix false positive out of range valuesBenjamin Tissoires-0/+1
2013-06-18HID: wiimote: fix coccinelle warningsJiri Kosina-1/+1
2013-06-18HID: roccat: check cdev_add return valueMichael Rissi-3/+13
2013-06-13HID: fold ps3remote driver into generic Sony driverJiri Kosina-219/+185
2013-06-12HID: multitouch: prevent memleak with the allocated nameBenjamin Tissoires-4/+7
2013-06-03HID: hyperv: convert alloc+memcpy to memdupThomas Meyer-3/+1
2013-06-03HID: core: fix reporting of raw eventsJiri Kosina-1/+1
2013-06-03HID: wiimote: discard invalid EXT data reportsDavid Herrmann-1/+9
2013-06-03HID: wiimote: fix classic controller parsingDavid Herrmann-9/+9
2013-06-03HID: wiimote: init EXT/MP during device detectionDavid Herrmann-1/+1
2013-06-03HID: wiimote: fix DRM debug-attr to correctly parse inputDavid Herrmann-2/+2
2013-06-03HID: wiimote: add MP quirksDavid Herrmann-5/+98
2013-06-03HID: wiimote: remove old static extension supportDavid Herrmann-868/+0
2013-06-03HID: wiimote: add "bboard_calib" attributeDavid Herrmann-1/+67
2013-06-03HID: wiimote: add sysfs extension/device-type attrsDavid Herrmann-1/+105
2013-06-03HID: wiimote: lock DRM mode during debugfs overwriteDavid Herrmann-1/+7
2013-06-03HID: wiimote: fix ctx pointer in debugfs DRM-writeDavid Herrmann-1/+2
2013-06-03HID: wiimote: add Motion Plus extension moduleDavid Herrmann-0/+145
2013-06-03HID: wiimote: add Classic Controller extensionDavid Herrmann-0/+286
2013-06-03HID: wiimote: add Nunchuk supportDavid Herrmann-0/+205
2013-06-03HID: wiimote: add Balance Board supportDavid Herrmann-0/+246
2013-06-03HID: wiimote: add extension hotplug supportDavid Herrmann-25/+709
2013-06-03HID: wiimote: convert IR to moduleDavid Herrmann-212/+287
2013-06-03HID: wiimote: convert ACCEL to moduleDavid Herrmann-86/+140
2013-06-03HID: wiimote: convert LEDS to modulesDavid Herrmann-112/+158
2013-06-03HID: wiimote: convert BATTERY to moduleDavid Herrmann-76/+104
2013-06-03HID: wiimote: convert KEYS and RUMBLE to modulesDavid Herrmann-114/+172
2013-06-03HID: wiimote: add sub-device module infrastructureDavid Herrmann-4/+194
2013-06-03HID: wiimote: wake up if output queue failedDavid Herrmann-5/+38
2013-06-03HID: wiimote: use cached battery values on I/O failureDavid Herrmann-7/+7
2013-06-03HID: wiimote: add device detectionDavid Herrmann-2/+188
2013-06-03HID: wiimote: keep HID device openDavid Herrmann-49/+11
2013-06-03HID: wiimote: move queue handling into separate structDavid Herrmann-30/+38