1. 01 7月, 2013 1 次提交
  2. 28 11月, 2012 1 次提交
  3. 06 11月, 2012 1 次提交
  4. 25 7月, 2012 1 次提交
  5. 18 7月, 2012 1 次提交
  6. 30 4月, 2012 1 次提交
  7. 05 4月, 2012 1 次提交
  8. 18 3月, 2012 1 次提交
  9. 05 3月, 2012 1 次提交
  10. 31 1月, 2012 1 次提交
  11. 31 12月, 2011 1 次提交
  12. 28 12月, 2011 1 次提交
    • H
      Input: add driver for AUO In-Cell touchscreens using pixcir ICs · 5245db49
      Heiko Stübner 提交于
      Some displays from AUO have a so called in-cell touchscreen, meaning it
      is built directly into the display unit.
      
      Touchdata is gathered through PIXCIR Tango-ICs and processed in an
      Atmel ATmega168P with custom firmware. Communication between the host
      system and ATmega is done via I2C.
      
      Devices using this touch solution include the Dell Streak5 and the family
      of Qisda ebook readers.
      
      The driver reports single- and multi-touch events including touch area
      values.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5245db49
  13. 16 11月, 2011 1 次提交
  14. 29 9月, 2011 1 次提交
  15. 12 4月, 2011 1 次提交
  16. 17 3月, 2011 1 次提交
  17. 21 2月, 2011 1 次提交
  18. 31 1月, 2011 1 次提交
  19. 16 12月, 2010 1 次提交
  20. 13 10月, 2010 1 次提交
  21. 24 9月, 2010 1 次提交
  22. 02 9月, 2010 1 次提交
  23. 29 8月, 2010 1 次提交
  24. 12 8月, 2010 1 次提交
  25. 31 7月, 2010 1 次提交
  26. 15 7月, 2010 1 次提交
  27. 04 7月, 2010 1 次提交
  28. 28 5月, 2010 1 次提交
  29. 11 5月, 2010 1 次提交
    • E
      input: remove now deprecated corgi_ts.c touchscreen driver · 5700929d
      Eric Miao 提交于
      The corgi touchscreen is now deprecated in favour of the generic ads7846.c
      driver. The noise reduction technique used in corgi_ts.c, which is to wait
      till vsync before ADC sampling, is also integrated into ads7846 driver now.
      Provided that the original driver is not generic and is difficult to maintain,
      it will be removed now.
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      5700929d
  30. 14 4月, 2010 2 次提交
  31. 08 3月, 2010 1 次提交
  32. 16 12月, 2009 1 次提交
  33. 24 11月, 2009 1 次提交
    • A
      Input: add S3C24XX touchscreen driver · f5f96b93
      Arnaud Patard 提交于
      S3C24XX touchscreen driver, originally written by Arnaud Patard and
      other contributors. The driver has had substantial testing as well as
      a number of tidying up passes done by Ben Dooks, as noted:
      
      - added kernel-doc comments to most of the routines
      - removed old code from pre adc framework days
      - updated device probe code to use platform id list matching
      - cleaned up debug, since printk() now has timestamp feature
      - ensure code uses dev_() reporting macros where necessary
      - remove ABS_PRESSURE reporting, tslib can be fixed
      - ensure timer is removed on driver exit
      - move to using dev_pmops for power management
      Signed-off-by: NArnaud Patard <arnaud.patard@rtp-net.org>
      Signed-off-by: NBen Dooks <ben@simtec.co.uk>
      Signed-off-by: NSimtec Linux Team <linux@simtec.co.uk>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      f5f96b93
  34. 27 10月, 2009 1 次提交
  35. 18 9月, 2009 1 次提交
  36. 17 9月, 2009 1 次提交
  37. 11 6月, 2009 1 次提交
  38. 20 5月, 2009 1 次提交
  39. 19 4月, 2009 1 次提交