nefarius / DsHidMini

Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
https://docs.nefarius.at/projects/DsHidMini/
BSD 3-Clause "New" or "Revised" License
1.26k stars 55 forks source link

LEDs are always set to custom values if device is in DsLEDModeCustomPattern mode #350

Open Kanuan opened 7 months ago

Kanuan commented 7 months ago

If the device is in DsLEDModeCustomPattern then it will always override the LED states in the final step of preparing the Output Report, disregarding if in the current context applications should be in control of the LEDs

For example, if using custom LED mode and led authority mode to authomatic (starts in driver mode but switched to application if requested) I can't set the LEDs in DS4Windows since whatever DS4Windows sets for the drivers gets overwritten by the defined custom values in the end

image