DualSense HID Commands: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= NVS Unlock = <pre> ReportID = 128, DeviceID = 3, ActionID = 2, Param0 = 101, Param1 = 50, Param2 = 64, Param3 = 12 </pre> to unlock NVS, use the command <pre> SET 0x80 {3, 2, 101, 50, 64, 12} </pre> Structure is identical as Dualshock 4, HOWEVER First byte changes to 0x80") |
(this is not true) |
||
Line 16: | Line 16: | ||
SET 0x80 {3, 2, 101, 50, 64, 12} | SET 0x80 {3, 2, 101, 50, 64, 12} | ||
</pre> | </pre> | ||
Revision as of 22:55, 1 April 2024
NVS Unlock
ReportID = 128, DeviceID = 3, ActionID = 2, Param0 = 101, Param1 = 50, Param2 = 64, Param3 = 12
to unlock NVS, use the command
SET 0x80 {3, 2, 101, 50, 64, 12}