From: Sam Lantinga Date: Fri, 7 Jul 2023 22:10:59 +0000 (-0700) Subject: Input: xpad - add GameSir VID for Xbox One controllers X-Git-Tag: v6.6-rc1~43^2^2~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dfd41115f186bf0c7a9b3f0dd39a0985d828d65;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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 */ { } };