Message ID | 20230225012147.276489-4-vi@endrift.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1999a6b12a3b5c8953fc9ec74863ebc75a1b851d |
Headers | show |
Series | Input: xpad - Additional controller support | expand |
On Fri, Feb 24, 2023 at 05:21:48PM -0800, Vicki Pfau wrote: > This adds support for the Turtle Beach REACT-R and Recon Xbox controllers > > Signed-off-by: Vicki Pfau <vi@endrift.com> Applied, thank you.
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index d244ba22b85e..a4f9a21f1355 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -475,6 +475,7 @@ static const struct usb_device_id xpad_table[] = { XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */ XPAD_XBOXONE_VENDOR(0x0f0d), /* Hori Controllers */ XPAD_XBOX360_VENDOR(0x1038), /* SteelSeries Controllers */ + XPAD_XBOXONE_VENDOR(0x10f5), /* Turtle Beach Controllers */ XPAD_XBOX360_VENDOR(0x11c9), /* Nacon GC100XF */ XPAD_XBOX360_VENDOR(0x1209), /* Ardwiino Controllers */ XPAD_XBOX360_VENDOR(0x12ab), /* X-Box 360 dance pads */
This adds support for the Turtle Beach REACT-R and Recon Xbox controllers Signed-off-by: Vicki Pfau <vi@endrift.com> --- drivers/input/joystick/xpad.c | 1 + 1 file changed, 1 insertion(+)