1. 24 1月, 2013 1 次提交
    • C
      Input: wacom - fix wacom_set_report retry logic · 9937c026
      Chris Bagwell 提交于
      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: NChris Bagwell <chris@cnpbagwell.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      9937c026
  2. 10 1月, 2013 1 次提交
  3. 06 1月, 2013 1 次提交
  4. 25 12月, 2012 3 次提交
  5. 17 12月, 2012 2 次提交
  6. 11 12月, 2012 1 次提交
  7. 04 12月, 2012 5 次提交
  8. 30 11月, 2012 8 次提交
  9. 28 11月, 2012 9 次提交
  10. 25 11月, 2012 2 次提交
  11. 24 11月, 2012 7 次提交