Age | Commit message (Expand) | Author | Files | Lines |
2014-02-17 | HID: wiimote: replace hid_output_raw_report with hid_hw_output_report for out... | Benjamin Tissoires | 1 | -2/+2 |
2014-02-17 | HID: introduce helper to access hid_output_raw_report() | Benjamin Tissoires | 1 | -1/+1 |
2013-11-19 | Revert "HID: wiimote: add LEGO-wiimote VID" | Jiri Kosina | 1 | -4/+1 |
2013-10-21 | HID: wiimote: add LEGO-wiimote VID | David Herrmann | 1 | -1/+4 |
2013-09-07 | Revert "Input: introduce BTN/ABS bits for drums and guitars" | Linus Torvalds | 1 | -14/+0 |
2013-09-04 | HID: hid-wiimote: print small buffers via %*phC | Andy Shevchenko | 1 | -11/+6 |
2013-09-04 | HID: wiimote: add support for Guitar-Hero guitars | Nicolas Adenis-Lamarre | 1 | -0/+7 |
2013-09-04 | HID: wiimote: add support for Guitar-Hero drums | David Herrmann | 1 | -0/+7 |
2013-08-05 | HID: wiimote: work around broken DRM_KAI on GEN10 | David Herrmann | 1 | -4/+6 |
2013-06-27 | HID: wiimote: support Nintendo Wii U Pro Controller | David Herrmann | 1 | -0/+23 |
2013-06-03 | HID: wiimote: discard invalid EXT data reports | David Herrmann | 1 | -1/+9 |
2013-06-03 | HID: wiimote: init EXT/MP during device detection | David Herrmann | 1 | -1/+1 |
2013-06-03 | HID: wiimote: add MP quirks | David Herrmann | 1 | -5/+20 |
2013-06-03 | HID: wiimote: add sysfs extension/device-type attrs | David Herrmann | 1 | -1/+105 |
2013-06-03 | HID: wiimote: lock DRM mode during debugfs overwrite | David Herrmann | 1 | -1/+3 |
2013-06-03 | HID: wiimote: add Classic Controller extension | David Herrmann | 1 | -0/+6 |
2013-06-03 | HID: wiimote: add Nunchuk support | David Herrmann | 1 | -0/+6 |
2013-06-03 | HID: wiimote: add Balance Board support | David Herrmann | 1 | -0/+26 |
2013-06-03 | HID: wiimote: add extension hotplug support | David Herrmann | 1 | -25/+644 |
2013-06-03 | HID: wiimote: convert IR to module | David Herrmann | 1 | -212/+21 |
2013-06-03 | HID: wiimote: convert ACCEL to module | David Herrmann | 1 | -86/+15 |
2013-06-03 | HID: wiimote: convert LEDS to modules | David Herrmann | 1 | -112/+13 |
2013-06-03 | HID: wiimote: convert BATTERY to module | David Herrmann | 1 | -76/+4 |
2013-06-03 | HID: wiimote: convert KEYS and RUMBLE to modules | David Herrmann | 1 | -114/+20 |
2013-06-03 | HID: wiimote: add sub-device module infrastructure | David Herrmann | 1 | -3/+121 |
2013-06-03 | HID: wiimote: wake up if output queue failed | David Herrmann | 1 | -5/+19 |
2013-06-03 | HID: wiimote: use cached battery values on I/O failure | David Herrmann | 1 | -7/+7 |
2013-06-03 | HID: wiimote: add device detection | David Herrmann | 1 | -1/+152 |
2013-06-03 | HID: wiimote: keep HID device open | David Herrmann | 1 | -37/+11 |
2013-06-03 | HID: wiimote: move queue handling into separate struct | David Herrmann | 1 | -24/+29 |
2013-06-03 | HID: wiimote: extend driver description | David Herrmann | 1 | -3/+3 |
2013-04-04 | HID: wiimote: parse reduced status reports | David Herrmann | 1 | -4/+27 |
2013-04-04 | HID: wiimote: add 2nd generation Wii Remote IDs | David Herrmann | 1 | -0/+2 |
2013-04-04 | HID: wiimote: use unique battery names | David Herrmann | 1 | -1/+9 |
2013-01-03 | HID: Use module_hid_driver macro | H Hartley Sweeten | 1 | -18/+1 |
2012-05-09 | HID: wiimote: Fix IR data parser | David Herrmann | 1 | -11/+5 |
2012-02-07 | HID: wiimote: fix invalid power_supply_powers call | Jiri Kosina | 1 | -2/+2 |
2012-01-12 | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 1 | -1/+9 |
2011-11-23 | HID: wiimote: Enable NO_INIT_REPORTS quirk | David Herrmann | 1 | -0/+2 |
2011-11-23 | HID: wiimote: Remove module version number | David Herrmann | 1 | -3/+0 |
2011-11-23 | HID: wiimote: Allow direct DRM debug access | David Herrmann | 1 | -0/+2 |
2011-11-23 | HID: wiimote: Allow direct eeprom access | David Herrmann | 1 | -8/+2 |
2011-11-23 | HID: wiimote: Add debugfs support stubs | David Herrmann | 1 | -0/+5 |
2011-11-23 | HID: wiimote: Add extension handler stubs | David Herrmann | 1 | -0/+6 |
2011-11-23 | HID: wiimote: Add extension support stub | David Herrmann | 1 | -4/+19 |
2011-11-23 | HID: wiimote: Add read-mem helpers | David Herrmann | 1 | -0/+77 |
2011-11-23 | HID: wiimote: Move common symbols into header | David Herrmann | 1 | -131/+3 |
2011-11-23 | HID: wiimote: Rename driver to allow multiple source files | David Herrmann | 1 | -0/+1346 |