Age | Commit message (Expand) | Author | Files | Lines |
2010-01-25 | Input: xpad - add rumble support for original xbox controller | Benjamin Valentin | 1 | -16/+37 |
2010-01-22 | Merge commit 'v2.6.33-rc5' into next | Dmitry Torokhov | 5 | -47/+19 |
2010-01-10 | Input: xbox - do not use GFP_KERNEL under spinlock | Dmitry Torokhov | 1 | -2/+2 |
2010-01-02 | Input: gf2k - fix &&/|| confusion in gf2k_connect() | Roel Kluin | 1 | -1/+1 |
2009-12-30 | Input: iforce - wait for command completion when closing the device | Dmitry Torokhov | 2 | -0/+4 |
2009-12-30 | Input: xpad - allow using triggers as buttons rather than axes | Nicolas Léveillé | 1 | -79/+121 |
2009-12-25 | Input: iforce - fix oops on device disconnect | Dmitry Torokhov | 3 | -44/+12 |
2009-11-30 | Input: xpad - add two new Xbox 360 devices | Nicolas Léveillé | 1 | -0/+3 |
2009-10-06 | Input: xpad - add BigBen Interactive XBOX 360 Controller | Thomas Gruber | 1 | -0/+2 |
2009-08-28 | Merge commit 'v2.6.31-rc8' into next | Dmitry Torokhov | 2 | -0/+2 |
2009-08-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -0/+2 |
2009-08-21 | Input: xpad - add USB ID for the drumkit controller from Rock Band | Corbin Simpson | 1 | -0/+2 |
2009-08-20 | Input: iforce - support new revision of ACT LABS Force RS | Jiri Kosina | 2 | -0/+2 |
2009-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -13/+13 |
2009-07-13 | Input: xpad - don't resend successfully sent outgoing requests | Michael Gruber | 1 | -13/+13 |
2009-06-17 | time: move PIT_TICK_RATE to linux/timex.h | Arnd Bergmann | 1 | -1/+1 |
2009-02-27 | sh: maple: Support block reads and writes. | Adrian McMenamin | 1 | -2/+2 |
2008-12-30 | Input: add support for Maple controller as a joystick | Adrian McMenamin | 3 | -0/+206 |
2008-11-20 | Input: add joystick driver for Walkera WK-0701 RC transmitter | Peter Popovec | 3 | -0/+305 |
2008-10-18 | USB: remove info() macro from usb input drivers | Greg Kroah-Hartman | 1 | -1/+1 |
2008-10-18 | USB: remove warn() macro from usb input drivers | Greg Kroah-Hartman | 4 | -23/+37 |
2008-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 12 | -25/+12 |
2008-10-16 | misc: replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -2/+2 |
2008-10-16 | Merge branch 'next' into for-linus | Dmitry Torokhov | 12 | -25/+12 |
2008-07-31 | Input: xpad - add Pelican Eclipse D-Pad to the list of devices | Harley Laue | 1 | -0/+1 |
2008-07-30 | Input: gameport - check return value of gameport_register_driver() | Dmitry Torokhov | 12 | -25/+12 |
2008-05-20 | Input: remove CVS keywords | Adrian Bunk | 24 | -50/+0 |
2008-05-16 | Input: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2 | -9/+9 |
2008-04-28 | usb input endianness annotations and fixes | Al Viro | 1 | -1/+1 |
2008-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -17/+17 |
2008-04-27 | Input: xpad - fix build failure | Dmitry Torokhov | 1 | -17/+17 |
2008-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -8/+12 |
2008-04-25 | USB: convert away from urb->status in xpad driver | Oliver Neukum | 1 | -8/+12 |
2008-04-24 | Input: fix ordering in joystick Makefile | Jiri Kosina | 1 | -1/+1 |
2008-04-15 | Input: add Zhen Hua driver | Martin Kebert | 3 | -0/+256 |
2008-04-15 | Input: xpad - set proper buffer length for outgoing requests | Michael Gruber | 1 | -0/+2 |
2008-04-04 | Input: xpad - don't use GFP_ATOMIC | Oliver Neukum | 1 | -2/+2 |
2008-04-04 | Input: xpad - add support for wireless xbox360 controllers | Brian Magnuson | 1 | -16/+148 |
2008-04-04 | Input: xpad - drop obsolete driver versioning | Anssi Hannula | 1 | -3/+4 |
2008-04-04 | Input: xpad - enable force feedback on xbox 360 controllers only | Anssi Hannula | 1 | -0/+3 |
2008-04-04 | Input: xpad - do not report nonexistent buttons for xbox360 | Anssi Hannula | 1 | -4/+14 |
2008-04-04 | Input: xpad - add more xbox 360 controller ids | Anssi Hannula | 1 | -0/+6 |
2008-04-04 | Input: xpad - fix inverted Y and RY axes | Anssi Hannula | 1 | -4/+4 |
2008-04-04 | Input: xpad - fix dpad handling of unknown devices | Anssi Hannula | 1 | -2/+2 |
2008-04-04 | Input: xpad - match xbox 360 devices with interface info | Anssi Hannula | 1 | -5/+16 |
2008-02-08 | mn10300: add the MN10300/AM33 architecture to the kernel | David Howells | 1 | -2/+4 |
2008-01-21 | Input: drop redundant includes of moduleparam.h | Julia Lawall | 6 | -6/+0 |
2008-01-21 | Input: iforce - don't access input_dev->private directly | Dmitry Torokhov | 1 | -8/+9 |
2007-10-28 | Input: xpad - add more USB IDs | Joshua J Bowman | 1 | -0/+2 |
2007-10-20 | changed email | Johann Deneux | 1 | -1/+1 |