From 1dfd41115f186bf0c7a9b3f0dd39a0985d828d65 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 7 Jul 2023 15:10:59 -0700 Subject: [PATCH] Input: xpad - add GameSir VID for Xbox One controllers Signed-off-by: Sam Lantinga Signed-off-by: Vicki Pfau Link: https://lore.kernel.org/r/20230607012812.379640-3-vi@endrift.com Signed-off-by: Dmitry Torokhov --- drivers/input/joystick/xpad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index 745047215e425..e0b6edb35b597 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 */ { } }; -- 2.30.2