1. 18 9月, 2009 1 次提交
  2. 28 7月, 2009 1 次提交
  3. 21 7月, 2009 1 次提交
  4. 13 7月, 2009 1 次提交
  5. 08 7月, 2009 1 次提交
  6. 11 6月, 2009 1 次提交
  7. 20 5月, 2009 1 次提交
  8. 19 4月, 2009 1 次提交
  9. 10 3月, 2009 2 次提交
  10. 09 3月, 2009 1 次提交
  11. 23 12月, 2008 1 次提交
  12. 20 12月, 2008 1 次提交
  13. 25 11月, 2008 1 次提交
  14. 21 10月, 2008 1 次提交
  15. 20 10月, 2008 1 次提交
  16. 21 8月, 2008 1 次提交
  17. 29 7月, 2008 1 次提交
  18. 24 7月, 2008 1 次提交
  19. 08 7月, 2008 1 次提交
  20. 30 6月, 2008 1 次提交
  21. 02 6月, 2008 1 次提交
  22. 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
  23. 02 4月, 2008 5 次提交
  24. 14 1月, 2008 1 次提交
  25. 22 10月, 2007 1 次提交
  26. 13 10月, 2007 1 次提交
  27. 26 9月, 2007 1 次提交
  28. 05 9月, 2007 1 次提交
  29. 18 7月, 2007 1 次提交
  30. 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
  31. 23 5月, 2007 1 次提交
  32. 16 5月, 2007 1 次提交
  33. 08 5月, 2007 1 次提交
  34. 18 1月, 2007 1 次提交
  35. 13 12月, 2006 1 次提交