Sync Xbox driver VIDs with Linux 5.11

This commit is contained in:
Cameron Gutman 2021-03-20 18:49:34 -05:00
parent a6c69012cc
commit 04efec101e
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public class Xbox360Controller extends AbstractXboxController {
0x0f0d, // Hori
0x1038, // SteelSeries
0x11c9, // Nacon
0x1209, // Ardwiino
0x12ab, // Unknown
0x1430, // RedOctane
0x146b, // BigBen
@ -34,7 +35,9 @@ public class Xbox360Controller extends AbstractXboxController {
0x162e, // Joytech
0x1689, // Razer Onza
0x1bad, // Harmonix
0x20d6, // PowerA
0x24c6, // PowerA
0x2f24, // GameSir
};
public static boolean canClaimDevice(UsbDevice device) {

View File

@ -21,7 +21,9 @@ public class XboxOneController extends AbstractXboxController {
0x0e6f, // Unknown
0x0f0d, // Hori
0x1532, // Razer Wildcat
0x20d6, // PowerA
0x24c6, // PowerA
0x2e24, // Hyperkin
};
private static final byte[] FW2015_INIT = {0x05, 0x20, 0x00, 0x01, 0x00};