summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: pantherlord: validate output report detailsKees Cook2013-09-041-2/+8
* HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg2013-09-041-3/+3
* Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-047-2/+64
|\
| * Revert "HID: hid-logitech-dj: querying_devices was never set"Jiri Kosina2013-08-091-2/+0
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-08-024-2/+51
| |\
| | * Merge branches 'for-3.11/upstream-fixes' and 'for-3.11/logitech-enumeration-f...Jiri Kosina2013-08-012-0/+48
| | |\
| | | * HID: hid-logitech-dj: querying_devices was never setNestor Lopez Casado2013-07-221-0/+2
| | | * HID: Revert "Revert "HID: Fix logitech-dj: missing Unifying device issue""Nestor Lopez Casado2013-07-222-0/+46
| | * | HID: hidraw: fix improper mutex releaseYonghua Zheng2013-07-311-1/+1
| | * | HID: sony: fix HID mapping for PS3 sixaxis controllerBenjamin Tissoires2013-07-241-1/+2
| | |/
| * | 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
* | | HID: battery: don't do DMA from stackJiri Kosina2013-09-021-2/+10
* | | HID: roccat: add support for KonePureOptical v2Stefan Achatz2013-09-023-1/+4
* | | HID: picolcd: Prevent NULL pointer dereference on _remove()Bruno Prémont2013-09-022-2/+7
* | | HID: usbhid: quirk for N-Trig DuoSense Touch ScreenVasily Titskiy2013-09-022-0/+3
* | | HID: uhid: add devname module aliasMarcel Holtmann2013-09-021-0/+1
* | | HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng2013-08-261-5/+15
* | | HID: Fix Speedlink VAD Cezanne support for some devicesStefan Kriwanek2013-08-261-3/+8
* | | HID: hid-sensor-hub: fix style of commentsAndy Shevchenko2013-08-261-1/+1
* | | HID: use module_hid_driver() to simplify the codeWei Yongjun2013-08-261-12/+1
* | | HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia2013-08-091-35/+25
* | | HID: hid-holtekff: don't push static constants on stack for %*phAndy Shevchenko2013-08-051-1/+1
* | | HID: i2c-hid: don't push static constants on stack for %*phAndy Shevchenko2013-08-051-2/+2
* | | HID: logitech-dj: Fix non-atomic kmalloc in logi_dj_ll_input_event()Peter Hurley2013-08-011-1/+1
* | | HID: Add new driver for non-compliant Xin-Mo devices.Olivier Scherler2013-07-295-0/+85
* | | HID: replace strict_strtoul() with kstrtoul()Jingoo Han2013-07-237-15/+15
* | | HID: fix data access in implement()Jiri Kosina2013-07-224-17/+42
* | | HID: kye: Add report fixup for Genius Gx Imperator KeyboardBenjamin Tissoires2013-07-153-17/+30
* | | HID: core: fix hid delimiter local tag parsing.Paul Chavent2013-07-131-1/+1
|/ /
| |
| \
*-. \ 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