diff --git a/DS4Windows/DS4Library/DS4Devices.cs b/DS4Windows/DS4Library/DS4Devices.cs index b1fc75c..5e7be1b 100644 --- a/DS4Windows/DS4Library/DS4Devices.cs +++ b/DS4Windows/DS4Library/DS4Devices.cs @@ -31,7 +31,7 @@ namespace DS4Windows { lock (Devices) { - int[] pid = { 0xBA0, 0x5C4 }; + int[] pid = { 0xBA0, 0x5C4, 0x09CC }; IEnumerable hDevices = HidDevices.Enumerate(0x054C, pid); // Sort Bluetooth first in case USB is also connected on the same controller. hDevices = hDevices.OrderBy((HidDevice d) => { return DS4Device.HidConnectionType(d); });