1. Mar 11, 2013
  2. Mar 10, 2013
  3. Feb 24, 2013
  4. Feb 22, 2013
  5. Feb 20, 2013
  6. Feb 17, 2013
  7. Feb 16, 2013
  8. Feb 15, 2013
  9. Feb 14, 2013
  10. Jan 25, 2013
  11. Jan 24, 2013
    • 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
  12. Jan 22, 2013