mirror of https://github.com/encounter/SDL.git
Added PowerA and Qanba vendors for Android USB device support
This commit is contained in:
parent
e24b971a34
commit
27d8cbf026
|
@ -248,7 +248,9 @@ public class HIDDeviceManager {
|
||||||
0x1689, // Razer Onza
|
0x1689, // Razer Onza
|
||||||
0x1949, // Lab126, Inc.
|
0x1949, // Lab126, Inc.
|
||||||
0x1bad, // Harmonix
|
0x1bad, // Harmonix
|
||||||
|
0x20d6, // PowerA
|
||||||
0x24c6, // PowerA
|
0x24c6, // PowerA
|
||||||
|
0x2c22, // Qanba
|
||||||
};
|
};
|
||||||
|
|
||||||
if (usbInterface.getInterfaceClass() == UsbConstants.USB_CLASS_VENDOR_SPEC &&
|
if (usbInterface.getInterfaceClass() == UsbConstants.USB_CLASS_VENDOR_SPEC &&
|
||||||
|
@ -274,6 +276,7 @@ public class HIDDeviceManager {
|
||||||
0x0e6f, // PDP
|
0x0e6f, // PDP
|
||||||
0x0f0d, // Hori
|
0x0f0d, // Hori
|
||||||
0x1532, // Razer Wildcat
|
0x1532, // Razer Wildcat
|
||||||
|
0x20d6, // PowerA
|
||||||
0x24c6, // PowerA
|
0x24c6, // PowerA
|
||||||
0x2e24, // Hyperkin
|
0x2e24, // Hyperkin
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue