| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: xpad - enable rumble support for XBox360 Wireless Controllers | Chris Moeller | 2011-07-04 | 1 | -4/+21 |
* | Input: xpad - add support for two more dance pads and a guitar | Magnus Hörlin | 2011-06-21 | 1 | -1/+5 |
* | Input: xpad - ensure xpad->bulk_out is initialized before submitting urb | Axel Lin | 2010-11-18 | 1 | -16/+16 |
* | Input: xpad - remove useless check in xpad_remove | Dmitry Torokhov | 2010-11-11 | 1 | -19/+18 |
* | Input: xpad - fix resource reclaim in xpad_probe error path | Axel Lin | 2010-11-11 | 1 | -12/+18 |
* | Input: xpad - fix a memory leak | Axel Lin | 2010-11-11 | 1 | -2/+3 |
* | Input: xpad - return proper error in error path | Axel Lin | 2010-11-11 | 1 | -10/+23 |
* | Merge branch 'next' into for-linus | Dmitry Torokhov | 2010-08-10 | 1 | -0/+1 |
|\ |
|
| * | Input: xpad - add USB-ID for PL-3601 Xbox 360 pad | Christoph Fritz | 2010-08-10 | 1 | -0/+1 |
* | | Merge branch 'next' into for-linus | Dmitry Torokhov | 2010-08-02 | 1 | -44/+63 |
|\ \
| |/ |
|
| * | Input: xpad - remove mouse buttons and axes for dance pads | Christoph Fritz | 2010-07-13 | 1 | -44/+63 |
* | | Input: xpad - add product ID for Hori Fighting Stick EX2 | Chris Merrett | 2010-07-26 | 1 | -0/+1 |
|/ |
|
* | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2010-05-20 | 1 | -8/+8 |
* | Input: xpad - add rumble support for original xbox controller | Benjamin Valentin | 2010-01-24 | 1 | -16/+37 |
* | Merge commit 'v2.6.33-rc5' into next | Dmitry Torokhov | 2010-01-21 | 1 | -2/+2 |
|\ |
|
| * | Input: xbox - do not use GFP_KERNEL under spinlock | Dmitry Torokhov | 2010-01-09 | 1 | -2/+2 |
* | | Input: xpad - allow using triggers as buttons rather than axes | Nicolas Léveillé | 2009-12-29 | 1 | -79/+121 |
|/ |
|
* | Input: xpad - add two new Xbox 360 devices | Nicolas Léveillé | 2009-11-29 | 1 | -0/+3 |
* | Input: xpad - add BigBen Interactive XBOX 360 Controller | Thomas Gruber | 2009-10-05 | 1 | -0/+2 |
* | Input: xpad - add USB ID for the drumkit controller from Rock Band | Corbin Simpson | 2009-08-20 | 1 | -0/+2 |
* | Input: xpad - don't resend successfully sent outgoing requests | Michael Gruber | 2009-07-12 | 1 | -13/+13 |
* | USB: remove info() macro from usb input drivers | Greg Kroah-Hartman | 2008-10-17 | 1 | -1/+1 |
* | 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: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-16 | 1 | -6/+6 |
* | 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-24 | 1 | -8/+12 |
* | | 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 |
|/ |
|
* | Input: drop redundant includes of moduleparam.h | Julia Lawall | 2008-01-21 | 1 | -1/+0 |
* | Input: xpad - add more USB IDs | Joshua J Bowman | 2007-10-27 | 1 | -0/+2 |
* | get rid of input BIT* duplicate defines | Jiri Slaby | 2007-10-19 | 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 | 1 | -42/+148 |
* | 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: xpad - add Xbox360 gamepad rumble support | Jan Kratochvil | 2007-07-10 | 1 | -4/+121 |
* | Input: xpad - add support for Xbox 360 gamepad | Jan Kratochvil | 2007-07-10 | 1 | -34/+117 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2007-05-08 | 1 | -1/+0 |