mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-29 19:20:22 +00:00
Added Arc System Works GG Xrd Limited Edition controller VID PID
This commit is contained in:
parent
a0646f20ba
commit
cc08bb6f99
@ -113,6 +113,7 @@ static inline bool is_sony_ds4(uint8_t dev_addr)
|
||||
|
||||
return ( (vid == 0x054c && (pid == 0x09cc || pid == 0x05c4)) // Sony DualShock4
|
||||
|| (vid == 0x0f0d && pid == 0x005e) // Hori FC4
|
||||
|| (vid == 0x1f4f && pid == 0x1002) // ASW GG xrd controller
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user