1. 11 3月, 2013 1 次提交
  2. 10 3月, 2013 1 次提交
  3. 24 2月, 2013 1 次提交
  4. 22 2月, 2013 3 次提交
  5. 20 2月, 2013 1 次提交
  6. 17 2月, 2013 2 次提交
  7. 16 2月, 2013 5 次提交
  8. 15 2月, 2013 13 次提交
  9. 14 2月, 2013 4 次提交
  10. 25 1月, 2013 3 次提交
  11. 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
  12. 22 1月, 2013 5 次提交