Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: xpad - add the ByoWave Proteus controller

Signed-off-by: Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>
Signed-off-by: Vicki Pfau <vi@endrift.com>
Link: https://lore.kernel.org/r/20250513225411.2718072-3-vi@endrift.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Pierre-Loup A. Griffais and committed by
Dmitry Torokhov
898170cc 036ec442

+2
+2
drivers/input/joystick/xpad.c
··· 416 416 { 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE }, 417 417 { 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 }, 418 418 { 0x3537, 0x1010, "GameSir G7 SE", 0, XTYPE_XBOXONE }, 419 + { 0x366c, 0x0005, "ByoWave Proteus Controller", MAP_SHARE_BUTTON, XTYPE_XBOXONE, FLAG_DELAY_INIT }, 419 420 { 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX }, 420 421 { 0x413d, 0x2104, "Black Shark Green Ghost Gamepad", 0, XTYPE_XBOX360 }, 421 422 { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX }, ··· 572 571 XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */ 573 572 XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */ 574 573 XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */ 574 + XPAD_XBOXONE_VENDOR(0x366c), /* ByoWave controllers */ 575 575 XPAD_XBOX360_VENDOR(0x413d), /* Black Shark Green Ghost Controller */ 576 576 { } 577 577 };