1. 08642e7 USB: convert drivers/input/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  2. b514d4f Input: xpad - enable rumble support for XBox360 Wireless Controllers by Chris Moeller · 13 years ago
  3. fabadbc Input: xpad - add support for two more dance pads and a guitar by Magnus Hörlin · 13 years ago
  4. e3f0f0a Input: xpad - ensure xpad->bulk_out is initialized before submitting urb by Axel Lin · 14 years ago
  5. 2a05915 Input: xpad - remove useless check in xpad_remove by Dmitry Torokhov · 14 years ago
  6. 161feb2 Input: xpad - fix resource reclaim in xpad_probe error path by Axel Lin · 14 years ago
  7. 6ff92a6 Input: xpad - fix a memory leak by Axel Lin · 14 years ago
  8. 49cc69b Input: xpad - return proper error in error path by Axel Lin · 14 years ago
  9. 5fc0d36 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  10. 6ac8a99 Input: xpad - add USB-ID for PL-3601 Xbox 360 pad by Christoph Fritz · 14 years ago
  11. d01d075 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  12. b326b85 Input: xpad - add product ID for Hori Fighting Stick EX2 by Chris Merrett · 14 years ago
  13. 7beae70 Input: xpad - remove mouse buttons and axes for dance pads by Christoph Fritz · 14 years ago
  14. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  15. 1218730 Input: xpad - add rumble support for original xbox controller by Benjamin Valentin · 14 years ago
  16. 7755726 Merge commit 'v2.6.33-rc5' into next by Dmitry Torokhov · 14 years ago
  17. dd38d68 Input: xbox - do not use GFP_KERNEL under spinlock by Dmitry Torokhov · 15 years ago
  18. b45d44e Input: xpad - allow using triggers as buttons rather than axes by Nicolas Léveillé · 15 years ago
  19. dadaae3 Input: xpad - add two new Xbox 360 devices by Nicolas Léveillé · 15 years ago
  20. 3ac91d3 Input: xpad - add BigBen Interactive XBOX 360 Controller by Thomas Gruber · 15 years ago
  21. 805423e Input: xpad - add USB ID for the drumkit controller from Rock Band by Corbin Simpson · 15 years ago
  22. 70a6f2e Input: xpad - don't resend successfully sent outgoing requests by Michael Gruber · 15 years ago
  23. 899ef6e USB: remove info() macro from usb input drivers by Greg Kroah-Hartman · 16 years ago
  24. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  25. d488d3e Input: xpad - add Pelican Eclipse D-Pad to the list of devices by Harley Laue · 16 years ago
  26. ea3e6c5 Input: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  27. cf867ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  28. 2043021 Input: xpad - fix build failure by Dmitry Torokhov · 16 years ago
  29. 37b05b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  30. 6fc88f53 USB: convert away from urb->status in xpad driver by Oliver Neukum · 16 years ago
  31. 04021e4 Input: xpad - set proper buffer length for outgoing requests by Michael Gruber · 16 years ago
  32. 6eae9b0 Input: xpad - don't use GFP_ATOMIC by Oliver Neukum · 16 years ago
  33. 99de091 Input: xpad - add support for wireless xbox360 controllers by Brian Magnuson · 16 years ago
  34. bf8cb31 Input: xpad - drop obsolete driver versioning by Anssi Hannula · 16 years ago
  35. cfbe201 Input: xpad - enable force feedback on xbox 360 controllers only by Anssi Hannula · 16 years ago
  36. fc55e95 Input: xpad - do not report nonexistent buttons for xbox360 by Anssi Hannula · 16 years ago
  37. 8a7ae2a Input: xpad - add more xbox 360 controller ids by Anssi Hannula · 16 years ago
  38. 97f09cb Input: xpad - fix inverted Y and RY axes by Anssi Hannula · 16 years ago
  39. a097992 Input: xpad - fix dpad handling of unknown devices by Anssi Hannula · 16 years ago
  40. 8a0f83e Input: xpad - match xbox 360 devices with interface info by Anssi Hannula · 16 years ago
  41. 3b04a61 Input: drop redundant includes of moduleparam.h by Julia Lawall · 17 years ago
  42. b0e7464 Input: xpad - add more USB IDs by Joshua J Bowman · 17 years ago
  43. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  44. 20b3cdd Input: xpad - use le16_to_cpup when parsing data stream by Dmitry Torokhov · 17 years ago
  45. 4994cd8 Input: xpad - add support for leds on xbox 360 pad by Jan Kratochvil · 17 years ago
  46. ae91d10 Input: xpad - fix report for dpad and inverted Y and RY axes on xbox 360 by Dmitry Torokhov · 17 years ago
  47. 6426b33 Input: xpad - make xpad_play_effect() static by Adrian Bunk · 17 years ago
  48. 2e8335a Input: xpad - fix check for succesful usb_buffer_alloc by Jan Kratochvil · 17 years ago
  49. e01a06e Input: xpad - add Xbox360 gamepad rumble support by Jan Kratochvil · 17 years ago
  50. c7d9f7e Input: xpad - add support for Xbox 360 gamepad by Jan Kratochvil · 17 years ago
  51. 393bfca Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  52. 1c362d4 Input: move USB gamepads under drivers/input/joystick by Dmitry Torokhov · 17 years ago[Renamed from drivers/usb/input/xpad.c]
  53. c0f82d5 Input: USB devices - switch to using input_dev->dev.parent by Dmitry Torokhov · 17 years ago
  54. 7791bda Input: drivers/usb/input - don't access dev->private directly by Dmitry Torokhov · 17 years ago
  55. 5014186 Input: USB devices - handle errors when registering input devices by Dmitry Torokhov · 17 years ago
  56. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  57. d518b2b USB: xpad: additional USB id's added by Dominic Cerquetti · 18 years ago
  58. deb8ee4 USB: xpad: dance pad support by Dominic Cerquetti · 18 years ago
  59. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  61. ae0dadc [PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h> by David Brownell · 18 years ago
  62. 4c4c943 [PATCH] USB: mark various usb tables const by Arjan van de Ven · 19 years ago
  63. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  64. c5b7c7c [PATCH] drivers/usb/input: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  65. 16a334c Input: introduce usb_to_input_id() to uniformly produce by Dmitry Torokhov · 19 years ago
  66. 65cde54 Input: remove user counters from drivers/usb/input since input by Dmitry Torokhov · 19 years ago
  67. 05f091a Input: whitespace fixes in drivers/usb/input by Dmitry Torokhov · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago