1. 30 12月, 2009 2 次提交
  2. 25 12月, 2009 1 次提交
  3. 16 12月, 2009 1 次提交
  4. 12 12月, 2009 1 次提交
  5. 05 12月, 2009 1 次提交
  6. 04 12月, 2009 1 次提交
  7. 20 11月, 2009 5 次提交
  8. 17 11月, 2009 2 次提交
  9. 13 11月, 2009 1 次提交
  10. 03 11月, 2009 1 次提交
  11. 18 10月, 2009 1 次提交
  12. 14 10月, 2009 1 次提交
  13. 13 10月, 2009 1 次提交
  14. 18 9月, 2009 2 次提交
  15. 14 9月, 2009 1 次提交
  16. 11 9月, 2009 1 次提交
  17. 20 8月, 2009 2 次提交
  18. 10 8月, 2009 1 次提交
  19. 05 8月, 2009 2 次提交
  20. 08 7月, 2009 1 次提交
  21. 20 6月, 2009 2 次提交
  22. 11 6月, 2009 1 次提交
  23. 03 6月, 2009 1 次提交
    • J
      Input: appletouch - improve finger detection · 05e882f8
      Jeremy Huddleston 提交于
      The appletouch driver is prone to reporting multiple fingers when only
      one is pressing.  The appletouch driver queries an array of pressure
      sensors and counts local maxima in pressure to determine the number of
      fingers.  It just does this on the raw values, so a data stream like:
      
      0 100 250 300 299 300 250 100 0
      
      actually registers as 2 fingers.
      
      This patch updates the logic to ignore small dips in pressure that are
      less than the threshold.
      Signed-off-by: NJeremy Huddleston <jeremyhu@freedesktop.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      05e882f8
  24. 16 5月, 2009 1 次提交
  25. 09 5月, 2009 2 次提交
  26. 29 4月, 2009 4 次提交