+5
drivers/input/joystick/xpad.c
+5
drivers/input/joystick/xpad.c
···
133
133
} xpad_device[] = {
134
134
/* Please keep this list sorted by vendor and product ID. */
135
135
{ 0x0079, 0x18d4, "GPD Win 2 X-Box Controller", 0, XTYPE_XBOX360 },
136
+
{ 0x0351, 0x1000, "CRKD LP Blueberry Burst Pro Edition (Xbox)", 0, XTYPE_XBOX360 },
137
+
{ 0x0351, 0x2000, "CRKD LP Black Tribal Edition (Xbox) ", 0, XTYPE_XBOX360 },
136
138
{ 0x03eb, 0xff01, "Wooting One (Legacy)", 0, XTYPE_XBOX360 },
137
139
{ 0x03eb, 0xff02, "Wooting Two (Legacy)", 0, XTYPE_XBOX360 },
138
140
{ 0x03f0, 0x038D, "HyperX Clutch", 0, XTYPE_XBOX360 }, /* wired */
···
422
420
{ 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
423
421
{ 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
424
422
{ 0x3537, 0x1010, "GameSir G7 SE", 0, XTYPE_XBOXONE },
423
+
{ 0x3651, 0x1000, "CRKD SG", 0, XTYPE_XBOX360 },
425
424
{ 0x366c, 0x0005, "ByoWave Proteus Controller", MAP_SHARE_BUTTON, XTYPE_XBOXONE, FLAG_DELAY_INIT },
426
425
{ 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
427
426
{ 0x37d7, 0x2501, "Flydigi Apex 5", 0, XTYPE_XBOX360 },
···
521
518
*/
522
519
{ USB_INTERFACE_INFO('X', 'B', 0) }, /* Xbox USB-IF not-approved class */
523
520
XPAD_XBOX360_VENDOR(0x0079), /* GPD Win 2 controller */
521
+
XPAD_XBOX360_VENDOR(0x0351), /* CRKD Controllers */
524
522
XPAD_XBOX360_VENDOR(0x03eb), /* Wooting Keyboards (Legacy) */
525
523
XPAD_XBOX360_VENDOR(0x03f0), /* HP HyperX Xbox 360 controllers */
526
524
XPAD_XBOXONE_VENDOR(0x03f0), /* HP HyperX Xbox One controllers */
···
582
578
XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */
583
579
XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */
584
580
XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */
581
+
XPAD_XBOX360_VENDOR(0x3651), /* CRKD Controllers */
585
582
XPAD_XBOXONE_VENDOR(0x366c), /* ByoWave controllers */
586
583
XPAD_XBOX360_VENDOR(0x37d7), /* Flydigi Controllers */
587
584
XPAD_XBOX360_VENDOR(0x413d), /* Black Shark Green Ghost Controller */