1. 21 9月, 2013 4 次提交
  2. 25 8月, 2013 1 次提交
  3. 13 8月, 2013 1 次提交
  4. 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
  5. 09 11月, 2012 2 次提交
  6. 30 10月, 2012 1 次提交
  7. 26 10月, 2012 2 次提交
  8. 05 10月, 2012 2 次提交
  9. 29 6月, 2012 3 次提交
  10. 12 6月, 2012 4 次提交
  11. 05 5月, 2012 1 次提交
    • G
      USB: input: wacom_sys.c: fix up dev_* messages · 65e78a20
      Greg Kroah-Hartman 提交于
      Previously I had made the struct device point to the input device, but
      after talking with Dmitry, he said that the USB device would make more
      sense for this driver to point to.  So converted it to use that instead.
      
      CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      CC: Ping Cheng <pingc@wacom.com>
      CC: Chris Bagwell <chris@cnpbagwell.com>
      CC: Eduard Hasenleithner <eduard@hasenleithner.at>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      65e78a20
  12. 02 5月, 2012 5 次提交
  13. 30 4月, 2012 2 次提交
  14. 26 4月, 2012 1 次提交
    • G
      USB: wacom_sys.c: remove err() usage · b3169fec
      Greg Kroah-Hartman 提交于
      err() was a very old USB-specific macro that I thought had
      gone away.  This patch removes it from being used in the
      driver and uses dev_err() instead.
      
      CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      CC: Ping Cheng <pingc@wacom.com>
      CC: Chris Bagwell <chris@cnpbagwell.com>
      CC: Eduard Hasenleithner <eduard@hasenleithner.at>
      CC: Jason Gerecke <killertofu@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b3169fec
  15. 05 4月, 2012 2 次提交
  16. 30 3月, 2012 1 次提交
  17. 26 3月, 2012 4 次提交
  18. 13 3月, 2012 1 次提交
  19. 31 1月, 2012 1 次提交
  20. 12 12月, 2011 1 次提交