1. 022573c Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  2. a455e29 Input: walkera0701 - fix crash on startup by Peter Popovec · 12 years ago
  3. 540602a Input: xpad - add a few new VID/PID combinations by Guillermo A. Amaral · 12 years ago
  4. 0d02796 Input: xpad - minor formatting fixes by Guillermo A. Amaral · 12 years ago
  5. e2619cf Input: remove use of __devexit by Bill Pemberton · 12 years ago
  6. 5298cc4 Input: remove use of __devinit by Bill Pemberton · 12 years ago
  7. 1cb0aa8 Input: remove use of __devexit_p by Bill Pemberton · 12 years ago
  8. 24e491c Input: as5011 - use C99-style structure initializators by Shubhrajyoti D · 12 years ago
  9. 314820c Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  10. 39ea32c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  11. e76b8ee Input: xpad - add Andamiro Pump It Up pad by Yuri Khan · 12 years ago
  12. cc71a7e Input: xpad - add signature for Razer Onza Tournament Edition by Ilia Katsnelson · 12 years ago
  13. 3ffb62c Input: xpad - handle all variations of Mad Catz Beat Pad by Yuri Khan · 12 years ago
  14. 3c3416a Merge branch 'for-linus' to bring in change ensuring that drivers that by Dmitry Torokhov · 12 years ago
  15. 1b74a86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  16. 9b7e31b Input: request threaded-only IRQs with IRQF_ONESHOT by Lars-Peter Clausen · 12 years ago
  17. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 12 years ago
  18. 2c01e7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  19. 8818e41 USB: input: xpad.c: fix up dev_* messages by Greg Kroah-Hartman · 12 years ago
  20. a852d78 USB: input: iforce: fix up dev_* messages by Greg Kroah-Hartman · 12 years ago
  21. c4f0bbc USB: xpad.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  22. f576125 USB: iforce: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  23. 39e85a2 USB: input: xpad.c: fix up dev_err() usage by Greg Kroah-Hartman · 12 years ago
  24. d331efd USB: input: joystick: iforce: fix up dev_err() usages by Greg Kroah-Hartman · 12 years ago
  25. 9cb757b USB: xpad.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  26. 7b22a88 USB: iforce: remove err() usage by Greg Kroah-Hartman · 12 years ago
  27. 57b8628 Merge commit 'v3.4-rc4' into next by Dmitry Torokhov · 12 years ago
  28. 98a8413 Input: gameport - use module_gameport_driver by Axel Lin · 12 years ago
  29. 65ac9f7 Input: serio - use module_serio_driver by Axel Lin · 12 years ago
  30. 2f7fa1b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  31. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  32. 3183968 Input: amijoy - add missing platform check by Geert Uytterhoeven · 12 years ago
  33. 1b92c1c Input: convert I2C drivers to use module_i2c_driver() by Axel Lin · 12 years ago
  34. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  35. 08642e7 USB: convert drivers/input/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  36. d2d8442 drivers/input: Add module.h to modular drivers implicitly using it by Paul Gortmaker · 13 years ago
  37. 8554cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  38. 18b08c5 Input: remove CLOCK_TICK_RATE from analog joystick driver by Deepak Saxena · 13 years ago
  39. 70a3eff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  40. b514d4f Input: xpad - enable rumble support for XBox360 Wireless Controllers by Chris Moeller · 13 years ago
  41. fabadbc Input: xpad - add support for two more dance pads and a guitar by Magnus Hörlin · 13 years ago
  42. 334955e i8253: Create linux/i8253.h and use it in all 8253 related files by Ralf Baechle · 13 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  44. 01c728a Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  45. 9d084a3 Input: add Austria Microsystem AS5011 joystick driver by Fabien Marteau · 14 years ago
  46. 554738d Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  47. 8ed9e0e Input: turbografx - fix reference counting by Namhyung Kim · 14 years ago
  48. 33e808c Input: iforce - clean up Makefile by Dmitry Torokhov · 14 years ago
  49. e3f0f0a Input: xpad - ensure xpad->bulk_out is initialized before submitting urb by Axel Lin · 14 years ago
  50. 2a05915 Input: xpad - remove useless check in xpad_remove by Dmitry Torokhov · 14 years ago
  51. 161feb2 Input: xpad - fix resource reclaim in xpad_probe error path by Axel Lin · 14 years ago
  52. 6ff92a6 Input: xpad - fix a memory leak by Axel Lin · 14 years ago
  53. 49cc69b Input: xpad - return proper error in error path by Axel Lin · 14 years ago
  54. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  55. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  56. b84ae4a Input: fix faulty XXinput_* calls by Daniel Mack · 14 years ago
  57. 5fc0d36 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  58. 6ac8a99 Input: xpad - add USB-ID for PL-3601 Xbox 360 pad by Christoph Fritz · 14 years ago
  59. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  60. d01d075 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  61. b326b85 Input: xpad - add product ID for Hori Fighting Stick EX2 by Chris Merrett · 14 years ago
  62. c25f7b7 Input: gamecon - reference correct pad in gc_psx_command() by Dmitry Torokhov · 14 years ago
  63. 7b5d331 Input: gamecon - reference correct input device in NES mode by Dmitry Torokhov · 14 years ago
  64. 7beae70 Input: xpad - remove mouse buttons and axes for dance pads by Christoph Fritz · 14 years ago
  65. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  66. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  67. 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
  68. aa86f26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  69. 513d8be Input: iforce - fix Guillemot Jet Leader 3D entry by Marek Vasut · 14 years ago
  70. d861f7b Input: iforce - add Guillemot Jet Leader Force Feedback by Marek Vasut · 14 years ago
  71. 53ba4f2 Merge commit 'v2.6.34-rc6' into core/locking by Ingo Molnar · 14 years ago
  72. 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
  73. 5bc923c Input: gamecon - fix off by one range check by Dan Carpenter · 14 years ago
  74. ced918e i8253: Convert i8253_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  75. a1e1274 Input: gamecon - use pr_err() and friends by Dmitry Torokhov · 15 years ago
  76. af930d6 Input: gamecon - constify some of the setup structures by Dmitry Torokhov · 15 years ago
  77. 0995174 Input: gamecon - simplify pad type handling by Dmitry Torokhov · 15 years ago
  78. 315543f Input: gamecon - simplify coordinate calculation for PSX by Dmitry Torokhov · 15 years ago
  79. d38fcb9 Input: gamecon - fix some formatting issues by Dmitry Torokhov · 15 years ago
  80. 7aa9e0e Input: gamecon - add rumble support for N64 pads by Scott Moreau · 15 years ago
  81. 1218730 Input: xpad - add rumble support for original xbox controller by Benjamin Valentin · 15 years ago
  82. 7755726 Merge commit 'v2.6.33-rc5' into next by Dmitry Torokhov · 15 years ago
  83. dd38d68 Input: xbox - do not use GFP_KERNEL under spinlock by Dmitry Torokhov · 15 years ago
  84. abf2a11 Input: gf2k - fix &&/|| confusion in gf2k_connect() by Roel Kluin · 15 years ago
  85. c2b27ef Input: iforce - wait for command completion when closing the device by Dmitry Torokhov · 15 years ago
  86. b45d44e Input: xpad - allow using triggers as buttons rather than axes by Nicolas Léveillé · 15 years ago
  87. 98b7fb0 Input: iforce - fix oops on device disconnect by Dmitry Torokhov · 15 years ago
  88. dadaae3 Input: xpad - add two new Xbox 360 devices by Nicolas Léveillé · 15 years ago
  89. 3ac91d3 Input: xpad - add BigBen Interactive XBOX 360 Controller by Thomas Gruber · 15 years ago
  90. 4b61bb5 Merge commit 'v2.6.31-rc8' into next by Dmitry Torokhov · 15 years ago
  91. 22e93ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  92. 805423e Input: xpad - add USB ID for the drumkit controller from Rock Band by Corbin Simpson · 15 years ago
  93. 68947b8 Input: iforce - support new revision of ACT LABS Force RS by Jiri Kosina · 15 years ago
  94. 71c4c8b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  95. 70a6f2e Input: xpad - don't resend successfully sent outgoing requests by Michael Gruber · 15 years ago
  96. 08604bd time: move PIT_TICK_RATE to linux/timex.h by Arnd Bergmann · 15 years ago
  97. b233b28 sh: maple: Support block reads and writes. by Adrian McMenamin · 15 years ago
  98. 01461d7 Input: add support for Maple controller as a joystick by Adrian McMenamin · 16 years ago
  99. cec87e3 Input: add joystick driver for Walkera WK-0701 RC transmitter by Peter Popovec · 16 years ago
  100. 899ef6e USB: remove info() macro from usb input drivers by Greg Kroah-Hartman · 16 years ago