An error occurred fetching the project authors.
  1. 19 May, 2010 1 commit
  2. 10 Mar, 2010 1 commit
  3. 07 Mar, 2010 1 commit
  4. 11 Feb, 2010 1 commit
  5. 04 Feb, 2010 1 commit
    • Ondrej Zary's avatar
      Input: usbtouchscreen - add NEXIO (or iNexio) support · 5197424c
      Ondrej Zary authored
      Add support for NEXIO (or iNexio) USB touchscreens to usbtouchscreen
      driver.  Tested with NEX170MRT 17" LCD monitor with integrated touchscreen
      (with xserver-xorg-input-evtouch 0.8.8-1):
      
      T:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 54 Spd=12  MxCh= 0
      D:  Ver= 1.10 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
      P:  Vendor=1870 ProdID=0001 Rev= 1.00
      S:  Manufacturer=iNexio
      S:  Product=iNexio USB
      C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=500mA
      I:* If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=00 Driver=(none)
      E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
      I:* If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
      E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      
      No datasheet is available, this was written by capturing some data with
      SniffUSB in Windows: http://www.rainbow-software.org/linux_files/nexio/Signed-off-by: default avatarOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      5197424c
  6. 15 Dec, 2009 1 commit
  7. 30 Nov, 2009 1 commit
  8. 23 Nov, 2009 2 commits
  9. 20 Nov, 2009 1 commit
  10. 26 Oct, 2009 1 commit
  11. 18 Sep, 2009 2 commits
  12. 17 Sep, 2009 1 commit
  13. 28 Jul, 2009 1 commit
  14. 21 Jul, 2009 1 commit
  15. 13 Jul, 2009 1 commit
  16. 08 Jul, 2009 1 commit
  17. 11 Jun, 2009 1 commit
    • Wan ZongShun's avatar
      Input: add support for touchscreen on W90P910 ARM platform · 7e3f7375
      Wan ZongShun authored
      The touchscreen works in two modes, wait trigger mode and auto-semi
      mode. The device starts in wait trigger mode and waits until pressure
      is detected, then device sets WT_INT bit and raises an interrupt.
      The driver should put the device into auto-semi mode and prepare for
      reading first X and then Y coordinates. When coordinate data is ready
      the driver sets ADC_INT bit and raises interrupt again.
      
      [dtor@mail.ru: various cleanups]
      Signed-off-by: default avatarWan ZongShun <mcuos.com@gmail.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      7e3f7375
  18. 20 May, 2009 1 commit
  19. 19 Apr, 2009 1 commit
  20. 10 Mar, 2009 2 commits
  21. 08 Mar, 2009 1 commit
  22. 23 Dec, 2008 1 commit
  23. 20 Dec, 2008 1 commit
  24. 24 Nov, 2008 1 commit
  25. 21 Oct, 2008 1 commit
  26. 19 Oct, 2008 1 commit
  27. 20 Aug, 2008 1 commit
  28. 29 Jul, 2008 1 commit
  29. 24 Jul, 2008 1 commit
  30. 07 Jul, 2008 1 commit
  31. 30 Jun, 2008 1 commit
  32. 02 Jun, 2008 1 commit
  33. 16 May, 2008 1 commit
    • Magnus Damm's avatar
      Input: add support for SuperH MigoR touchscreen · 885c316d
      Magnus Damm authored
      This is V2 of the MigoR touch screen driver. The chip we interface to
      is unfortunately a custom designed microcontroller speaking some
      undocumented protocol over i2c.
      
      The board specific code is expected to register this device as an i2c
      chip using struct i2c_board_info [] and i2c_register_board_info().
      
      [dtor@mail.ru: don't enable touchscreen if there are no users]
      Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      885c316d
  34. 02 Apr, 2008 4 commits