Skip to content

Commit a65cd7e

Browse files
mberndt123dtor
authored andcommitted
Input: xpad - add PXN V900 support
Add VID and PID to the xpad_device table to allow driver to use the PXN V900 steering wheel, which is XTYPE_XBOX360 compatible in xinput mode. Signed-off-by: Matthias Berndt <[email protected]> Link: https://lore.kernel.org/r/4932699.31r3eYUQgx@fedora Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 5030b2f commit a65cd7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/joystick/xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ static const struct xpad_device {
273273
{ 0x1038, 0x1430, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
274274
{ 0x1038, 0x1431, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
275275
{ 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 },
276+
{ 0x11ff, 0x0511, "PXN V900", 0, XTYPE_XBOX360 },
276277
{ 0x1209, 0x2882, "Ardwiino Controller", 0, XTYPE_XBOX360 },
277278
{ 0x12ab, 0x0004, "Honey Bee Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
278279
{ 0x12ab, 0x0301, "PDP AFTERGLOW AX.1", 0, XTYPE_XBOX360 },
@@ -479,6 +480,7 @@ static const struct usb_device_id xpad_table[] = {
479480
XPAD_XBOX360_VENDOR(0x1038), /* SteelSeries controllers */
480481
XPAD_XBOXONE_VENDOR(0x10f5), /* Turtle Beach Controllers */
481482
XPAD_XBOX360_VENDOR(0x11c9), /* Nacon GC100XF */
483+
XPAD_XBOX360_VENDOR(0x11ff), /* PXN V900 */
482484
XPAD_XBOX360_VENDOR(0x1209), /* Ardwiino Controllers */
483485
XPAD_XBOX360_VENDOR(0x12ab), /* Xbox 360 dance pads */
484486
XPAD_XBOX360_VENDOR(0x1430), /* RedOctane Xbox 360 controllers */

0 commit comments

Comments
 (0)