1. 05 10月, 2012 1 次提交
  2. 29 6月, 2012 3 次提交
  3. 12 6月, 2012 4 次提交
  4. 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
  5. 02 5月, 2012 5 次提交
  6. 30 4月, 2012 2 次提交
  7. 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
  8. 05 4月, 2012 2 次提交
  9. 30 3月, 2012 1 次提交
  10. 26 3月, 2012 4 次提交
  11. 13 3月, 2012 1 次提交
  12. 31 1月, 2012 1 次提交
  13. 12 12月, 2011 1 次提交
  14. 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
  15. 27 10月, 2011 4 次提交
  16. 05 10月, 2011 3 次提交
  17. 08 9月, 2011 1 次提交
  18. 27 8月, 2011 1 次提交
  19. 16 8月, 2011 2 次提交
  20. 13 3月, 2011 1 次提交