1. 2c01e7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  2. e644dae Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  3. 1a49a0a Input: synaptics - fix compile warning by JJ Ding · 12 years ago
  4. 616575c Input: ALPS - switch to using input_mt_report_finger_count by Dmitry Torokhov · 12 years ago
  5. 3b7e09f Input: ALPS - add semi-MT support for v4 protocol by George Pantalos · 12 years ago
  6. ae99ea5 Input: Add Synaptics NavPoint (PXA27x SSP/SPI) driver by Paul Parsons · 12 years ago
  7. d3132c5 Input: sentelic - report device's production serial number by Tai-hwa Liang · 12 years ago
  8. 6190631 Merge 3.4-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  9. 3b92399 USB: input: appletouch: fix up compiler warning by Greg Kroah-Hartman · 12 years ago
  10. ab943ca USB: input: bcm5974.c: fix up dev_* messages by Greg Kroah-Hartman · 12 years ago
  11. 2d744b0 USB: input: appletouch.c: fix up dev_* messages by Greg Kroah-Hartman · 12 years ago
  12. bd02876 USB: bcm5974.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  13. 67946d1 USB: appletouch.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  14. 140b123 USB: input: bcm5974.c: fix up dev_err() usage by Greg Kroah-Hartman · 12 years ago
  15. 80f8594 USB: input: appletouch.c: fix up dev_err() usage by Greg Kroah-Hartman · 12 years ago
  16. 84e92ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  17. 6c1d1b2 USB: bcm5974.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  18. 9c113dc USB: appletouch.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  19. 57b8628 Merge commit 'v3.4-rc4' into next by Dmitry Torokhov · 12 years ago
  20. 899c612 Input: synaptics - fix regression with "image sensor" trackpads by Benjamin Herrenschmidt · 12 years ago
  21. 4abb663 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  22. 55158c8 Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h by Mark Brown · 12 years ago
  23. fb16395 Input: trackpoint - use psmouse_fmt() for messages by JJ Ding · 12 years ago
  24. e3dde4f Input: elantech - v4 is a clickpad, with only one button by JJ Ding · 12 years ago
  25. a67ada7 Input: elantech - reset touchpad before configuring it by JJ Ding · 12 years ago
  26. 65ac9f7 Input: serio - use module_serio_driver by Axel Lin · 12 years ago
  27. d626dad Input: sentelic - filter taps in absolute mode by Oskari Saarenmaa · 12 years ago
  28. 2f7fa1b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  29. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  30. 9938082 Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  31. 727f9b4 Input: sentelic - improve packet debugging information by Oskari Saarenmaa · 12 years ago
  32. 7b85f73 Input: sentelic - minor code cleanup by Tai-hwa Liang · 12 years ago
  33. a4c8507 Input: sentelic - enabling absolute coordinates output for newer hardware by Tai-hwa Liang · 12 years ago
  34. 3ac1780 Input: sentelic - refactor code for upcoming new hardware support by Tai-hwa Liang · 12 years ago
  35. 10ce3cc Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  36. 4a53383 Input: synaptics_usb - switch to module_usb_driver() by Dmitry Torokhov · 13 years ago
  37. 1b92c1c Input: convert I2C drivers to use module_i2c_driver() by Axel Lin · 13 years ago
  38. 05b7b84 Merge branch 'for-next' of github.com:rydberg/linux into next by Dmitry Torokhov · 13 years ago
  39. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 13 years ago
  40. c35c0e7 Input: psmouse - use psmouse_[de]activate() from sentelic and hgpk drivers by Paul Fox · 13 years ago
  41. bd26f3d Input: psmouse - allow drivers to use psmouse_{de,}activate by Andres Salomon · 13 years ago
  42. 99c90ab Input: ALPS - fix touchpad detection when buttons are pressed by Akio Idehara · 13 years ago
  43. 7491f3d bcm5974: Add pointer and buttonpad properties by Chase Douglas · 13 years ago
  44. 8491ee1 Input: add Synaptics USB device driver by Jan Steinhoff · 13 years ago
  45. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  46. 2485a4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  47. 52965cc Input: bcm5974 - set BUTTONPAD property by Jussi Pakkanen · 13 years ago
  48. d3d2580 Input: revert some over-zealous conversions to module_platform_driver() by Dmitry Torokhov · 13 years ago
  49. dbe950f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  50. da73356 Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  51. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  52. ee9dfd7 Input: psmouse - make sure we do not use stale methods by Dmitry Torokhov · 13 years ago
  53. 6ccbcf2 Input: sentelic - fix retrieving number of buttons by Tai-hwa Liang · 13 years ago
  54. d9bae67 Input: sentelic - release mutex upon register write failure by Tai-hwa Liang · 13 years ago
  55. 8521478 Input: synaptics - fix touchpad not working after S2R on Vostro V13 by Dmitry Torokhov · 13 years ago
  56. 4fcdeac Input: mouse - use macro module_platform_driver() by JJ Ding · 13 years ago
  57. 0d2cd91 Merge commit 'v3.2-rc3' into next by Dmitry Torokhov · 13 years ago
  58. 3d95fd6 Input: elantech - add resolution query support for v4 hardware by JJ Ding · 13 years ago
  59. b56b92a Input: elantech - add support for elantech fast command by JJ Ding · 13 years ago
  60. 08642e7 USB: convert drivers/input/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  61. 83551c0 Input: synaptics - update OLPC XO exclusion by Daniel Drake · 13 years ago
  62. 7968a5d Input: synaptics - add support for Relative mode by Daniel Drake · 13 years ago
  63. 76496e7 Input: convert obsolete strict_strtox to kstrtox by JJ Ding · 13 years ago
  64. 3940d61 Input: elantech - adjust hw_version detection logic by JJ Ding · 13 years ago
  65. 01ce661 Input: ALPS - add semi-MT support for v3 protocol by Seth Forshee · 13 years ago
  66. 25bded7 Input: ALPS - add support for protocol versions 3 and 4 by Seth Forshee · 13 years ago
  67. b46615f Input: ALPS - remove assumptions about packet size by Seth Forshee · 13 years ago
  68. fa629ef Input: ALPS - add protocol version field in alps_model_info by Seth Forshee · 13 years ago
  69. d4b347b Input: ALPS - move protocol information to Documentation by Seth Forshee · 13 years ago
  70. 6ad390a Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  71. b5d2170 Input: psmouse - switch to using dev_*() for messages by Dmitry Torokhov · 13 years ago
  72. 26e56eb Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEP by Dmitry Torokhov · 13 years ago
  73. 4af61e9 Input: elantech - remove module parameter force_elantech by JJ Ding · 13 years ago
  74. 84a90b6 Input: elantech - better support all those v2 variants by JJ Ding · 13 years ago
  75. 1c601be Input: bcm5974 - add MacBookAir4,1 trackpad support by Pieter-Augustijn Van Malleghem · 13 years ago
  76. 1dc6ede Input: elantech - add v4 hardware support by JJ Ding · 13 years ago
  77. 28f4961 Input: elantech - add v3 hardware support by JJ Ding · 13 years ago
  78. 3c8bbb9 Input: elantech - clean up elantech_init by JJ Ding · 13 years ago
  79. 7894f21 Input: elantech - packet checking for v2 hardware by JJ Ding · 13 years ago
  80. 8a360d0 Input: elantech - remove ETP_EDGE_FUZZ_V2 by JJ Ding · 13 years ago
  81. 230282a Input: elantech - use firmware provided x, y ranges by JJ Ding · 13 years ago
  82. 461a791 Input: elantech - get rid of ETP_2FT_* in elantech.h by JJ Ding · 13 years ago
  83. 1155961 Input: elantech - correct x, y value range for v2 hardware by JJ Ding · 13 years ago
  84. ec4665c Input: remove IRQF_DISABLED from drivers by Yong Zhang · 13 years ago
  85. 7e66eaf Merge commit 'v3.1-rc4' into next by Dmitry Torokhov · 13 years ago
  86. 6b4b49f Input: synaptics - process finger (<=5) transitions by Daniel Kurtz · 13 years ago
  87. 4dc772d Input: synaptics - process finger (<=3) transitions by Daniel Kurtz · 13 years ago
  88. a6ca40c Input: synaptics - decode AGM packet types by Daniel Kurtz · 13 years ago
  89. 3cdfee9 Input: synaptics - add image sensor support by Daniel Kurtz · 13 years ago
  90. 8561547 Input: synaptics - refactor initialization of abs position axes by Daniel Kurtz · 13 years ago
  91. 7afdb84 Input: synaptics - refactor agm packet parsing by Daniel Kurtz · 13 years ago
  92. 6de58dd Input: synaptics - refactor y inversion by Daniel Kurtz · 13 years ago
  93. c331eb5 Input: bcm5974 - Add support for newer MacBookPro8,2 by Andrew Drake · 13 years ago
  94. db0b34b Input: bcm5974 - add support for touchpads found in MacBookAir4,2 by Joshua V. Dillon · 13 years ago
  95. ab3d0ab Input: psmouse - hgpk.c needs module.h by Randy Dunlap · 13 years ago
  96. 3c6b501 Input: synaptics - fix reporting of min coordinates by Dmitry Torokhov · 13 years ago
  97. fea2021 Input: lifebook - make dmi callback functions return 1 by Axel Lin · 13 years ago
  98. a66413f Input: synaptics - set minimum coordinates as reported by firmware by Dmitry Torokhov · 13 years ago
  99. 28d5fd8 Input: synaptics - process button bits in AGM packets by Daniel Kurtz · 13 years ago
  100. bea9f0f Input: synaptics - rename set_slot to be more descriptive by Daniel Kurtz · 13 years ago