projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e6329
)
Input: xpad - add GameSir VID for Xbox One controllers
author
Sam Lantinga
<slouken@libsdl.org>
Fri, 7 Jul 2023 22:10:59 +0000
(15:10 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 7 Jul 2023 23:53:50 +0000
(16:53 -0700)
Signed-off-by: Sam Lantinga <slouken@libsdl.org>
Signed-off-by: Vicki Pfau <vi@endrift.com>
Link:
https://lore.kernel.org/r/20230607012812.379640-3-vi@endrift.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/xpad.c
patch
|
blob
|
history
diff --git
a/drivers/input/joystick/xpad.c
b/drivers/input/joystick/xpad.c
index 745047215e425a5454b07c74756c9478a69fc3d7..e0b6edb35b597f6963a6cff5a7911df1b15d5ca3 100644
(file)
--- 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 */
{ }
};