1. 1814db6 Input: pxa27x_keypad - introduce driver structure and use KEY() to define matrix keys by Eric Miao · 17 years ago
  2. 1a1cd73 Input: pxa27x_keypad - remove pin configuration from the driver by Eric Miao · 17 years ago
  3. 0e5f11a Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard) by Eric Miao · 17 years ago
  4. e2c7539 Input: remove duplicate includes by Andre Haupt · 17 years ago
  5. 93e9012f Input: add Tosa keyboard driver by Dmitry Baryshkov · 17 years ago
  6. 3b04a61 Input: drop redundant includes of moduleparam.h by Julia Lawall · 17 years ago
  7. f0b92b9 Input: atkbd - remove unneeded synchronize_sched() by Dmitry Torokhov · 17 years ago
  8. 554101e Input: atkbd - properly handle special keys on Dell Latitudes by Giel de Nijs · 17 years ago
  9. 4ff891e Input: improve Kconfig help entries for HP Jornada devices by Kristoffer Ericson · 17 years ago
  10. 9fe4f2a Input: spitzkbd - fix suspend key handling by Richard Purdie · 17 years ago
  11. 4c64681 Input: jornada680_kbd - fix default keymap by Kristoffer Ericson · 17 years ago
  12. 6957c82 Input: bf54x-keys - keypad does not exist on BF544 parts by Mike Frysinger · 17 years ago
  13. 6a2e391 Input: gpio-keys - request and configure GPIOs by Herbert Valerio Riedel · 17 years ago
  14. 81f8320 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  15. 858711c Input: bf54x-keys - return real error when request_irq() fails by Michael Hennerich · 17 years ago
  16. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  17. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  18. 65a6ec0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  19. f2e1d89 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  20. 63bd8c4 Atari keyboard: incorporate additional review comments by Geert Uytterhoeven · 17 years ago
  21. 6615c5b m68k: Atari input drivers cleanup by Geert Uytterhoeven · 17 years ago
  22. 8f740ef Input: add support for Blackfin BF54x Keypad controller by Michael Hennerich · 17 years ago
  23. b981d8b3 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 17 years ago
  24. b11d212 Input: add support for SEGA Dreamcast keyboard by Adrian McMenamin · 17 years ago
  25. 22d8a73 [ARM] pxa: update pxa27x keypad driver to use clk support by Russell King · 17 years ago
  26. 9360353 Input: omap-keyboard - don't pretend we support changing keymap by Dmitry Torokhov · 17 years ago
  27. 72f9df4 Input: jornada720_kbd - send MSC_SCAN events by Dmitry Torokhov · 17 years ago
  28. b0a4e1a Input: add support for HP Jornada 7xx onboard keyboard by Kristoffer Ericson · 17 years ago
  29. 2aa2cb9 Input: add support for HP Jornada onboard keyboard (HP6XX) by Kristoffer Ericson · 17 years ago
  30. e15b021 Input: gpio-keys - add suspend/resume support by Anti Sullin · 17 years ago
  31. 006df30 Input: gpio_keys - verify that supplied GPIO numbers are valid by Anti Sullin · 17 years ago
  32. 29e8277 Input: gpio_keys - remove duplicate includes by Jesper Juhl · 17 years ago
  33. 744c9c3 Input: pxa27x_keyboard - fix compile error by Mike Rapoport · 18 years ago
  34. 72a42f2 Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGE by Hans de Goede · 18 years ago
  35. cab8e5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  36. 9f7a60d Input: atkbd - use printk_ratelimit for spurious ACK messages by Qi Yong · 18 years ago
  37. da4249c Input: atkbd - throttle LED switching by Dmitry Torokhov · 18 years ago
  38. 0e52d32 x86_64: Quieten Atari keyboard warnings in Kconfig by Andi Kleen · 18 years ago
  39. c0f85a8 [ARM] pxa: fix pxa27x keyboard driver by Russell King · 18 years ago
  40. 334d0dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  41. a3d5213 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  42. f8744bc hilkbd: Kill compiler warning and fix comment dyslexia by Geert Uytterhoeven · 18 years ago
  43. c04cb85 m68k: Atari keyboard and mouse support. by Michael Schmitz · 18 years ago
  44. 3f07d87 Input: aaed2000_kbd - convert to use polldev library by Dmitry Torokhov · 18 years ago
  45. 84767d0 Input: gpio_keys - add support for switches (EV_SW) by Roman Moravcik · 18 years ago
  46. bc95f36 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  47. b7fd4a0 Input: pxa27x - do not use deprecated SA_INTERRUPT flag by Thomas Gleixner · 18 years ago
  48. 469ba4d Input: keyboards - switch to using input_dev->dev.parent by Dmitry Torokhov · 18 years ago
  49. b356872 Input: drivers/input/keyboard - don't access dev->private directly by Dmitry Torokhov · 18 years ago
  50. 5a90e5b Input: add support for PXA27x keyboard controller by Rodolfo Giometti · 18 years ago
  51. 49015be [PATCH] gpio_keys driver shouldn't be ARM-specific by David Brownell · 18 years ago
  52. 0a938b9 [PATCH] add CONFIG_GENERIC_GPIO by David Brownell · 18 years ago
  53. ffd51f4 Input: HIL - cleanup coding style by Helge Deller · 18 years ago
  54. 3acaf54 Input: HIL - various fixes for HIL drivers by Helge Deller · 18 years ago
  55. 62b529a Input: remove obsolete setup parameters from input drivers by Dmitry Torokhov · 18 years ago
  56. 2a575f11 Input: HIL - fix improper call to release_region() by Cyrill V. Gorcunov · 18 years ago
  57. 0d98f6b Input: gpio-keys - switch to common GPIO API by Philipp Zabel · 18 years ago
  58. 2db6346 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2 by Thomas Gleixner · 18 years ago
  59. b350620 Input: HIL - handle erros from input_register_device() by Cyrill V. Gorcunov · 18 years ago
  60. b22364c Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  61. 78a56aa Input: gpio-keys - keyboard driver for GPIO buttons by Phil Blundell · 18 years ago
  62. 9bc83dc [SUNKBD]: Fix sunkbd_enable(sunkbd, 0); obvious. by Fabrice Knevez · 18 years ago
  63. 2bb71b5 [PATCH] m68k trivial build fixes by Al Viro · 18 years ago
  64. db71b7f [PATCH] missing includes in hilkbd by Al Viro · 18 years ago
  65. f90c34b8 Input: kill maple_keyb.c driver by Paul Mundt · 18 years ago
  66. bef9865 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  67. f9705fc Input: add driver for keyboard on AAED-2000 development board (ARM) by Nicolas Bellido · 18 years ago
  68. 153a9df0 Input: handle serio_register_driver() errors by Akinobu Mita · 18 years ago
  69. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  70. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  71. 1d08811 lkkbd: Remove my old snail-mail address by Jan-Benedict Glaw · 18 years ago
  72. 2b03b60 Input: keyboards - handle errors when registering input devices by Dmitry Torokhov · 18 years ago
  73. 22a60f1 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  74. 36bd262 [ARM] Fix Zaurii keyboard/touchscreen drivers by Russell King · 18 years ago
  75. 86255d9 Input: atkbd - supress "too many keys" error message by Dmitry Torokhov · 18 years ago
  76. da96d0b [PATCH] m68k/HP300: Enable HIL configuration options by Geert Uytterhoeven · 18 years ago
  77. be577a5 Build fixes for struct pt_regs removal by Matthew Wilcox · 18 years ago
  78. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  79. 0950960 Fix several typos in drivers/ by Matt LaPlante · 18 years ago
  80. a12f66f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  81. ad4e09b [PATCH] OMAP: Add keypad driver by Komal Shah · 18 years ago
  82. f35d061 Input: add driver for stowaway serial keyboards by Marek Vasut · 18 years ago
  83. 0612ec4 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  84. 9807879 Input: atkbd - support Microsoft Natural Elite Pro keyboards by Dmitry Torokhov · 18 years ago
  85. 8ea371f Input: atkbd - fix overrun in atkbd_set_repeat_rate() by Florin Malita · 18 years ago
  86. 3d0f0fa Input: atkbd - restore repeat rate when resuming by Dmitry Torokhov · 18 years ago
  87. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  88. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  89. f8b4c46 Input: atkbd - fix hardware autorepeat by Dmitry Torokhov · 19 years ago
  90. 0ae051a Input: atkbd - fix HANGEUL/HANJA keys by Dmitry Torokhov · 19 years ago
  91. b9ab58d Input: fix misspelling of Hangeul key by Jerome Pinot · 19 years ago
  92. ea08c6f Input: fix potential overflows in driver/input/keyboard by Dmitry Torokhov · 19 years ago
  93. 5fa28ea [PATCH] m68k: restore amikbd compatibility with 2.4 by Roman Zippel · 19 years ago
  94. ed8f9e2 Input: change from numbered to named switches by Richard Purdie · 19 years ago
  95. 7b7e394 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 19 years ago
  96. f11a7c0 Input: spitzkbd - fix the reversed Address and Calender keys by Richard Purdie · 19 years ago
  97. d668da8 [PARISC] Fix up hil_kbd.c mismerge by Matthew Wilcox · 19 years ago
  98. 95d465f Manual merge with Linus. by Dmitry Torokhov · 19 years ago
  99. cd7a920 [PARISC] Fix double free when removing HIL drivers by Kyle McMartin · 19 years ago
  100. 102c8c7 [PARISC] Convert HIL drivers to use input_allocate_device by Helge Deller · 19 years ago