| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-11 | 2 | -2/+2 |
|\ |
|
| * | drivers/hid/hid-picolcd_fb: avoid world-writable sysfs files. | Rusty Russell | 2014-05-14 | 1 | -1/+1 |
| * | drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files. | Rusty Russell | 2014-05-14 | 1 | -1/+1 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Merge branches 'for-3.16/i2c-hid', 'for-3.16/rmi4', 'for-3.16/sony' and 'for-... | Jiri Kosina | 2014-06-04 | 7 | -286/+1491 |
|\ \ \ \ \ |
|
| | | | * | | HID: thingm: thingm_fwinfo[] doesn't need to be global | Jiri Kosina | 2014-06-03 | 1 | -1/+1 |
| | | | * | | HID: thingm: add support for blink(1) mk2 | Vivien Didelot | 2014-04-15 | 1 | -1/+6 |
| | | | * | | HID: thingm: refactor blink(1) support | Vivien Didelot | 2014-04-15 | 1 | -97/+207 |
| | | | * | | HID: thingm: remove the "fade" sysfs attribute | Vivien Didelot | 2014-04-15 | 1 | -41/+0 |
| | | | * | | HID: thingm: remove the "play" sysfs attribute | Vivien Didelot | 2014-04-15 | 1 | -33/+0 |
| | | * | | | HID: hid-sony - allow 3rd party INTEC controller to turn off all leds | Simon Wood | 2014-04-24 | 1 | -0/+4 |
| | | * | | | HID: sony: Add blink support to the Sixaxis and DualShock 4 LEDs | Frank Praznik | 2014-04-24 | 1 | -25/+124 |
| | | * | | | HID: sony: Initialize the controller LEDs with a device ID value | Frank Praznik | 2014-04-24 | 1 | -5/+114 |
| | | * | | | HID: sony: Use the controller Bluetooth MAC address as the unique value in th... | Frank Praznik | 2014-04-24 | 1 | -6/+2 |
| | | * | | | HID: sony: Convert startup and shutdown functions to use a uniform parameter ... | Frank Praznik | 2014-04-24 | 1 | -35/+32 |
| | | * | | | HID: sony: Use a struct for the Sixaxis output report. | Frank Praznik | 2014-04-24 | 1 | -17/+49 |
| | | * | | | HID: sony: Use inliners for work queue initialization and cancellation | Frank Praznik | 2014-04-24 | 1 | -10/+19 |
| | | | |/
| | | |/| |
|
| | * | | | HID: rmi: do not handle touchscreens through hid-rmi | Benjamin Tissoires | 2014-05-22 | 2 | -4/+9 |
| | * | | | HID: rmi: fix masks for x and w_x data | Andrew Duggan | 2014-05-16 | 1 | -2/+2 |
| | * | | | HID: rmi: fix wrong struct field name | Jiri Kosina | 2014-05-13 | 1 | -2/+2 |
| | * | | | HID: rmi: do not fetch more than 16 bytes in a query | Benjamin Tissoires | 2014-05-13 | 1 | -3/+8 |
| | * | | | HID: rmi: check for the existence of some optional queries before reading que... | Andrew Duggan | 2014-05-13 | 1 | -4/+32 |
| | * | | | HID: rmi: do not stop the device at the end of probe | Benjamin Tissoires | 2014-04-09 | 1 | -1/+0 |
| | * | | | HID: rmi: introduce RMI driver for Synaptics touchpads | Benjamin Tissoires | 2014-04-09 | 4 | -0/+900 |
| | | |/
| | |/| |
|
| * | | | HID: i2c-hid: hid report descriptor retrieval changes | Archana Patni | 2014-05-13 | 1 | -32/+13 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-05-07 | 5 | -2/+19 |
| |\ \ \
| | |_|/
| |/| | |
|
* | | | | Merge branches 'for-3.15/upstream-fixes' and 'for-3.16/upstream' into for-linus | Jiri Kosina | 2014-06-04 | 10 | -13/+288 |
|\ \ \ \ |
|
| * | | | | HID: core: add two new usages for digitizer | Ping Cheng | 2014-06-03 | 2 | -0/+7 |
| * | | | | HID: hid-sensor-hub: new device id and quirk for STM Sensor hub | Archana Patni | 2014-06-02 | 2 | -0/+4 |
| * | | | | HID: usbhid: enable NO_INIT_REPORTS quirk for Semico USB Keykoard | Jiri Kosina | 2014-06-02 | 2 | -0/+4 |
| * | | | | HID: hid-sensor-hub: Set report quirk for Microsoft Surface | Reyad Attiyat | 2014-05-28 | 2 | -0/+12 |
| * | | | | HID: debug: add labels for HID Sensor Usages | Reyad Attiyat | 2014-05-28 | 1 | -0/+79 |
| * | | | | HID: uhid: Use kmemdup instead of kmalloc + memcpy | Benoit Taine | 2014-05-27 | 1 | -3/+2 |
| * | | | | HID: quirk for Saitek RAT7 and MMO7 mices' mode button | Harald Brinkmann | 2014-05-20 | 4 | -8/+157 |
| * | | | | HID: add missing hid usages | Olivier Gay | 2014-04-28 | 2 | -0/+24 |
| |/ / / |
|
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-18 | 5 | -13/+10 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-04 | 1 | -1/+1 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | [media] rc: abstract access to allowed/enabled protocols | James Hogan | 2014-03-11 | 1 | -1/+1 |
* | | | | | HID: core: fix validation of report id 0 | Kees Cook | 2014-05-20 | 1 | -1/+11 |
| |_|_|/
|/| | | |
|
* | | | | HID: sensor-hub: Add in quirk for sensor hub in Lenovo Ideapad Yogas | Peter F. Patel-Schneider | 2014-05-06 | 2 | -0/+6 |
* | | | | HID: add NO_INIT_REPORTS quirk for Synaptics Touch Pad V 103S | Hans de Goede | 2014-05-05 | 2 | -0/+2 |
* | | | | HID: core: fix computation of the report size | Benjamin Tissoires | 2014-05-05 | 1 | -2/+3 |
* | | | | HID: multitouch: add support of EliteGroup 05D8 panels | Tomas Sokorai | 2014-04-24 | 2 | -0/+8 |
| |_|/
|/| | |
|
* | | | HID: core: do not scan constant input report | Benjamin Tissoires | 2014-04-07 | 1 | -0/+3 |
* | | | Revert "HID: microsoft: Add ID's for Surface Type/Touch Cover 2" | Derya | 2014-04-07 | 3 | -8/+0 |
* | | | HID: sensor-hub: add sensor hub quirk for ThinkPad Helix | Stephen Chandler Paul | 2014-04-03 | 2 | -3/+7 |
* | | | HID: sony: Fix cancel_work_sync mismerge | Frank Praznik | 2014-04-03 | 1 | -2/+0 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-02 | 21 | -565/+2524 |
|\ \ |
|
| * | | HID: sony: fix force feedback mismerge | Jiri Kosina | 2014-04-01 | 1 | -4/+0 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int... | Jiri Kosina | 2014-04-01 | 4 | -178/+196 |
| |\ \ \ \ |
|
| | | | * | | HID: uhid: Add UHID_CREATE2 + UHID_INPUT2 | Petri Gynther | 2014-04-01 | 1 | -0/+78 |