1. 02 9月, 2010 1 次提交
  2. 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
  3. 03 8月, 2010 1 次提交
  4. 28 6月, 2010 1 次提交
  5. 23 6月, 2010 1 次提交
  6. 04 6月, 2010 1 次提交
  7. 21 5月, 2010 1 次提交
  8. 21 4月, 2010 7 次提交
  9. 16 4月, 2010 1 次提交
  10. 14 4月, 2010 10 次提交
  11. 05 3月, 2010 1 次提交
  12. 02 3月, 2010 1 次提交
  13. 20 2月, 2010 1 次提交
  14. 19 2月, 2010 2 次提交
  15. 11 2月, 2010 1 次提交
  16. 05 2月, 2010 1 次提交
  17. 11 1月, 2010 1 次提交
  18. 15 12月, 2009 5 次提交
  19. 21 8月, 2009 1 次提交
  20. 29 6月, 2009 1 次提交