1. 17 10月, 2014 2 次提交
  2. 09 9月, 2014 2 次提交
  3. 14 8月, 2014 1 次提交
    • T
      Input: xpad - add support for Xbox One controllers · 1a48ff81
      Ted Mielczarek 提交于
      Xbox One controllers require an initialization message to start sending
      data, so xpad_init_output becomes a required function. The Xbox One
      controller does not have LEDs like the Xbox 360 controller, so that
      functionality is not implemented. The format of messages controlling rumble
      is currently undocumented, so rumble support is not yet implemented.
      
      Note that Xbox One controller advertises three interfaces with the same
      interface class, subclass and protocol, so we have to also match against
      interface number.
      Signed-off-by: NTed Mielczarek <ted@mielczarek.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      1a48ff81
  4. 07 1月, 2014 1 次提交
  5. 03 1月, 2014 2 次提交
  6. 26 8月, 2013 1 次提交
  7. 19 6月, 2013 1 次提交
  8. 04 12月, 2012 2 次提交
  9. 13 7月, 2012 1 次提交
  10. 11 7月, 2012 2 次提交
  11. 05 5月, 2012 1 次提交
    • G
      USB: input: xpad.c: fix up dev_* messages · 8818e419
      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: "Magnus Hörlin" <magnus@alefors.se>
      CC: Rusty Russell <rusty@rustcorp.com.au>
      CC: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      8818e419
  12. 02 5月, 2012 2 次提交
  13. 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
  14. 13 1月, 2012 1 次提交
  15. 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
  16. 05 7月, 2011 1 次提交
  17. 22 6月, 2011 1 次提交
  18. 18 11月, 2010 1 次提交
  19. 12 11月, 2010 4 次提交
  20. 10 8月, 2010 1 次提交
  21. 26 7月, 2010 1 次提交
  22. 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
  23. 21 5月, 2010 1 次提交
  24. 25 1月, 2010 1 次提交
  25. 10 1月, 2010 1 次提交
  26. 30 12月, 2009 1 次提交
  27. 30 11月, 2009 1 次提交
  28. 06 10月, 2009 1 次提交
  29. 21 8月, 2009 1 次提交
  30. 13 7月, 2009 1 次提交
  31. 18 10月, 2008 1 次提交