1. 0799a92 Input: add support for Cypress PS/2 Trackpads by Dudley Du · 12 years ago
  2. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 12 years ago
  3. bd26f3d Input: psmouse - allow drivers to use psmouse_{de,}activate by Andres Salomon · 12 years ago
  4. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  5. ee9dfd7 Input: psmouse - make sure we do not use stale methods by Dmitry Torokhov · 13 years ago
  6. 7968a5d Input: synaptics - add support for Relative mode by Daniel Drake · 13 years ago
  7. 76496e7 Input: convert obsolete strict_strtox to kstrtox by JJ Ding · 13 years ago
  8. b5d2170 Input: psmouse - switch to using dev_*() for messages by Dmitry Torokhov · 13 years ago
  9. ca94ec4 Input: hgpk - support GlideSensor and PenTablet modes by Daniel Drake · 14 years ago
  10. 0982258 Input: serio - support multiple child devices per single parent by Dmitry Eremin-Solenikov · 14 years ago
  11. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  12. a62f0d2 Input: psmouse - small formatting changes to better follow coding style by Dmitry Torokhov · 14 years ago
  13. ef110b2 Input: psmouse - reset all types of mice before reconnecting by Dmitry Torokhov · 14 years ago
  14. 6b9d363 Input: psmouse - ignore parity error for basic protocols by Dmitry Torokhov · 14 years ago
  15. a9f0c38 Input: psmouse - make sure we don't schedule reconnects after cleanup by Dmitry Torokhov · 14 years ago
  16. 4a18b3a Input: pmouse - move Sentelic probe down the list by Tai-hwa Liang · 15 years ago
  17. e4e6efd Input: psmouse - fix Synaptics detection when protocol is disabled by Daniel Drake · 15 years ago
  18. 59b0151 Input: serio - fix potential deadlock when unbinding drivers by Eric W. Biederman · 15 years ago
  19. 4a299bf Input: speed up suspend/shutdown for PS/2 mice and keyboards by Dmitry Torokhov · 15 years ago
  20. 7705d54 Input: psmouse - do not carry DMI data around by Dmitry Torokhov · 15 years ago
  21. 4678320 Merge commit 'v2.6.32' into next by Dmitry Torokhov · 15 years ago
  22. 315eb99 Input: psmouse - rework setting of BTN_MIDDLE capability by Dmitry Torokhov · 15 years ago
  23. 0698989 Input: psmouse - fix breakage introduced by b7802c5c1ea by Jiri Kosina · 15 years ago
  24. 3d4c3aa Input: psmouse - remove unneeded '\n' from psmouse.proto parameter by Takashi Iwai · 15 years ago
  25. b7802c5 Input: psmouse - use boolean type by Dmitry Torokhov · 15 years ago
  26. fc69f4a Input: add new driver for Sentelic Finger Sensing Pad by Tai-hwa Liang · 15 years ago
  27. 535650f Input: psmouse - ESD workaround fix for OLPC XO touchpad by Zephaniah E. Hull · 15 years ago
  28. 2a0bd75 Input: psmouse - add support for Elantech touchpads by Arjan Opmeer · 16 years ago
  29. df08ef2 Input: psmouse - add OLPC touchpad driver by Andres Salomon · 16 years ago
  30. 68d4822 Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacks by Andres Salomon · 16 years ago
  31. 8bf020e Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use of by Andres Salomon · 16 years ago
  32. a48cf5f Input: psmouse - export psmouse_set_state for ps/2 extensions to use by Andres Salomon · 16 years ago
  33. 160f1fe Input: convert drivers to use strict_strtoul() by Joe Rouvier · 16 years ago
  34. 3b04a61 Input: drop redundant includes of moduleparam.h by Julia Lawall · 17 years ago
  35. 746b31a Input: psmouse - fix potential memory leak in psmouse_connect() by Andres Salomon · 17 years ago
  36. c03983a Spelling fix: explicitly by Jean Delvare · 17 years ago
  37. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  38. 554fc19 Input: psmouse - reset harder during probe by Alon Ziv · 17 years ago
  39. aea6a46 Input: psmouse - add support for Cortron PS/2 Trackballs by Aristeu Rozanski · 17 years ago
  40. 28aa7f1 Input: mice - switch to using input_dev->dev.parent by Dmitry Torokhov · 17 years ago
  41. 0ca1804 Input: drivers/input/mice - don't access dev->private directly by Dmitry Torokhov · 17 years ago
  42. 55e3d92 Input: psmouse - allow disabing certain protocol extensions by Andres Salomon · 17 years ago
  43. 243db53b Input: psmouse - do not force stream mode by Dmitry Torokhov · 17 years ago
  44. 24bf10a Input: psmouse - add support for eGalax PS/2 touchscreen controller by Stefan Lucke · 17 years ago
  45. 62b529a Input: remove obsolete setup parameters from input drivers by Dmitry Torokhov · 17 years ago
  46. a1cec06 Input: psmouse - properly reset mouse on shutdown/suspend by Dmitry Torokhov · 17 years ago
  47. bef9865 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  48. 153a9df0 Input: handle serio_register_driver() errors by Akinobu Mita · 18 years ago
  49. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  50. eb5d582 Input: psmouse - fix attribute access on 64-bit systems by Sergey Vlasov · 18 years ago
  51. 7215561 Input: mice - handle errors when registering input devices by Dmitry Torokhov · 18 years ago
  52. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  53. 0612ec4 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  54. e38de67 Input: constify psmouse driver by Helge Deller · 18 years ago
  55. 90414be Input: psmouse - fix Intellimouse 4.0 initialization by Pozsar Balazs · 18 years ago
  56. b0c9ad8 Input: psmouse - add support for Intellimouse 4.0 by Pozsar Balazs · 18 years ago
  57. 08ffce4 Input: fix potential overflows in driver/input/mouse by Dmitry Torokhov · 18 years ago
  58. 89c9b48 Input: psmouse - fix new device detection logic by Dmitry Torokhov · 18 years ago
  59. 58a343f Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  60. 8bd0ee9 [PATCH] Input: psmouse - disable autoresync by Dmitry Torokhov · 18 years ago
  61. c14471d Input: psmouse - semaphore to mutex conversion by Ingo Molnar · 18 years ago
  62. a3f3f31 Input: psmouse - set name for Genius mice by Dmitry Torokhov · 19 years ago
  63. f0d5c6f4 Input: psmouse - attempt to re-synchronize mouse every 5 seconds by Dmitry Torokhov · 19 years ago
  64. ba44995 Input: psmouse - don't leave mouse asleep by Dmitry Torokhov · 19 years ago
  65. 2e5b636 [PATCH] drivers/input/mouse: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  66. d344c5e Manual merge with Linus by Dmitry Torokhov · 19 years ago
  67. a97e148 [PATCH] input: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  68. cfe9e88 Input: rework psmouse attributes to reduce module size by Dmitry Torokhov · 19 years ago
  69. 541e316 Input: psmouse - add support for IBM TrackPoint devices. by Stephen Evanchik · 19 years ago
  70. 7b4019d Input: psmouse - wheel mice (imps, exps) always have 3rd button by Vojtech Pavlik · 19 years ago
  71. dbf4ccd Input: psmouse - export protocol as a sysfs per-device attribute by Dmitry Torokhov · 19 years ago
  72. 04df192 Input: pmouse - introduce proper locking so state-changing by Dmitry Torokhov · 19 years ago
  73. a15d60f Input: lifebook - adjust initialization routines to be in line with by Dmitry Torokhov · 19 years ago
  74. 14e9414 Input: lifebook - various cleanups: by Dmitry Torokhov · 19 years ago
  75. 02d7f58 Input: Add Fujitsu Lifebook B-series touchscreen driver. by Kenan Esau · 19 years ago
  76. 7741e93 Input: Workaround for Sunrex K8561 IR Keyboard/Mouse. The mouse by Vojtech Pavlik · 19 years ago
  77. 271b74d Input: Fix a warning in psmouse-base.c by Andrew Morton · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago