input: add DS4 wireless adapter to DS4 group.

This commit is contained in:
sorgelig
2019-11-26 12:42:07 +08:00
parent 77c177bb97
commit 325d21b88c

View File

@@ -2556,7 +2556,7 @@ int input_test(int getchar)
if (input[n].vid == 0x054c)
{
if (input[n].pid == 0x0268) input[n].quirk = QUIRK_DS3;
else if (input[n].pid == 0x05c4 || input[n].pid == 0x09cc)
else if (input[n].pid == 0x05c4 || input[n].pid == 0x09cc || input[n].pid == 0x0ba0)
{
input[n].quirk = QUIRK_DS4;
if (strcasestr(input[n].name, "Touchpad"))