diff options
| author | Christian Arlt <[email protected]> | 2021-09-06 19:41:09 +0200 |
|---|---|---|
| committer | Christian Arlt <[email protected]> | 2021-09-06 19:41:09 +0200 |
| commit | cc08bb6f994f9d5d004d786835809cc1d998205d (patch) | |
| tree | b786eab4c0b7fcab0dbda196535682e88433a68e /examples/host/hid_controller/src/hid_app.c | |
| parent | a0646f20ba515185ec12d9da4ff5954f2db8bef2 (diff) | |
Added Arc System Works GG Xrd Limited Edition controller VID PID
Diffstat (limited to 'examples/host/hid_controller/src/hid_app.c')
| -rw-r--r-- | examples/host/hid_controller/src/hid_app.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/hid_controller/src/hid_app.c b/examples/host/hid_controller/src/hid_app.c index c9bd6a722..d88c74ac4 100644 --- a/examples/host/hid_controller/src/hid_app.c +++ b/examples/host/hid_controller/src/hid_app.c @@ -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 ); } |
