summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-07-043-0/+15
|\
| * HID: apple: Add support for the 2013 Macbook AirDmitry Torokhov2013-07-023-0/+15
| |
| \
*-. \ Merge branches 'for-3.11/wacom-fixed' and 'for-3.11/wiimote' into for-linusJiri Kosina2013-07-048-1453/+3417
|\ \ \
| | * | HID: wiimote: support Nintendo Wii U Pro ControllerDavid Herrmann2013-06-273-0/+320
| | * | HID: wiimote: fix coccinelle warningsJiri Kosina2013-06-181-1/+1
| | * | HID: wiimote: discard invalid EXT data reportsDavid Herrmann2013-06-031-1/+9
| | * | HID: wiimote: fix classic controller parsingDavid Herrmann2013-06-031-9/+9
| | * | HID: wiimote: init EXT/MP during device detectionDavid Herrmann2013-06-031-1/+1
| | * | HID: wiimote: fix DRM debug-attr to correctly parse inputDavid Herrmann2013-06-031-2/+2
| | * | HID: wiimote: add MP quirksDavid Herrmann2013-06-033-5/+98
| | * | HID: wiimote: remove old static extension supportDavid Herrmann2013-06-034-868/+0
| | * | HID: wiimote: add "bboard_calib" attributeDavid Herrmann2013-06-031-1/+67
| | * | HID: wiimote: add sysfs extension/device-type attrsDavid Herrmann2013-06-031-1/+105
| | * | HID: wiimote: lock DRM mode during debugfs overwriteDavid Herrmann2013-06-033-1/+7
| | * | HID: wiimote: fix ctx pointer in debugfs DRM-writeDavid Herrmann2013-06-031-1/+2
| | * | HID: wiimote: add Motion Plus extension moduleDavid Herrmann2013-06-032-0/+145
| | * | HID: wiimote: add Classic Controller extensionDavid Herrmann2013-06-033-0/+286
| | * | HID: wiimote: add Nunchuk supportDavid Herrmann2013-06-033-0/+205
| | * | HID: wiimote: add Balance Board supportDavid Herrmann2013-06-033-0/+246
| | * | HID: wiimote: add extension hotplug supportDavid Herrmann2013-06-033-25/+709
| | * | HID: wiimote: convert IR to moduleDavid Herrmann2013-06-033-212/+287
| | * | HID: wiimote: convert ACCEL to moduleDavid Herrmann2013-06-033-86/+140
| | * | HID: wiimote: convert LEDS to modulesDavid Herrmann2013-06-033-112/+158
| | * | HID: wiimote: convert BATTERY to moduleDavid Herrmann2013-06-033-76/+104
| | * | HID: wiimote: convert KEYS and RUMBLE to modulesDavid Herrmann2013-06-033-114/+172
| | * | HID: wiimote: add sub-device module infrastructureDavid Herrmann2013-06-034-4/+194
| | * | HID: wiimote: wake up if output queue failedDavid Herrmann2013-06-032-5/+38
| | * | HID: wiimote: use cached battery values on I/O failureDavid Herrmann2013-06-031-7/+7
| | * | HID: wiimote: add device detectionDavid Herrmann2013-06-032-2/+188
| | * | HID: wiimote: keep HID device openDavid Herrmann2013-06-032-49/+11
| | * | HID: wiimote: move queue handling into separate structDavid Herrmann2013-06-032-30/+38
| | * | HID: wiimote: extend driver descriptionDavid Herrmann2013-06-035-11/+27
| | |/
| * | HID: wacom: Intuos4 battery charging changesPrzemo Firszt2013-07-041-1/+13
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'for-3.11/multitouch', 'for-3.11/sony' and 'for-3.11/upstream'...Jiri Kosina2013-07-0412-256/+736
|\ \ \ \ \
| | | * | | HID: kye: Add report fixup for Genius Gila Gaming mouseBenjamin Tissoires2013-07-033-0/+23
| | | * | | HID: explain out-of-range check betterJiri Kosina2013-06-191-1/+5
| | | * | | HID: fix false positive out of range valuesBenjamin Tissoires2013-06-191-0/+1
| | | * | | HID: roccat: check cdev_add return valueMichael Rissi2013-06-181-3/+13
| | | * | | HID: hyperv: convert alloc+memcpy to memdupThomas Meyer2013-06-031-3/+1
| | | * | | HID: core: fix reporting of raw eventsJiri Kosina2013-06-031-1/+1
| | | * | | HID: add support for Huion 580 tabletMartin Rusko2013-05-285-0/+188
| | | * | | HID: ignore Jabra speakerphones HID interfaceVincent Palatin2013-05-232-0/+6
| | | | |/ | | | |/|
| | * | | HID: fold ps3remote driver into generic Sony driverJiri Kosina2013-06-134-219/+185
| | * | | HID: sony: fix leds dependencyJiri Kosina2013-05-282-65/+44
| | * | | HID: driver for PS2/3 Buzz controllersColin Leitner2013-05-284-11/+312
| | |/ /
| * | | HID: remove duplicate ID for D-WAV eGalax 0x7224Andy Shevchenko2013-05-202-4/+0
| * | | HID: sort IDs for D-WAV eGalax multitouch devicesAndy Shevchenko2013-05-202-20/+20
| * | | HID: multitouch: add support for Data Modul easyMaxTouchSteffen Trumtrar2013-05-162-0/+8
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina2013-07-048-7/+392
|\ \ \ \ \
| | | * | | HID: i2c-hid: support sending HID output reports using the output registerAndrew Duggan2013-07-041-3/+17
| | | | |/ | | | |/|