1. b4adbbe Input: MT - Add flags to input_mt_init_slots() by Henrik Rydberg · 12 years ago
  2. c0394506 Input: synaptics - handle out of bounds values from the hardware by Seth Forshee · 12 years ago
  3. c6bd9d4 Input: synaptics - print firmware ID and board number at init by Daniel Kurtz · 12 years ago
  4. e644dae Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  5. 1a49a0a Input: synaptics - fix compile warning by JJ Ding · 12 years ago
  6. 899c612 Input: synaptics - fix regression with "image sensor" trackpads by Benjamin Herrenschmidt · 12 years ago
  7. da73356 Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  8. 8521478 Input: synaptics - fix touchpad not working after S2R on Vostro V13 by Dmitry Torokhov · 13 years ago
  9. 83551c0 Input: synaptics - update OLPC XO exclusion by Daniel Drake · 13 years ago
  10. 7968a5d Input: synaptics - add support for Relative mode by Daniel Drake · 13 years ago
  11. b5d2170 Input: psmouse - switch to using dev_*() for messages by Dmitry Torokhov · 13 years ago
  12. 6b4b49f Input: synaptics - process finger (<=5) transitions by Daniel Kurtz · 13 years ago
  13. 4dc772d Input: synaptics - process finger (<=3) transitions by Daniel Kurtz · 13 years ago
  14. a6ca40c Input: synaptics - decode AGM packet types by Daniel Kurtz · 13 years ago
  15. 3cdfee9 Input: synaptics - add image sensor support by Daniel Kurtz · 13 years ago
  16. 8561547 Input: synaptics - refactor initialization of abs position axes by Daniel Kurtz · 13 years ago
  17. 7afdb84 Input: synaptics - refactor agm packet parsing by Daniel Kurtz · 13 years ago
  18. 6de58dd Input: synaptics - refactor y inversion by Daniel Kurtz · 13 years ago
  19. a66413f Input: synaptics - set minimum coordinates as reported by firmware by Dmitry Torokhov · 13 years ago
  20. 28d5fd8 Input: synaptics - process button bits in AGM packets by Daniel Kurtz · 13 years ago
  21. bea9f0f Input: synaptics - rename set_slot to be more descriptive by Daniel Kurtz · 13 years ago
  22. a9f0b79 Input: synaptics - fuzz position for touchpad with reduced filtering by Daniel Kurtz · 13 years ago
  23. 8be3c65 Input: synaptics - set resolution for MT_POSITION_X/Y axes by Daniel Kurtz · 13 years ago
  24. 7087486 Input: synaptics - fix crash in synaptics_module_init() by Jan Beulich · 13 years ago
  25. c63fe0a Input: synaptics - retry failed resets when reconnecting by Alexandre Peixoto Ferreira · 13 years ago
  26. baddf58 Input: synaptics - fix reconnect logic on MT devices by Alexandre Peixoto Ferreira · 13 years ago
  27. 5c461b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into next by Dmitry Torokhov · 14 years ago
  28. ef8313b Input: psmouse - disable the synaptics extension on OLPC machines by Andres Salomon · 14 years ago
  29. 7ee9916 Input: psmouse - fix up Synaptics comment by Andres Salomon · 14 years ago
  30. 4f56ce9 Input: synaptics - ignore bogus mt packet by Henrik Rydberg · 14 years ago
  31. fec6e52 Input: synaptics - add multi-finger and semi-mt support by Henrik Rydberg · 14 years ago
  32. c14890a Input: synaptics - report clickpad property by Henrik Rydberg · 14 years ago
  33. a8b3c0f Input: synaptics - simplify pass-through port handling by Dmitry Torokhov · 14 years ago
  34. 6792cbb Input: return -ENOMEM in select drivers when memory allocation fails by Davidlohr Bueso · 14 years ago
  35. 5fc0d36 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  36. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  37. d01d075 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  38. 3619b8f Input: synaptics - relax capability ID checks on newer hardware by Dmitry Torokhov · 14 years ago
  39. 58fb021 Input: synaptics - set min/max for finger width by Chris Bagwell · 14 years ago
  40. 2a8e771 Input: synaptics - only report width on hardware that supports it by Chris Bagwell · 14 years ago
  41. bbddd19 Input: synaptics - fix wrong dimensions check by Takashi Iwai · 14 years ago
  42. a62f0d2 Input: psmouse - small formatting changes to better follow coding style by Dmitry Torokhov · 14 years ago
  43. 83ba9ea Input: synaptics - set dimensions as reported by firmware by Dmitry Torokhov · 14 years ago
  44. 1d7aec3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  45. 5f57d67 Input: Add support of Synaptics Clickpad device by Takashi Iwai · 14 years ago
  46. 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
  47. e4e6efd Input: psmouse - fix Synaptics detection when protocol is disabled by Daniel Drake · 14 years ago
  48. 9961e25 Input: psmouse - remove identification strings from DMI tables by Dmitry Torokhov · 15 years ago
  49. 7705d54 Input: psmouse - do not carry DMI data around by Dmitry Torokhov · 15 years ago
  50. 5f5eeff Input: synaptics - add another Protege M300 to rate blacklist by Dmitry Torokhov · 15 years ago
  51. b7802c5 Input: psmouse - use boolean type by Dmitry Torokhov · 15 years ago
  52. ec20a02 Input: synaptics - add support for reporting x/y resolution by Tero Saarni · 15 years ago
  53. 4d36845 Input: synaptics - ensure we reset the device on resume by Andy Whitcroft · 15 years ago
  54. e42b664 Input: synaptics - report multi-taps only if supported by the device by Peter Hutterer · 16 years ago
  55. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  56. 4bdd488 Input: synaptics - don't complain about failed resets by Dmitry Torokhov · 17 years ago
  57. 887cc12 Input: synaptics - export model bits by Dmitry Torokhov · 17 years ago
  58. 55e3d92 Input: psmouse - allow disabing certain protocol extensions by Andres Salomon · 17 years ago
  59. a1cec06 Input: psmouse - properly reset mouse on shutdown/suspend by Dmitry Torokhov · 17 years ago
  60. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  61. e38de67 Input: constify psmouse driver by Helge Deller · 18 years ago
  62. 53a2670 Input: synaptics - limit rate to 40pps on Toshiba Protege M300 by Richard Thrippleton · 18 years ago
  63. b39787a Input: use kzalloc() throughout the code by Eric Sesterhenn · 18 years ago
  64. f0d5c6f4 Input: psmouse - attempt to re-synchronize mouse every 5 seconds by Dmitry Torokhov · 18 years ago
  65. 2e5b636 [PATCH] drivers/input/mouse: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  66. 33fdfa9 Input: synaptics - fix setting packet size on passthrough port. by Sergey Vlasov · 19 years ago
  67. 9ba5eaa Input: synaptics - limit rate to 40pps on Toshiba Dynabooks by Simon Horman · 19 years ago
  68. 409b750 Input: synaptics - reduce verboseness of synaptics driver - there by Dmitry Torokhov · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago