All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Input: xpad: updates and refactoring
@ 2015-09-05 20:58 Pavel Rojtberg
  2015-09-05 20:58 ` [PATCH 1/6] Input: xpad: add Covert Forces edition of the Xbox One controller Pavel Rojtberg
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Pavel Rojtberg @ 2015-09-05 20:58 UTC (permalink / raw)
  To: linux-input, pgriffais, dmitry.torokhov, gregkh; +Cc: Pavel Rojtberg

From: Pavel Rojtberg <rojtberg@gmail.com>

This series contains several bug-fixes and updates for the xpad driver.
They are loosely sorted in order of controversy.

Patch 1 just adds a new device id for the Xbox One controller. The original
patch was sent to me via github: https://github.com/paroj/xpad/pull/9

Patches 2-4 are minor refactorings of the code that should make it 
more maintainable.

Patch 5 makes the x360 wireless pads support the x360 wired button interface.
See the commit message for details and a link to the preceding discussion.

Patch 6 fixes issues of the x360 wireless pads after suspend/ resume.

Erik Lundgren (1):
  Input: xpad: add Covert Forces edition of the Xbox One controller

Pavel Rojtberg (5):
  Input: xpad: clarify LED enumeration
  Input: xpad: remove needless bulk out URB used for LED setup
  Input: xpad: factor out URB submission in xpad_play_effect
  Input: xpad: x360w: report dpad as buttons and axes
  Input: xpad: reset usb device on resume

 drivers/input/joystick/xpad.c | 286 +++++++++++++++++++++++++++--------------------------------------
 1 file changed, 119 insertions(+), 167 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-09-13 12:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-05 20:58 [PATCH 0/6] Input: xpad: updates and refactoring Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 1/6] Input: xpad: add Covert Forces edition of the Xbox One controller Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 2/6] Input: xpad: clarify LED enumeration Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 3/6] Input: xpad: remove needless bulk out URB used for LED setup Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 4/6] Input: xpad: factor out URB submission in xpad_play_effect Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 5/6] Input: xpad: x360w: report dpad as buttons and axes Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 6/6] Input: xpad: reset usb device on resume Pavel Rojtberg
2015-09-13 12:04 ` [PATCH 0/6] Input: xpad: updates and refactoring Pavel Rojtberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.