Added support for the Hyperkin X91
This commit is contained in:
parent
de6397cfff
commit
8243a3e801
4 changed files with 11 additions and 4 deletions
|
@ -557,6 +557,7 @@ HIDAPI_XboxControllerName(Uint16 vendor_id, Uint16 product_id)
|
|||
{ MAKE_VIDPID(0x24c6, 0x5b03), "Thrustmaster Ferrari 458 Racing Wheel" },
|
||||
{ MAKE_VIDPID(0x24c6, 0x5d04), "Razer Sabertooth" },
|
||||
{ MAKE_VIDPID(0x24c6, 0xfafe), "Rock Candy Gamepad for Xbox 360" },
|
||||
{ MAKE_VIDPID(0x2e24, 0x1688), "Hyperkin X91" },
|
||||
};
|
||||
int i;
|
||||
Uint32 vidpid = MAKE_VIDPID(vendor_id, product_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue