1. 899631c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  2. e28e1d9 Input: rpckbd - fix a leak of the IRQ during init failure by Axel Lin · 15 years ago
  3. 26fcd2a Input: wacom - add support for Lenovo tablet ID (0xE6) by Manoj Iyer · 15 years ago
  4. a2a94e7 Input: i8042 - downgrade selftest error message to dbg() by Paul Bolle · 15 years ago
  5. 7087486 Input: synaptics - fix crash in synaptics_module_init() by Jan Beulich · 15 years ago
  6. 799a2a2 Input: spear-keyboard - fix inverted condition in interrupt handler by Rajeev Kumar · 15 years ago
  7. a718d79 Input: uinput - allow for 0/0 min/max on absolute axes. by Peter Hutterer · 15 years ago
  8. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 15 years ago
  9. 170531b Input: sparse-keymap - report KEY_UNKNOWN for unknown scan codes by Seth Forshee · 15 years ago
  10. f3cf5c4 Input: sparse-keymap - report scancodes with key events by Seth Forshee · 15 years ago
  11. d51ca07 Input: h3600_ts_input - fix a spelling error by Sylvestre Ledru · 15 years ago
  12. e35fb8c Input: wacom - report resolution for pen devices by Ping Cheng · 15 years ago
  13. 7b824bb Input: wacom - constify wacom_features for a new missed Bamboo models by Ping Cheng · 15 years ago
  14. 24c6d02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  15. a0fa220 Input: tsc2005 - fix locking issue by Aaro Koskinen · 15 years ago
  16. 9034279 Input: tsc2005 - use relative jiffies to schedule the watchdog by Aaro Koskinen · 15 years ago
  17. ddca6a3 Input: tsc2005 - driver should depend on GENERIC_HARDIRQS by Geert Uytterhoeven · 15 years ago
  18. c9f560b mfd: Adopt mfd_data in 88pm860x input driver by Haojian Zhuang · 15 years ago
  19. 0638d56 mfd: mfd_cell is now implicitly available to twl4030 drivers by Andres Salomon · 15 years ago
  20. a952baa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  21. 97eb3f2 Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  22. 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  23. 7b7adc4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32 by Linus Torvalds · 15 years ago
  24. 9c9585e Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers by Russell King · 15 years ago
  25. def179c Merge branch 'tsc2005' into next by Dmitry Torokhov · 15 years ago
  26. 5cb81d1 Input: tsc2005 - remove 'disable' sysfs attribute by Dmitry Torokhov · 15 years ago
  27. 0b950d3 Input: tsc2005 - add open/close by Dmitry Torokhov · 15 years ago
  28. 71f8004 Input: tsc2005 - handle read errors from SPI layer by Dmitry Torokhov · 15 years ago
  29. dacb650 Input: tsc2005 - do not rearm timer in hardirq handler by Dmitry Torokhov · 15 years ago
  30. 80cc2f0 Input: tsc2005 - don't use work for 'pen up' handling by Dmitry Torokhov · 15 years ago
  31. 9a6e180 Input: tsc2005 - do not use 0 in place of NULL by Dmitry Torokhov · 15 years ago
  32. c8b6846 Input: tsc2005 - use true/false for boolean variables by Dmitry Torokhov · 15 years ago
  33. 8dbcc43 Input: tsc2005 - hide selftest attribute if we can't reset by Dmitry Torokhov · 15 years ago
  34. 99bb892 Input: tsc2005 - rework driver initialization code by Dmitry Torokhov · 15 years ago
  35. f8a6713 Input: tsc2005 - set up bus type in input device by Dmitry Torokhov · 15 years ago
  36. b4b480a Input: tsc2005 - set up parent device by Dmitry Torokhov · 15 years ago
  37. 2721a89 Input: tsc2005 - clear driver data after unbinding by Dmitry Torokhov · 15 years ago
  38. b88aa49 Input: tsc2005 - add module description by Dmitry Torokhov · 15 years ago
  39. bcd1187 Input: tsc2005 - remove driver banner message by Dmitry Torokhov · 15 years ago
  40. ef5a672 Input: tsc2005 - remove incorrect module alias by Dmitry Torokhov · 15 years ago
  41. 3ff8ff5 Input: tsc2005 - convert to using dev_pm_ops by Dmitry Torokhov · 15 years ago
  42. 6b007d6 Input: tsc2005 - use spi_get/set_drvdata() by Dmitry Torokhov · 15 years ago
  43. 37bd446 Input: introduce tsc2005 driver by Lauri Leukkunen · 15 years ago
  44. 49851ca Input: xen-kbdfront - move to drivers/input/misc by Dmitry Torokhov · 15 years ago
  45. 0a4dfa5 Input: xen-kbdfront - add grant reference for shared page by Daniel De Graaf · 15 years ago
  46. 8c3c283 Input: xen-kbdfront - advertise either absolute or relative coordinates by Olaf Hering · 15 years ago
  47. e5abf78 unicore32 io: redefine __REG(x) and re-use readl/writel funcs by GuanXuetao · 15 years ago
  48. 4517366 unicore32 i8042 upgrade and bugfix: adjust resource request region type by GuanXuetao · 15 years ago
  49. 3838b82 unicore32 i8042: adjust io funcs of i8042-unicore32io.h by GuanXuetao · 15 years ago
  50. 425ad52 unicore32 machine related files: ps2 driver by GuanXuetao · 16 years ago
  51. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  52. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
  53. 53a2b81 Input: tc3589x-keypad - fix 'double const' warning by Dmitry Torokhov · 15 years ago
  54. 64dcddd Input: tca6416-keypad - suspend/resume wakeup support by Magnus Damm · 15 years ago
  55. 4c75de3 Input: atmel_mxt_ts - add objects of mXT1386 chip by Joonyoung Shim · 15 years ago
  56. 979a72d Input: atmel_mxt_ts - remove firmware version check by Joonyoung Shim · 15 years ago
  57. e7cbb90 Input: wm831x-ts - ensure the controller is in a known state on open by Mark Brown · 15 years ago
  58. bd7e4e8 Input: add Atmel AT42QT1070 keypad driver by Bo Shen · 15 years ago
  59. 23c483d Input: wm831x-ts - default pressure measurements on by Mark Brown · 15 years ago
  60. 47340bd Input: bcm5974 - add support for MacBookPro8 by Andy Botting · 15 years ago
  61. 84eb5aa Input: wacom - support 2FGT in MT format by Ping Cheng · 15 years ago
  62. a43c7c5 Input: wacom - support one finger touch the touchscreen way by Ping Cheng · 15 years ago
  63. 8aa9a9a Input: wacom - process pen data in its own routine by Ping Cheng · 15 years ago
  64. 4fc1938 Input: wacom - do not send 2FGT Tablet PC events in TAP format by Ping Cheng · 15 years ago
  65. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 15 years ago
  66. 4ebb24f dt/sparc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 15 years ago
  67. 38a5d67 Merge commit 'v2.6.38-rc6' into devicetree/next by Grant Likely · 15 years ago
  68. 439581e Input: evdev - fix evdev_write return value on partial writes by Peter Korsgaard · 15 years ago
  69. 5063511 Input: bcm5974 - Report button also for zero fingers by Henrik Rydberg · 15 years ago
  70. 0d3c073 Input: atmel_mxt_ts - remove matrix size check by Iiro Valkonen · 15 years ago
  71. 5f62615 Input: mcs_touchkey - add shutdown handler by HeungJun Kim · 15 years ago
  72. adf779c Input: mcs_touchkey - add support for suspend/resume by Heungjun Kim · 15 years ago
  73. 5ad567f Input: omap4-keypad - wire up runtime PM handling by Abraham Arce · 15 years ago
  74. 57949e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  75. 1d64b65 Input: serio/gameport - use 'long' system workqueue by Dmitry Torokhov · 15 years ago
  76. 9bb794a Input: synaptics - document 0x0c query by Dmitry Torokhov · 15 years ago
  77. aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 15 years ago
  78. 163d277 Input: uinput - reversed test in uinput_setup_device() by Dan Carpenter · 15 years ago
  79. 919ed89 Input: atmel_mxt_ts - allow board code to specify IRQ flags by Iiro Valkonen · 15 years ago
  80. 71749f5 Input: atmel_mxt_ts - allow board code to suppliy controller config by Iiro Valkonen · 15 years ago
  81. 46ee2a0 Input: atmel_mxt_ts - add mXT224 identifier to id_table by Chris Leech · 15 years ago
  82. 87b2c7d Input: synaptics_i2c - convert to dev_pm_ops by Mark Brown · 15 years ago
  83. 3dcab3b Input: adxl34x - fix references to adx134x by Mark Brown · 15 years ago
  84. 4d1ac94 Input: adxl34x-spi - convert to dev_pm_ops by Mark Brown · 15 years ago
  85. fbb8993 Input: adxl34x-i2c - convert to dev_pm_ops by Mark Brown · 15 years ago
  86. 76e2c68 Input: max7359 - convert to dev_pm_ops by Mark Brown · 15 years ago
  87. 65b0c03 Input: lm8323 - convert to dev_pm_ops by Mark Brown · 15 years ago
  88. a257090 Input: ad714x-spi - convert to dev_pm_ops by Mark Brown · 15 years ago
  89. 6b7cfd1 Input: ad714x-i2c - convert to dev_pm_ops by Mark Brown · 15 years ago
  90. 4dfcc27 Input: uinput - use memdup_user() and friends by Dmitry Torokhov · 15 years ago
  91. 5d9d6e9 Input: uinput - fix setting up device name by David Herrmann · 15 years ago
  92. 26cdb1a Input: atmel_mxt_ts - read whole message to make CHG low by Iiro Valkonen · 15 years ago
  93. 7686b10 Input: atmel_mxt_ts - get rid of qt602240 prefixes in names by Iiro Valkonen · 15 years ago
  94. 964de52 Input: qt602240_ts - rename to atmel_mxt_ts by Dmitry Torokhov · 15 years ago
  95. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 15 years ago
  96. 4e8b65f Input: tegra-kbc - add function keymap by Rakesh Iyer · 15 years ago
  97. 0bfd95a altera_ps2: Add devicetree support by Walter Goossens · 15 years ago
  98. 87450bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  99. 4b6d443 Input: wacom - fix error path in wacom_probe() by Alexander Strakh · 15 years ago
  100. 0fbc9fd Input: ads7846 - check proper condition when freeing gpio by Dmitry Torokhov · 15 years ago