All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Input: xpad - improve support for new Xbox One S pad
@ 2016-08-06 21:30 Cameron Gutman
  2016-08-06 21:30 ` [PATCH 1/3] Input: xpad - add product ID for " Cameron Gutman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cameron Gutman @ 2016-08-06 21:30 UTC (permalink / raw)
  To: dmitry.torokhov, rojtberg; +Cc: linux-input

This pad generally works well enough on the current xpad, but there are
a few usability issues that I'm fixing with this series.

The notable changes:

The protocol seems to have changed a bit with the new pad. For one, it
needs an ack for the mode report now, otherwise it just retransmits it
forever. This makes the mode button look stuck down to userspace after
the first time it is pressed.

It also seems to overflow some internal buffer, hang, then eventually
reset the pad if there is user input without the driver listening.
This causes a spurious disconnection that may cause userspace programs
to behave unexpectedly.

Cameron Gutman (3):
  Input: xpad - add product ID for Xbox One S pad
  Input: xpad - fix One S pad disconnecting when not opened
  Input: xpad - fix stuck mode button on Xbox One S pad

 drivers/input/joystick/xpad.c | 52 ++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 49 insertions(+), 3 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-08-06 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-06 21:30 [PATCH 0/3] Input: xpad - improve support for new Xbox One S pad Cameron Gutman
2016-08-06 21:30 ` [PATCH 1/3] Input: xpad - add product ID for " Cameron Gutman
2016-08-06 21:30 ` [PATCH 2/3] Input: xpad - fix One S pad disconnecting when not opened Cameron Gutman
2016-08-06 21:30 ` [PATCH 3/3] Input: xpad - fix stuck mode button on Xbox One S pad Cameron Gutman

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.