mbox series

[0/3] Input: xpad - Additional controller support

Message ID 20230225012147.276489-1-vi@endrift.com (mailing list archive)
Headers show
Series Input: xpad - Additional controller support | expand

Message

Vicki Pfau Feb. 25, 2023, 1:21 a.m. UTC
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(-)