1. 24 Jan, 2013 1 commit
    • Chris Bagwell's avatar
      Input: wacom - fix wacom_set_report retry logic · 9937c026
      Chris Bagwell authored
      Logic sets a value and then reads it back to make sure it worked
      and retries write on failures.  Since read and write share a buffer,
      it needs to be set back up before writing though.
      
      Issue is not seen a lot because 1) it doesn't need to retry for
      a lot of tablets and 2) a lot of failures that need a retry are
      from an -ETIMEDOUT and hopefully buffer is not touched in this case.
      
      At least one user has shown logs with buffer being modified during
      -ETIMEDOUT case with linux 3.7 kernel.
      Signed-off-by: default avatarChris Bagwell <chris@cnpbagwell.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      9937c026
  2. 09 Jan, 2013 1 commit
  3. 06 Jan, 2013 1 commit
  4. 24 Dec, 2012 3 commits
  5. 17 Dec, 2012 2 commits
  6. 10 Dec, 2012 1 commit
  7. 04 Dec, 2012 5 commits
  8. 29 Nov, 2012 8 commits
  9. 28 Nov, 2012 9 commits
  10. 25 Nov, 2012 2 commits
  11. 24 Nov, 2012 7 commits