1. 27 8月, 2011 2 次提交
  2. 16 8月, 2011 1 次提交
  3. 07 7月, 2011 4 次提交
  4. 28 6月, 2011 2 次提交
  5. 22 6月, 2011 2 次提交
  6. 01 4月, 2011 1 次提交
  7. 27 3月, 2011 2 次提交
  8. 13 3月, 2011 4 次提交
  9. 26 1月, 2011 1 次提交
  10. 25 1月, 2011 1 次提交
  11. 23 12月, 2010 1 次提交
  12. 16 12月, 2010 3 次提交
  13. 11 12月, 2010 1 次提交
  14. 08 12月, 2010 1 次提交
  15. 01 12月, 2010 1 次提交
  16. 25 10月, 2010 1 次提交
  17. 11 10月, 2010 1 次提交
  18. 12 9月, 2010 3 次提交
  19. 06 9月, 2010 4 次提交
  20. 29 8月, 2010 1 次提交
    • M
      Input: wacom - fix mousewheel handling for old wacom tablets · d9f66c1a
      Mike Auty 提交于
      This fixes a regression introduced in
      3b57ca0f.
      
      The data[6] byte contains either 1 or -1 depending on the whether the
      mouse wheel on older wacom tablets is moved down (1) or up (-1).  The
      patch introduced in the above commit changed the cast from (signed char)
      to (signed).  When cast as a signed integer and negated, the value of -1
      (stored in the byte as 0xff) became -255 rather than 1.  This patch
      reverts the cast to a (signed char) and also removes an unnecessary
      (signed) cast, as all the values operated on are bitmasked.
      Signed-off-by: NMike Auty <ikelos@gentoo.org>
      Reviewed-by: NPing Cheng <pingc@wacom.com>
      Cc; stable@kernel.org
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      d9f66c1a
  21. 03 8月, 2010 1 次提交
  22. 28 6月, 2010 1 次提交
  23. 23 6月, 2010 1 次提交