1. 13 7月, 2009 1 次提交
  2. 08 7月, 2009 1 次提交
  3. 11 6月, 2009 1 次提交
  4. 20 5月, 2009 1 次提交
  5. 19 4月, 2009 1 次提交
  6. 10 3月, 2009 2 次提交
  7. 09 3月, 2009 1 次提交
  8. 23 12月, 2008 1 次提交
  9. 20 12月, 2008 1 次提交
  10. 25 11月, 2008 1 次提交
  11. 21 10月, 2008 1 次提交
  12. 20 10月, 2008 1 次提交
  13. 21 8月, 2008 1 次提交
  14. 29 7月, 2008 1 次提交
  15. 24 7月, 2008 1 次提交
  16. 08 7月, 2008 1 次提交
  17. 30 6月, 2008 1 次提交
  18. 02 6月, 2008 1 次提交
  19. 17 5月, 2008 1 次提交
    • M
      Input: add support for SuperH MigoR touchscreen · 885c316d
      Magnus Damm 提交于
      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: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      885c316d
  20. 02 4月, 2008 5 次提交
  21. 14 1月, 2008 1 次提交
  22. 22 10月, 2007 1 次提交
  23. 13 10月, 2007 1 次提交
  24. 26 9月, 2007 1 次提交
  25. 05 9月, 2007 1 次提交
  26. 18 7月, 2007 1 次提交
  27. 10 7月, 2007 1 次提交
    • O
      Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreens · df561fcd
      Ondrej Zary 提交于
      This patch adds support for IRTOUCHSYSTEMS (or UNITOP) infrared touchscreens.
      
      The touchscreen sends data in 8-byte packets.
      BYTE 0 - unknown meaning, seen only one value: 0x54
      BYTE 1 - unknown meaning, 3 lowest bits indicate touch state
              values seen: 0x81, 0x82 or 0x83
              bit 0 = set if the screen is touched and was not touched before (touch
              bit 1 = set if the screen is touched and was touched (dragging)
              bit 2 = set if the touch was ended (release)
      BYTES 2 and 3 - X position, high-order-byte first, range = 0 to 0x0FFF
      BYTES 4 and 5 - Y position, high-order-byte first, range = 0 to 0x0FFF
      BYTE 6 - unknown meaning, seen only one value: 0xFF
      BYTE 7 - unknown meaning, seen only one value: 0x00
      Signed-off-by: NOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: NDaniel Ritz <daniel.ritz@gmx.ch>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      df561fcd
  28. 23 5月, 2007 1 次提交
  29. 16 5月, 2007 1 次提交
  30. 08 5月, 2007 1 次提交
  31. 18 1月, 2007 1 次提交
  32. 13 12月, 2006 1 次提交
  33. 11 12月, 2006 1 次提交
  34. 17 11月, 2006 1 次提交
  35. 05 8月, 2006 1 次提交