#Dualsense shows as PS4 Controller

5 messages · Page 1 of 1 (latest)

bitter stump
#

When I use my dualsense, through Bluetooth, on my windows 11 laptop, if I open steam it detects it as a dualsense properly

When I open shadow and connect my dualsense, the shadow overlay shows it as a PS5 dualsense controller, but when I open steam on the shadow pc, it shows "PS4 controller detected" instead of dualsense, and as a result games that support dualsense instead show Xbox controls since it's just steam emulating an Xbox controller from a PS4 controller

raven wagon
#

Unfortunately, this is how Shadow detects your controller.

What you can do, is to use Shadow USB to USB Forward your DualSense and it will be properly recognised as it is.

Make sure that you have less than 30ms.

jaunty spire
# raven wagon Unfortunately, this is how Shadow detects your controller. What you can do, is ...

stop misleading people, I already mentioned the issue multiple times

Shadow PC pass into system invalid PID/VID (0x054c, 0x05c4) "PS4 DualShock Wireless Controller" via Bluetooth instead of real PID/VID (0x054c, 0x0ce6) related to "PS5 DualSense Wireless Controller".
MacOS shows PID/VID via bluetooth and USB the same PID/VID, but Shadow PC pass the correct PID/VID only via USB somehow.

jaunty spire
#

Here dump on DualSense connected via Bluetooth

ioreg -l -r -c IOHIDDevice | grep -E "VendorID|ProductID|Product|Transport" | grep DualSense -A3

  |   "Product" = "DualSense Wireless Controller"
  |   "VendorIDSource" = 2
  |   "VendorID" = 1356
  |   "ProductID" = 3302
  | |   "Product" = "DualSense Wireless Controller"
  | |   "VendorIDSource" = 2
  | |   "VendorID" = 1356
  | |   "ProductID" = 3302
  |       "Product" = "DualSense Wireless Controller"
  |       "VendorIDSource" = 2
  |       "VendorID" = 1356
  |       "ProductID" = 3302

echo 0x$(([##16]1356))
0x54C
echo 0x$(([##16]3302))
0xCE6