| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: remove info() macro from usb input drivers | Greg Kroah-Hartman | 2008-10-17 | 1 | -1/+1 |
* | USB: remove warn() macro from usb input drivers | Greg Kroah-Hartman | 2008-10-17 | 4 | -23/+37 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-10-16 | 12 | -25/+12 |
|\ |
|
| * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2008-10-16 | 12 | -25/+12 |
| |\ |
|
| | * | Input: gameport - check return value of gameport_register_driver() | Dmitry Torokhov | 2008-07-30 | 12 | -25/+12 |
* | | | misc: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-16 | 1 | -2/+2 |
|/ / |
|
* / | Input: xpad - add Pelican Eclipse D-Pad to the list of devices | Harley Laue | 2008-07-31 | 1 | -0/+1 |
|/ |
|
* | Input: remove CVS keywords | Adrian Bunk | 2008-05-20 | 24 | -50/+0 |
* | Input: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-16 | 2 | -9/+9 |
* | usb input endianness annotations and fixes | Al Viro | 2008-04-28 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-04-27 | 1 | -17/+17 |
|\ |
|
| * | Input: xpad - fix build failure | Dmitry Torokhov | 2008-04-27 | 1 | -17/+17 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2008-04-25 | 1 | -8/+12 |
|\ \
| |/
|/| |
|
| * | USB: convert away from urb->status in xpad driver | Oliver Neukum | 2008-04-25 | 1 | -8/+12 |
* | | Input: fix ordering in joystick Makefile | Jiri Kosina | 2008-04-24 | 1 | -1/+1 |
* | | Input: add Zhen Hua driver | Martin Kebert | 2008-04-15 | 3 | -0/+256 |
* | | Input: xpad - set proper buffer length for outgoing requests | Michael Gruber | 2008-04-15 | 1 | -0/+2 |
* | | Input: xpad - don't use GFP_ATOMIC | Oliver Neukum | 2008-04-03 | 1 | -2/+2 |
* | | Input: xpad - add support for wireless xbox360 controllers | Brian Magnuson | 2008-04-03 | 1 | -16/+148 |
* | | Input: xpad - drop obsolete driver versioning | Anssi Hannula | 2008-04-03 | 1 | -3/+4 |
* | | Input: xpad - enable force feedback on xbox 360 controllers only | Anssi Hannula | 2008-04-03 | 1 | -0/+3 |
* | | Input: xpad - do not report nonexistent buttons for xbox360 | Anssi Hannula | 2008-04-03 | 1 | -4/+14 |
* | | Input: xpad - add more xbox 360 controller ids | Anssi Hannula | 2008-04-03 | 1 | -0/+6 |
* | | Input: xpad - fix inverted Y and RY axes | Anssi Hannula | 2008-04-03 | 1 | -4/+4 |
* | | Input: xpad - fix dpad handling of unknown devices | Anssi Hannula | 2008-04-03 | 1 | -2/+2 |
* | | Input: xpad - match xbox 360 devices with interface info | Anssi Hannula | 2008-04-03 | 1 | -5/+16 |
|/ |
|
* | mn10300: add the MN10300/AM33 architecture to the kernel | David Howells | 2008-02-08 | 1 | -2/+4 |
* | Input: drop redundant includes of moduleparam.h | Julia Lawall | 2008-01-21 | 6 | -6/+0 |
* | Input: iforce - don't access input_dev->private directly | Dmitry Torokhov | 2008-01-21 | 1 | -8/+9 |
* | Input: xpad - add more USB IDs | Joshua J Bowman | 2007-10-28 | 1 | -0/+2 |
* | changed email | Johann Deneux | 2007-10-20 | 1 | -1/+1 |
* | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 1 | -1/+1 |
* | get rid of input BIT* duplicate defines | Jiri Slaby | 2007-10-19 | 24 | -48/+64 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2007-10-13 | 1 | -4/+4 |
|\ |
|
| * | Input: xpad - fix dependancy on LEDS class | Dmitry Torokhov | 2007-09-29 | 1 | -1/+1 |
| * | Input: iforce - fix 'unused variable' warning | Andrew Morton | 2007-08-30 | 1 | -4/+4 |
* | | Input: xpad - fix dependancy on LEDS class | Dmitry Torokhov | 2007-09-26 | 1 | -1/+1 |
* | | Input: xpad - use le16_to_cpup when parsing data stream | Dmitry Torokhov | 2007-07-18 | 1 | -19/+36 |
|/ |
|
* | Input: xpad - add support for leds on xbox 360 pad | Jan Kratochvil | 2007-07-18 | 2 | -42/+155 |
* | Input: xpad - fix report for dpad and inverted Y and RY axes on xbox 360 | Dmitry Torokhov | 2007-07-10 | 1 | -20/+20 |
* | Input: xpad - make xpad_play_effect() static | Adrian Bunk | 2007-07-10 | 1 | -1/+2 |
* | Input: xpad - fix check for succesful usb_buffer_alloc | Jan Kratochvil | 2007-07-10 | 1 | -1/+1 |
* | Input: grip-mp - use ARRAY_SIZE | Andi Drebes | 2007-07-10 | 1 | -2/+2 |
* | Input: xpad - add Xbox360 gamepad rumble support | Jan Kratochvil | 2007-07-10 | 2 | -4/+128 |
* | Input: xpad - add support for Xbox 360 gamepad | Jan Kratochvil | 2007-07-10 | 1 | -34/+117 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2007-06-04 | 1 | -1/+1 |
|\ |
|
| * | Input: db9 - do not ignore dev2 module parameter | Dmitry Torokhov | 2007-05-29 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2007-05-23 | 3 | -7/+12 |
|\| |
|
| * | Input: iforce - minor clean-ups | Johann Deneux | 2007-05-23 | 2 | -5/+9 |
| * | Input: iforce - fix force feedback not working | Johann Deneux | 2007-05-23 | 1 | -2/+3 |