Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[safe/jmp/linux-2.6] / drivers / input / joystick / xpad.c
2010-01-10 Dmitry TorokhovInput: xbox - do not use GFP_KERNEL under spinlock
2009-11-30 Nicolas LéveilléInput: xpad - add two new Xbox 360 devices
2009-10-06 Thomas GruberInput: xpad - add BigBen Interactive XBOX 360 Controller
2009-08-21 Corbin SimpsonInput: xpad - add USB ID for the drumkit controller...
2009-07-13 Michael GruberInput: xpad - don't resend successfully sent outgoing...
2008-10-17 Greg Kroah-HartmanUSB: remove info() macro from usb input drivers
2008-10-16 Harvey Harrisonmisc: replace __FUNCTION__ with __func__
2008-07-31 Harley LaueInput: xpad - add Pelican Eclipse D-Pad to the list...
2008-05-16 Harvey HarrisonInput: replace remaining __FUNCTION__ occurrences
2008-04-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-27 Dmitry TorokhovInput: xpad - fix build failure
2008-04-25 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2008-04-25 Oliver NeukumUSB: convert away from urb->status in xpad driver
2008-04-15 Michael GruberInput: xpad - set proper buffer length for outgoing...
2008-04-03 Oliver NeukumInput: xpad - don't use GFP_ATOMIC
2008-04-03 Brian MagnusonInput: xpad - add support for wireless xbox360 controllers
2008-04-03 Anssi HannulaInput: xpad - drop obsolete driver versioning
2008-04-03 Anssi HannulaInput: xpad - enable force feedback on xbox 360 control...
2008-04-03 Anssi HannulaInput: xpad - do not report nonexistent buttons for...
2008-04-03 Anssi HannulaInput: xpad - add more xbox 360 controller ids
2008-04-03 Anssi HannulaInput: xpad - fix inverted Y and RY axes
2008-04-03 Anssi HannulaInput: xpad - fix dpad handling of unknown devices
2008-04-03 Anssi HannulaInput: xpad - match xbox 360 devices with interface...
2008-01-21 Julia LawallInput: drop redundant includes of moduleparam.h
2007-10-28 Joshua J BowmanInput: xpad - add more USB IDs
2007-10-19 Jiri Slabyget rid of input BIT* duplicate defines
2007-07-18 Dmitry TorokhovInput: xpad - use le16_to_cpup when parsing data stream
2007-07-18 Jan KratochvilInput: xpad - add support for leds on xbox 360 pad
2007-07-10 Dmitry TorokhovInput: xpad - fix report for dpad and inverted Y and...
2007-07-10 Adrian BunkInput: xpad - make xpad_play_effect() static
2007-07-10 Jan KratochvilInput: xpad - fix check for succesful usb_buffer_alloc
2007-07-10 Jan KratochvilInput: xpad - add Xbox360 gamepad rumble support
2007-07-10 Jan KratochvilInput: xpad - add support for Xbox 360 gamepad
2007-05-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/dtor/input
2007-05-08 Dmitry TorokhovInput: move USB gamepads under drivers/input/joystick