linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Input: xpad - Additional controller support
@ 2023-02-25  1:21 Vicki Pfau
  2023-02-25  1:21 ` [PATCH 1/3] Input: xpad - fix support for some third-party controllers Vicki Pfau
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Vicki Pfau @ 2023-02-25  1:21 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires, linux-input; +Cc: Pavel Rojtberg, Vicki Pfau

This series adds support for a handful of third-party controllers in addition
to some minor code cleanup.

The approach to the Xbox 360 controller support added in this series (in the
first patch) is different than an approach used in the separate downstream that
Pavel Rojtberg (CC'd) uses, which is based on a whitelist. Since the first
packet in that downstream approach is sent unconditionally on the Windows
driver, this eschews the whitelist. Please take note that this also replaces
the need for the whitelist for the two controllers mentioned in that downstream
approach, and as such should be considered to conflict with the approach that
patch takes.

Vicki Pfau (3):
  Input: xpad - fix support for some third-party controllers
  Input: xpad - remove unused field in VID/PID table
  Input: xpad - Add VID for Turtle Beach controllers

 drivers/input/joystick/xpad.c | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-03-24  4:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25  1:21 [PATCH 0/3] Input: xpad - Additional controller support Vicki Pfau
2023-02-25  1:21 ` [PATCH 1/3] Input: xpad - fix support for some third-party controllers Vicki Pfau
2023-03-23 21:39   ` Lyude Paul
2023-03-23 22:01     ` Lyude Paul
2023-03-24  1:30   ` Dmitry Torokhov
2023-03-24  4:06     ` Vicki Pfau
2023-02-25  1:21 ` [PATCH 2/3] Input: xpad - remove unused field in VID/PID table Vicki Pfau
2023-03-24  1:33   ` Dmitry Torokhov
2023-02-25  1:21 ` [PATCH 3/3] Input: xpad - Add VID for Turtle Beach controllers Vicki Pfau
2023-03-24  1:33   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).