1. 25 7月, 2012 1 次提交
  2. 29 6月, 2012 1 次提交
  3. 12 6月, 2012 3 次提交
  4. 02 5月, 2012 2 次提交
  5. 30 4月, 2012 2 次提交
  6. 05 4月, 2012 3 次提交
  7. 26 3月, 2012 3 次提交
  8. 07 3月, 2012 1 次提交
  9. 31 1月, 2012 2 次提交
  10. 12 12月, 2011 2 次提交
  11. 08 11月, 2011 1 次提交
    • C
      Input: wacom - ignore unwanted bamboo packets · 5a6c865d
      Chris Bagwell 提交于
      Bamboo's Pen and Touch packets always start with a value
      of 0x02 in first byte.  In 3rd gen Bamboo's, the hw is now
      periodically sending some additional packets with unrelated data
      and uses a value other than 0x02 to inform driver this.
      
      Ignore those packets now.
      
      This was reported by users as bad behavior in Gimp. The
      invalid packets being processed made the stylus report
      out of proximity for the 1 packet and this triggered some
      secondary bug which caused Gimp to stop drawing until
      user really took pen out of proximity of tablet.
      Signed-off-by: NChris Bagwell <chris@cnpbagwell.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5a6c865d
  12. 27 10月, 2011 2 次提交
  13. 10 10月, 2011 3 次提交
  14. 05 10月, 2011 1 次提交
  15. 13 9月, 2011 1 次提交
    • C
      Input: wacom - fix touch parsing on newer Bamboos · 8f906860
      Chris Bagwell 提交于
      Bamboos with Product ID's > 0xD4 return values unrelated to pressure
      in touch 1 pressure field.  They also report 2nd touch X/Y values
      shifted down 1 byte (where pressure was).  This results in jumpy
      1 finger touch and totally invalid 2nd finger data.
      
      For touch detection, switch to a Touch Present single bit that
      all versions of Bamboo support.
      
      For touch 2 offset, calculate offset based on a bit that is set
      different between the two packet layouts.
      
      Since touch pressure reports were removed from driver, there was
      no need to be reading pressure any more.
      Signed-off-by: NChris Bagwell <chris@cnpbagwell.com>
      Reviewed-by: NPing Cheng <pinglinux@gmail.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      8f906860
  16. 09 9月, 2011 1 次提交
  17. 27 8月, 2011 2 次提交
  18. 16 8月, 2011 1 次提交
  19. 07 7月, 2011 4 次提交
  20. 28 6月, 2011 2 次提交
  21. 22 6月, 2011 2 次提交