Skip to content

Commit e1db64e

Browse files
ProjectSynchromehmetb0
authored andcommitted
Input: xpad - add support for wooting two he (arm)
BugLink: https://bugs.launchpad.net/bugs/2098441 commit 222f339 upstream. Add Wooting Two HE (ARM) to the list of supported devices. Signed-off-by: Jack Greiner <[email protected]> Signed-off-by: Pavel Rojtberg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Noah Wager <[email protected]> Signed-off-by: Koichiro Den <[email protected]>
1 parent 230bda2 commit e1db64e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/joystick/xpad.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ static const struct xpad_device {
349349
{ 0x31e3, 0x1200, "Wooting Two", 0, XTYPE_XBOX360 },
350350
{ 0x31e3, 0x1210, "Wooting Lekker", 0, XTYPE_XBOX360 },
351351
{ 0x31e3, 0x1220, "Wooting Two HE", 0, XTYPE_XBOX360 },
352+
{ 0x31e3, 0x1230, "Wooting Two HE (ARM)", 0, XTYPE_XBOX360 },
352353
{ 0x31e3, 0x1300, "Wooting 60HE (AVR)", 0, XTYPE_XBOX360 },
353354
{ 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
354355
{ 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },

0 commit comments

Comments
 (0)