aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lantinga <[email protected]>2023-07-07 15:10:59 -0700
committerDmitry Torokhov <[email protected]>2023-07-07 16:53:50 -0700
commit1dfd41115f186bf0c7a9b3f0dd39a0985d828d65 (patch)
tree167df0cc3680c7483f18d89c930a49485e9b176d
parent05e6329443734a2a0aefb845d74375081d6626b6 (diff)
Input: xpad - add GameSir VID for Xbox One controllers
Signed-off-by: Sam Lantinga <[email protected]> Signed-off-by: Vicki Pfau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r--drivers/input/joystick/xpad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index 745047215e42..e0b6edb35b59 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -501,6 +501,7 @@ static const struct usb_device_id xpad_table[] = {
XPAD_XBOX360_VENDOR(0x2f24), /* GameSir controllers */
XPAD_XBOX360_VENDOR(0x31e3), /* Wooting Keyboards */
XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */
+ XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */
{ }
};