1. 25 8月, 2013 1 次提交
  2. 13 8月, 2013 1 次提交
  3. 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
  4. 09 11月, 2012 2 次提交
  5. 30 10月, 2012 1 次提交
  6. 26 10月, 2012 2 次提交
  7. 05 10月, 2012 2 次提交
  8. 29 6月, 2012 3 次提交
  9. 12 6月, 2012 4 次提交
  10. 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
  11. 02 5月, 2012 5 次提交
  12. 30 4月, 2012 2 次提交
  13. 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
  14. 05 4月, 2012 2 次提交
  15. 30 3月, 2012 1 次提交
  16. 26 3月, 2012 4 次提交
  17. 13 3月, 2012 1 次提交
  18. 31 1月, 2012 1 次提交
  19. 12 12月, 2011 1 次提交
  20. 19 11月, 2011 1 次提交
    • G
      USB: convert drivers/input/* to use module_usb_driver() · 08642e7c
      Greg Kroah-Hartman 提交于
      This converts the drivers in drivers/input/* to use the
      module_usb_driver() macro which makes the code smaller and a bit
      simpler.
      
      Added bonus is that it removes some unneeded kernel log messages about
      drivers loading and/or unloading.
      
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Ville Syrjala <syrjala@sci.fi>
      Cc: Henk Vergonet <Henk.Vergonet@gmail.com>
      Cc: Alessandro Rubini <rubini@ipvvis.unipv.it>
      Cc: Henrik Rydberg <rydberg@euromail.se>
      Cc: "Magnus Hörlin" <magnus@alefors.se>
      Cc: Chris Moeller <kode54@gmail.c>
      Cc: Christoph Fritz <chf.fritz@googlemail.com>
      Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
      Cc: Jesper Juhl <jj@chaosbits.net>
      Cc: Edwin van Vliet <edwin@cheatah.nl>
      Cc: Ping Cheng <pingc@wacom.com>
      Cc: Eduard Hasenleithner <eduard@hasenleithner.at>
      Cc: Alexander Strakh <strakh@ispras.ru>
      Cc: Glenn Sommer <gsommer@datanordisk.dk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      08642e7c
  21. 27 10月, 2011 3 次提交