input: Add dualsense edge PID

This commit is contained in:
Megamouse 2023-06-12 00:10:52 +02:00
parent 635fed0427
commit 2409a0d04e
2 changed files with 11 additions and 10 deletions

View file

@ -4,9 +4,9 @@
LOG_CHANNEL(ds4_log, "DS4");
constexpr id_pair SONY_DS4_ID_0 = {0x054C, 0xBA0};
constexpr id_pair SONY_DS4_ID_1 = {0x054C, 0x5C4};
constexpr id_pair SONY_DS4_ID_2 = {0x054C, 0x09CC};
constexpr id_pair SONY_DS4_ID_0 = {0x054C, 0x0BA0}; // Dongle
constexpr id_pair SONY_DS4_ID_1 = {0x054C, 0x05C4}; // CUH-ZCT1x
constexpr id_pair SONY_DS4_ID_2 = {0x054C, 0x09CC}; // CUH-ZCT2x
constexpr id_pair ZEROPLUS_ID_0 = {0x0C12, 0x0E20};