diff --git a/ds4drv/backends/hidraw.py b/ds4drv/backends/hidraw.py index b87a67f..20bdf8b 100644 --- a/ds4drv/backends/hidraw.py +++ b/ds4drv/backends/hidraw.py @@ -106,6 +106,7 @@ def set_operational(self): HID_DEVICES = { "Sony Interactive Entertainment Wireless Controller": HidrawUSBDS4Device, "Sony Computer Entertainment Wireless Controller": HidrawUSBDS4Device, + u"Sony Interactive Entertainment DUALSHOCK\xae4 USB Wireless Adaptor": HidrawUSBDS4Device, "Wireless Controller": HidrawBluetoothDS4Device, }