DualSense HID Commands

From PS5 Developer wiki
Revision as of 23:53, 1 April 2024 by Zecoxao (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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}

Structure is identical as Dualshock 4, HOWEVER First byte changes to 0x80