1. 26 4月, 2012 1 次提交
    • G
      USB: xpad.c: remove err() usage · 9cb757bf
      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: "Magnus Hörlin" <magnus@alefors.se>
      CC: Rusty Russell <rusty@rustcorp.com.au>
      CC: Mauro Carvalho Chehab <mchehab@redhat.com>
      CC: Chris Moeller <kode54@gmail.c>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9cb757bf
  2. 13 1月, 2012 1 次提交
  3. 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
  4. 05 7月, 2011 1 次提交
  5. 22 6月, 2011 1 次提交
  6. 18 11月, 2010 1 次提交
  7. 12 11月, 2010 4 次提交
  8. 10 8月, 2010 1 次提交
  9. 26 7月, 2010 1 次提交
  10. 14 7月, 2010 1 次提交
    • C
      Input: xpad - remove mouse buttons and axes for dance pads · 7beae702
      Christoph Fritz 提交于
      Dance pads don't have any axes/sticks, only buttons for directions. For
      example buttons like left+right will get triggered at once, an axis
      can't handle this anyway.  So this patch adds a module parameter named
      "sticks_to_null" for unknown devices. A known dance pad makes use of
      it by changing to a new mapping-option named DANCEPAD_MAP_CONFIG. Other
      tested devices may follow by adding this mapping-option too.
      
      Some buttons of xpad-devices are addressing mouse-buttons instead of
      gamepad-buttons. This gets fixed too.
      Signed-off-by: NChristoph Fritz <chf.fritz@googlemail.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      7beae702
  11. 21 5月, 2010 1 次提交
  12. 25 1月, 2010 1 次提交
  13. 10 1月, 2010 1 次提交
  14. 30 12月, 2009 1 次提交
  15. 30 11月, 2009 1 次提交
  16. 06 10月, 2009 1 次提交
  17. 21 8月, 2009 1 次提交
  18. 13 7月, 2009 1 次提交
  19. 18 10月, 2008 1 次提交
  20. 17 10月, 2008 1 次提交
  21. 31 7月, 2008 1 次提交
  22. 17 5月, 2008 1 次提交
  23. 27 4月, 2008 1 次提交
  24. 25 4月, 2008 1 次提交
  25. 15 4月, 2008 1 次提交
  26. 04 4月, 2008 9 次提交
  27. 21 1月, 2008 1 次提交
  28. 28 10月, 2007 1 次提交
  29. 20 10月, 2007 1 次提交