Skip to content

Commit 898170c

Browse files
Plagmandtor
authored andcommitted
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>
1 parent 036ec44 commit 898170c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/input/joystick/xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ static const struct xpad_device {
416416
{ 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
417417
{ 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
418418
{ 0x3537, 0x1010, "GameSir G7 SE", 0, XTYPE_XBOXONE },
419+
{ 0x366c, 0x0005, "ByoWave Proteus Controller", MAP_SHARE_BUTTON, XTYPE_XBOXONE, FLAG_DELAY_INIT },
419420
{ 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
420421
{ 0x413d, 0x2104, "Black Shark Green Ghost Gamepad", 0, XTYPE_XBOX360 },
421422
{ 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
@@ -571,6 +572,7 @@ static const struct usb_device_id xpad_table[] = {
571572
XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */
572573
XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */
573574
XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */
575+
XPAD_XBOXONE_VENDOR(0x366c), /* ByoWave controllers */
574576
XPAD_XBOX360_VENDOR(0x413d), /* Black Shark Green Ghost Controller */
575577
{ }
576578
};

0 commit comments

Comments
 (0)