1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-11-16 14:09:51 +00:00

Merge pull request #159 from Areidz/patch-1

Add Venom and Hori Dualshock VID/PIDs
This commit is contained in:
cathery 2020-04-17 22:35:30 +03:00 committed by GitHub
commit f990e20348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ enum VendorIDs : uint16_t
{
VENDOR_MICROSOFT = 0x45e,
VENDOR_SONY = 0x54c,
VENDOR_VENOM = 0x79,
VENDOR_HORI = 0xf0d,
};
enum ProductIDs : uint16_t
@ -29,6 +31,11 @@ enum ProductIDs : uint16_t
PRODUCT_DUALSHOCK3 = 0x268,
PRODUCT_DUALSHOCK4_1X = 0x5c4,
PRODUCT_DUALSHOCK4_2X = 0x9cc,
PRODUCT_VENOM_PS3 = 0x181a,
PRODUCT_VENOM_PS4 = 0x181b,
PRODUCT_HORI_PS4_FS = 0x87,
};
enum ControllerSupport : uint8_t