summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | HID: lenovo: Prepare support for adding other devicesJamie Lentin2014-07-291-8/+45
| | | | | | * | | | | HID: lenovo: Rename hid-lenovo-tpkbd to hid-lenovoJamie Lentin2014-07-294-101/+102
| | | | | | |/ / / /
| | | | | * / / / / HID: i2c-hid: call the hid driver's suspend and resume callbacksAndrew Duggan2014-07-291-1/+14
| | | | | |/ / / /
| | | | * / / / / HID: hyperv: register as a wakeup sourceDexuan Cui2014-08-041-0/+6
| | | | |/ / / /
| | | * | | | | HID: huion: Fix sparse warningsNikolai Kondrashov2014-07-291-1/+1
| | | * | | | | HID: huion: Handle tablets with UC-Logic vendor IDNikolai Kondrashov2014-07-291-0/+1
| | | * | | | | HID: huion: Switch to generating report descriptorNikolai Kondrashov2014-07-291-78/+167
| | | * | | | | HID: huion: Don't ignore other interfacesNikolai Kondrashov2014-07-291-13/+7Star
| | | * | | | | HID: huion: Use "tablet" instead of specific modelNikolai Kondrashov2014-07-293-14/+15
| | | |/ / / /
| | * | | | | HID: cp2112: add I2C modeAntonio Borneo2014-07-291-1/+102
| | * | | | | HID: cp2112: fix gpio value in gpio_direction_outputAntonio Borneo2014-07-071-2/+6
| | | |/ / / | | |/| | |
| * | | | | HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removedReyad Attiyat2014-07-291-1/+5
| * | | | | HID: ignore jabra gn9350ePatrick Plattes2014-07-292-0/+2
| * | | | | HID: use multi input quirk for 22b9:2968Wen-chien Jesse Sung2014-07-292-0/+2
| * | | | | HID: add quirk for 0x04d9:0xa096 deviceWangzhao Cai2014-07-292-0/+2
| * | | | | HID: picolcd: remove unnecessary NULL test before debugfs_removeFabian Frederick2014-06-301-6/+3Star
| * | | | | HID: roccat: Drop castHimangi Saraogi2014-06-271-1/+1
| * | | | | HID: Kconfig: drop remove Unicode non-breaking space from KconfigBrian Norris2014-06-111-1/+1
| * | | | | HID: usbhid: remove unneeded initialization of quirks_param[]Mathias Krause2014-06-101-1/+1
| |/ / / /
* | / / / [media] rc-core: remove protocol arraysDavid Härdeman2014-07-261-1/+1
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-07-075-11/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | HID: use multi input quirk for 22b9:2968Wen-chien Jesse Sung2014-07-072-0/+2
| * | | HID: sensor-hub: fix potential memory leakJiri Slaby2014-06-301-0/+1
| * | | HID: usbhid: quirk for PM1610 and PM1640 Touchscreen.John Sung2014-06-272-0/+4
| * | | HID: rmi: Protect PM-only functions by #ifdef CONFIG_PMGeert Uytterhoeven2014-06-121-0/+2
| * | | HID: sensor-hub: introduce Kconfig dependency on IOMEMChen Gang2014-06-111-1/+1
| * | | HID: sensor-hub: make dyn_callback_lock IRQ-safeJiri Kosina2014-06-101-10/+14
| |/ /
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-122-2/+2
|\ \ \ | |/ / |/| |
| * | drivers/hid/hid-picolcd_fb: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
| * | drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'for-3.16/i2c-hid', 'for-3.16/rmi4', 'for-3.16/sony' and 'for-...Jiri Kosina2014-06-047-286/+1491
|\ \ \ \ \ \
| | | | * | | HID: thingm: thingm_fwinfo[] doesn't need to be globalJiri Kosina2014-06-031-1/+1
| | | | * | | HID: thingm: add support for blink(1) mk2Vivien Didelot2014-04-151-1/+6
| | | | * | | HID: thingm: refactor blink(1) supportVivien Didelot2014-04-151-97/+207
| | | | * | | HID: thingm: remove the "fade" sysfs attributeVivien Didelot2014-04-151-41/+0Star
| | | | * | | HID: thingm: remove the "play" sysfs attributeVivien Didelot2014-04-151-33/+0Star
| | | * | | | HID: hid-sony - allow 3rd party INTEC controller to turn off all ledsSimon Wood2014-04-241-0/+4
| | | * | | | HID: sony: Add blink support to the Sixaxis and DualShock 4 LEDsFrank Praznik2014-04-241-25/+124
| | | * | | | HID: sony: Initialize the controller LEDs with a device ID valueFrank Praznik2014-04-241-5/+114
| | | * | | | HID: sony: Use the controller Bluetooth MAC address as the unique value in th...Frank Praznik2014-04-241-6/+2Star
| | | * | | | HID: sony: Convert startup and shutdown functions to use a uniform parameter ...Frank Praznik2014-04-241-35/+32Star
| | | * | | | HID: sony: Use a struct for the Sixaxis output report.Frank Praznik2014-04-241-17/+49
| | | * | | | HID: sony: Use inliners for work queue initialization and cancellationFrank Praznik2014-04-241-10/+19
| | | | |/ / | | | |/| |
| | * | | | HID: rmi: do not handle touchscreens through hid-rmiBenjamin Tissoires2014-05-222-4/+9
| | * | | | HID: rmi: fix masks for x and w_x dataAndrew Duggan2014-05-161-2/+2
| | * | | | HID: rmi: fix wrong struct field nameJiri Kosina2014-05-131-2/+2
| | * | | | HID: rmi: do not fetch more than 16 bytes in a queryBenjamin Tissoires2014-05-131-3/+8
| | * | | | HID: rmi: check for the existence of some optional queries before reading que...Andrew Duggan2014-05-131-4/+32
| | * | | | HID: rmi: do not stop the device at the end of probeBenjamin Tissoires2014-04-091-1/+0Star
| | * | | | HID: rmi: introduce RMI driver for Synaptics touchpadsBenjamin Tissoires2014-04-094-0/+900
| | | |/ / | | |/| |