1. 49cc69b Input: xpad - return proper error in error path by Axel Lin · 14 years ago
  2. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  4. b84ae4a Input: fix faulty XXinput_* calls by Daniel Mack · 14 years ago
  5. 5fc0d36 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  6. 6ac8a99 Input: xpad - add USB-ID for PL-3601 Xbox 360 pad by Christoph Fritz · 14 years ago
  7. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  8. d01d075 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  9. b326b85 Input: xpad - add product ID for Hori Fighting Stick EX2 by Chris Merrett · 14 years ago
  10. c25f7b7 Input: gamecon - reference correct pad in gc_psx_command() by Dmitry Torokhov · 14 years ago
  11. 7b5d331 Input: gamecon - reference correct input device in NES mode by Dmitry Torokhov · 14 years ago
  12. 7beae70 Input: xpad - remove mouse buttons and axes for dance pads by Christoph Fritz · 14 years ago
  13. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  14. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  15. 1014cfe Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. aa86f26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  17. 513d8be Input: iforce - fix Guillemot Jet Leader 3D entry by Marek Vasut · 14 years ago
  18. d861f7b Input: iforce - add Guillemot Jet Leader Force Feedback by Marek Vasut · 14 years ago
  19. 53ba4f2 Merge commit 'v2.6.34-rc6' into core/locking by Ingo Molnar · 14 years ago
  20. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  21. 5bc923c Input: gamecon - fix off by one range check by Dan Carpenter · 14 years ago
  22. ced918e i8253: Convert i8253_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  23. a1e1274 Input: gamecon - use pr_err() and friends by Dmitry Torokhov · 14 years ago
  24. af930d6 Input: gamecon - constify some of the setup structures by Dmitry Torokhov · 14 years ago
  25. 0995174 Input: gamecon - simplify pad type handling by Dmitry Torokhov · 14 years ago
  26. 315543f Input: gamecon - simplify coordinate calculation for PSX by Dmitry Torokhov · 14 years ago
  27. d38fcb9 Input: gamecon - fix some formatting issues by Dmitry Torokhov · 14 years ago
  28. 7aa9e0e Input: gamecon - add rumble support for N64 pads by Scott Moreau · 14 years ago
  29. 1218730 Input: xpad - add rumble support for original xbox controller by Benjamin Valentin · 15 years ago
  30. 7755726 Merge commit 'v2.6.33-rc5' into next by Dmitry Torokhov · 15 years ago
  31. dd38d68 Input: xbox - do not use GFP_KERNEL under spinlock by Dmitry Torokhov · 15 years ago
  32. abf2a11 Input: gf2k - fix &&/|| confusion in gf2k_connect() by Roel Kluin · 15 years ago
  33. c2b27ef Input: iforce - wait for command completion when closing the device by Dmitry Torokhov · 15 years ago
  34. b45d44e Input: xpad - allow using triggers as buttons rather than axes by Nicolas Léveillé · 15 years ago
  35. 98b7fb0 Input: iforce - fix oops on device disconnect by Dmitry Torokhov · 15 years ago
  36. dadaae3 Input: xpad - add two new Xbox 360 devices by Nicolas Léveillé · 15 years ago
  37. 3ac91d3 Input: xpad - add BigBen Interactive XBOX 360 Controller by Thomas Gruber · 15 years ago
  38. 4b61bb5 Merge commit 'v2.6.31-rc8' into next by Dmitry Torokhov · 15 years ago
  39. 22e93ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  40. 805423e Input: xpad - add USB ID for the drumkit controller from Rock Band by Corbin Simpson · 15 years ago
  41. 68947b8 Input: iforce - support new revision of ACT LABS Force RS by Jiri Kosina · 15 years ago
  42. 71c4c8b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  43. 70a6f2e Input: xpad - don't resend successfully sent outgoing requests by Michael Gruber · 15 years ago
  44. 08604bd time: move PIT_TICK_RATE to linux/timex.h by Arnd Bergmann · 15 years ago
  45. b233b28 sh: maple: Support block reads and writes. by Adrian McMenamin · 15 years ago
  46. 01461d7 Input: add support for Maple controller as a joystick by Adrian McMenamin · 16 years ago
  47. cec87e3 Input: add joystick driver for Walkera WK-0701 RC transmitter by Peter Popovec · 16 years ago
  48. 899ef6e USB: remove info() macro from usb input drivers by Greg Kroah-Hartman · 16 years ago
  49. 1817b16 USB: remove warn() macro from usb input drivers by Greg Kroah-Hartman · 16 years ago
  50. 36ac1d2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  51. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  52. 4c0e799 Merge branch 'next' into for-linus by Dmitry Torokhov · 16 years ago
  53. d488d3e Input: xpad - add Pelican Eclipse D-Pad to the list of devices by Harley Laue · 16 years ago
  54. 2547203 Input: gameport - check return value of gameport_register_driver() by Dmitry Torokhov · 16 years ago
  55. d1659fc Input: remove CVS keywords by Adrian Bunk · 16 years ago
  56. ea3e6c5 Input: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  57. 6b8588f usb input endianness annotations and fixes by Al Viro · 16 years ago
  58. cf867ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  59. 2043021 Input: xpad - fix build failure by Dmitry Torokhov · 16 years ago
  60. 37b05b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  61. 6fc88f53 USB: convert away from urb->status in xpad driver by Oliver Neukum · 16 years ago
  62. 81e329c Input: fix ordering in joystick Makefile by Jiri Kosina · 16 years ago
  63. 3e24e2b Input: add Zhen Hua driver by Martin Kebert · 16 years ago
  64. 04021e4 Input: xpad - set proper buffer length for outgoing requests by Michael Gruber · 16 years ago
  65. 6eae9b0 Input: xpad - don't use GFP_ATOMIC by Oliver Neukum · 16 years ago
  66. 99de091 Input: xpad - add support for wireless xbox360 controllers by Brian Magnuson · 16 years ago
  67. bf8cb31 Input: xpad - drop obsolete driver versioning by Anssi Hannula · 16 years ago
  68. cfbe201 Input: xpad - enable force feedback on xbox 360 controllers only by Anssi Hannula · 16 years ago
  69. fc55e95 Input: xpad - do not report nonexistent buttons for xbox360 by Anssi Hannula · 16 years ago
  70. 8a7ae2a Input: xpad - add more xbox 360 controller ids by Anssi Hannula · 16 years ago
  71. 97f09cb Input: xpad - fix inverted Y and RY axes by Anssi Hannula · 16 years ago
  72. a097992 Input: xpad - fix dpad handling of unknown devices by Anssi Hannula · 16 years ago
  73. 8a0f83e Input: xpad - match xbox 360 devices with interface info by Anssi Hannula · 16 years ago
  74. b920de1 mn10300: add the MN10300/AM33 architecture to the kernel by David Howells · 17 years ago
  75. 3b04a61 Input: drop redundant includes of moduleparam.h by Julia Lawall · 17 years ago
  76. 4615e33 Input: iforce - don't access input_dev->private directly by Dmitry Torokhov · 17 years ago
  77. b0e7464 Input: xpad - add more USB IDs by Joshua J Bowman · 17 years ago
  78. 118e78d changed email by Johann Deneux · 17 years ago
  79. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  80. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  81. b981d8b3 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 17 years ago
  82. b082dff Input: xpad - fix dependancy on LEDS class by Dmitry Torokhov · 17 years ago
  83. 2f9d282 Input: xpad - fix dependancy on LEDS class by Dmitry Torokhov · 17 years ago
  84. d9f0383 Input: iforce - fix 'unused variable' warning by Andrew Morton · 17 years ago
  85. 20b3cdd Input: xpad - use le16_to_cpup when parsing data stream by Dmitry Torokhov · 17 years ago
  86. 4994cd8 Input: xpad - add support for leds on xbox 360 pad by Jan Kratochvil · 17 years ago
  87. ae91d10 Input: xpad - fix report for dpad and inverted Y and RY axes on xbox 360 by Dmitry Torokhov · 17 years ago
  88. 6426b33 Input: xpad - make xpad_play_effect() static by Adrian Bunk · 17 years ago
  89. 2e8335a Input: xpad - fix check for succesful usb_buffer_alloc by Jan Kratochvil · 17 years ago
  90. 5ec1f7f Input: grip-mp - use ARRAY_SIZE by Andi Drebes · 17 years ago
  91. e01a06e Input: xpad - add Xbox360 gamepad rumble support by Jan Kratochvil · 17 years ago
  92. c7d9f7e Input: xpad - add support for Xbox 360 gamepad by Jan Kratochvil · 17 years ago
  93. 0b662c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  94. 0e2a4fd Input: db9 - do not ignore dev2 module parameter by Dmitry Torokhov · 17 years ago
  95. 31f6e1b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  96. c0338c1 Input: iforce - minor clean-ups by Johann Deneux · 17 years ago
  97. b8691fd Input: iforce - fix force feedback not working by Johann Deneux · 17 years ago
  98. 7a86ede missing dependencies for USB drivers in input by Al Viro · 17 years ago
  99. 393bfca Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  100. 1c362d4 Input: move USB gamepads under drivers/input/joystick by Dmitry Torokhov · 17 years ago