1. 9684917 Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen by Bernhard Bender · 9 years ago
  2. dbea403 Input: usbtouchscreen - add new model from IRTOUCHSYSTEMS by Lars Poeschel · 9 years ago
  3. bf9a9f8 Input: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  4. 754ac45 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  5. 4ef3835 Input: usbtouchscreen - separate report and transmit buffer size handling by Christian Engelmayer · 11 years ago
  6. ae2aa3a Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDs by Forest Bond · 11 years ago
  7. 037a833 Input: usbtouchscreen - initialize eGalax devices by Forest Bond · 12 years ago
  8. 0a5ebc8 USB: input: usbtouchscreen.c: fix up dev_* messages by Greg Kroah-Hartman · 12 years ago
  9. b741ab9 USB: usbtouchscreen.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  10. f864b60 USB: input: usbtouchscreen.c: fix up dev_err() usage by Greg Kroah-Hartman · 12 years ago
  11. e27ad0f USB: usbtouchscreen.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  12. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 12 years ago
  13. aa87512 Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037 by Armando Visconti · 12 years ago
  14. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  15. dbe950f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  16. 08642e7 USB: convert drivers/input/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  17. d2cc817a Input: usbtouchscreen - add ELO IntelliTouch 2700 support by Michael Gebetsroither · 13 years ago
  18. 0991050 Input: usbtouchscreen - add support for LG Flatron T1710B by Glenn Sommer · 14 years ago
  19. a8aef62 Input: usbtouchscreen - implement reset_resume by Oliver Neukum · 14 years ago
  20. 5d9efc5 Input: usbtouchscreen - implement runtime power management by Oliver Neukum · 14 years ago
  21. ed4299e Input: usbtouchscreen - implement basic suspend/resume by Oliver Neukum · 14 years ago
  22. 38771bb Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controller by Petr Štetiar · 14 years ago
  23. 4aa5bbe Input: usbtouchscreen - reduce number fo be16_to_cpu conversions by Dmitry Torokhov · 14 years ago
  24. 7eb1053 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  25. 388bbca Input: usbtouchscreen - support bigger iNexio touchscreens by Ondrej Zary · 14 years ago
  26. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  27. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  28. 641d446 Input: usbtouchscreen - switch to using kmemdup() by Julia Lawall · 14 years ago
  29. 35858ad Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  30. eb083ba Input: usbtouchscreen - extend coordinate range for Generaltouch devices by Roy Yin · 14 years ago
  31. 1e87a43 Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb() by Ondrej Zary · 14 years ago
  32. 5197424 Input: usbtouchscreen - add NEXIO (or iNexio) support by Ondrej Zary · 14 years ago
  33. f4a5e35 Input: usbtouchscreen - find input endpoint automatically by Ondrej Zary · 14 years ago
  34. fea4d14 Input: usbtouchscreen - convert from usb_device to usb_interface by Ondrej Zary · 14 years ago
  35. 9cb3ce5 Input: make USB device ids constant by Márton Németh · 14 years ago
  36. dbe1420 Input: usbtouchscreen - add support for ET&T TC5UH touchscreen controller by Petr Štetiar · 15 years ago
  37. 2330ed1 Input: usbtouchscreen - add support for Zytronic capacitive touchscreen by Daniel Silverstone · 15 years ago
  38. 722232bc Input: usbtouchscreen - remove unneeded usb_kill_urb by Oliver Neukum · 15 years ago
  39. 9e3b258 Input: usbtouchscreen - add support for e2i touchscreen controller by Florian Echtler · 15 years ago
  40. f737069 Input: usbtouchscreen - support for JASTEC/DigiTech DTR-02U USB touch controllers by Jim Persson · 15 years ago
  41. 139ebe8 Input: usbtouchscreen - fix eGalax HID ignoring by Daniel Ritz · 15 years ago
  42. c9cbf3d Input: usbtouchscreen - allow reporting calibrated data by Dan Streetman · 15 years ago
  43. 2ec6f24 Input: usbtouchscreen - fix TSC-10 DM USB controllers without EEPROM by Nuno Lucas · 16 years ago
  44. ec42d44 Input: usbtouchscreen - ignore eGalax screens supporting HID protocol by Daniel Ritz · 16 years ago
  45. ea3e6c5 Input: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. 76d057c Input: usbtouchscreen - don't use DMA on stack by Oliver Neukum · 16 years ago
  47. 62aa366 Input: usbtouchscreen - fix buffer overflow, make more egalax work by Daniel Ritz · 16 years ago
  48. 81f8320 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  49. 14e4020 Input: usbtouchscreen - add support for GoTop tablet devices by Jerrold Jones · 17 years ago
  50. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  51. b981d8b3 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 17 years ago
  52. 9d5657d Input: usbtouchscreen - add support for GeneralTouch devices by Ilya Frolov · 17 years ago
  53. 2a8281d Input: usbtouchscreen - support DMC devices with empty EEPROM by Daniel Ritz · 17 years ago
  54. 7b6dff9 Input: usbtouchscreen - correctly set 'phys' by Vladimir Shebordaev · 17 years ago
  55. a14a840 Input: usbtouchscreen - add support for IdealTEK URTC1000 by Ondrej Zary · 17 years ago
  56. df561fc Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreens by Ondrej Zary · 17 years ago
  57. c6f8d70 Input: usbtouchscreen - fix fallout caused by move from drivers/usb by Ondrej Zary · 17 years ago
  58. d05e84e Input: move USB touchscreens under drivers/input/touchscreen by Dmitry Torokhov · 17 years ago[Renamed from drivers/usb/input/usbtouchscreen.c]
  59. e37a97d Input: drivers/usb/input - usb_buffer_free() cleanup by Dmitry Torokhov · 17 years ago
  60. c0f82d5 Input: USB devices - switch to using input_dev->dev.parent by Dmitry Torokhov · 17 years ago
  61. 7791bda Input: drivers/usb/input - don't access dev->private directly by Dmitry Torokhov · 17 years ago
  62. c9d8c2b usbtouchscreen: make ITM screens report BTN_TOUCH as zero when not touched by Daniel Ritz · 17 years ago
  63. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  64. 24ced06 usbtouchscreen: add support for DMC TSC-10/25 devices by Holger Schurig · 18 years ago
  65. d8fa59a usbtouchscreen: use endpoint address from endpoint descriptor by Daniel Ritz · 18 years ago
  66. 5dfb5f1 usbtouchscreen: fix data reading for ITM touchscreens by Daniel Ritz · 18 years ago
  67. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  68. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  69. 38e2bfc USB: Dealias -110 code (more complete) by Pete Zaitcev · 18 years ago
  70. 5d89266 usbtouchscreen: version 0.4 by Daniel Ritz · 18 years ago
  71. 09494d5 usbtouchscreen: fix ITM data reading by Kai Lindhom · 18 years ago
  72. ae0dadc [PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h> by David Brownell · 18 years ago
  73. 1d3e202 [PATCH] USB: usbtouchscreen: unified USB touchscreen driver by Daniel Ritz · 18 years ago