1. 05 1月, 2016 4 次提交
  2. 17 12月, 2015 2 次提交
  3. 19 10月, 2015 1 次提交
  4. 11 10月, 2015 9 次提交
  5. 23 6月, 2015 2 次提交
  6. 15 4月, 2015 1 次提交
  7. 04 12月, 2014 1 次提交
  8. 25 11月, 2014 1 次提交
  9. 17 10月, 2014 2 次提交
  10. 09 9月, 2014 2 次提交
  11. 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
  12. 07 1月, 2014 1 次提交
  13. 03 1月, 2014 2 次提交
  14. 26 8月, 2013 1 次提交
  15. 19 6月, 2013 1 次提交
  16. 04 12月, 2012 2 次提交
  17. 13 7月, 2012 1 次提交
  18. 11 7月, 2012 2 次提交
  19. 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
  20. 02 5月, 2012 2 次提交
  21. 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