Editing DualSense HID Commands

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
= Get MCU Unique ID =
Get MediaTek Main MCU Unique ID
<pre>
ReportID = 128,
DeviceID = 1,
ActionID = 9
</pre>
= Read Device Info =
<pre>
ReportID = 128,
DeviceID = 1,
ActionID = 12
</pre>
= Erase Device Info ['''DANGER'''] =
<pre>
ReportID = 128,
DeviceID = 1,
ActionID = 13
</pre>
= Spider DSP Init Get Status =
<pre>
ReportID = 129,
DeviceID = 16,
ActionID = 1
</pre>
= Spider DSP Get Status =
<pre>
ReportID = 129,
DeviceID = 16,
ActionID = 2
</pre>
= Spider DSP Patch Finalize =
<pre>
ReportID = 128,
DeviceID = 16,
ActionID = 5
</pre>
= Spider DSP Finalize Get Status =
<pre>
ReportID = 129,
DeviceID = 16,
ActionID = 5
</pre>
= Spider DSP Firmware Patch =
<pre>
ReportID = 128,
DeviceID = 16,
ActionID = 2,
DataLen = 57
</pre>
= Spider DSP Firmware Patch Init =
<pre>
ReportID = 128,
DeviceID = 16,
ActionID = 1
</pre>
= Spider DSP Firmware Verify =
<pre>
ReportID = 128,
DeviceID = 16,
ActionID = 3
</pre>
= Spider DSP Firmware Verify Status =
<pre>
ReportID = 129,
DeviceID = 16,
ActionID = 5
</pre>
= Spider DSP Firmware Verify Request =
<pre>
ReportID = 128,
DeviceID = 16,
ActionID = 7
</pre>
= Spider DSP Firmware Verify Request Status =
<pre>
ReportID = 129,
DeviceID = 16,
ActionID = 7
</pre>
= Get TP UID =
Get Touch Panel Ubique ID
<pre>
ReportID = 128,
DeviceID = 5,
ActionID = 2
</pre>
= Get TP Version =
Get Touch Panel Version
<pre>
ReportID = 128,
DeviceID = 5,
ActionID = 4
</pre>
= Get Table ID =
<pre>
ReportID = 164,
DeviceID = 3,
ActionID = 2,
DataLenLocal = 5
</pre>
= Reset =
<pre>
ReportID = 128,
DeviceID = 1,
ActionID = 1
</pre>
= Request Table ID =
<pre>
ReportID = 160,
DeviceID = 3,
ActionID = 2
</pre>
= Reboot Secure Boot Loader =
<pre>
ReportID = 128,
RebootCmd = 1
</pre>
= Read Patch Info =
<pre>
ReportID = 128,
DeviceID = 9,
ActionID = 13
</pre>
= Get Firmware Info =
<pre>
    ReportID = 32
</pre>
= Start Gyroscope Offset =
<pre>
ReportID = 144,
ActionID = 1,
DeviceID = 2,
TargetID = 7
</pre>
= Get Gyroscope Offset State =
<pre>
ReportID = 145,
DeviceID = 2,
TargetID = 7
</pre>
= Get BlueTooth Patch Data =
<pre>
ReportID = 129,
DeviceID = 14,
ActionID = 3
</pre>
= Get BlueTooth Patch Info =
<pre>
ReportID = 129,
DeviceID = 9,
ActionID = 13
</pre>
= Get Audio Codec State =
<pre>
ReportID = 164,
DeviceID = 16,
ActionID = 1
</pre>
= Flash =
<pre>
ReportID = 240,
DownloadCmd = 0,
DataLen = 57,
WriteCmd = 1
</pre>
= Audio Codec Select =
= Audio Codec Select =


Line 228: Line 16:
</pre>
</pre>


= Read Blue Tooth Patch =
= Set BD Address =
 
<pre>
ReportID = 128,
DeviceID = 14,
ActionID = 4
</pre>
 
= Read Blue Tooth Patch Info =
 
<pre>
ReportID = 129,
DeviceID = 14,
ActionID = 4
</pre>
 
= Blue Tooth Patch Finalize =
 
<pre>
ReportID = 128,
DeviceID = 14,
ActionID = 5
</pre>
 
= Blue Tooth Patch Init =
 
<pre>
ReportID = 128,
DeviceID = 14,
ActionID = 1
</pre>
 
= Blue Tooth Patch Restart =
 
<pre>
ReportID = 128,
DeviceID = 14,
ActionID = 6
</pre>
 
= Blue Tooth Patch Verify =
 
<pre>
ReportID = 128,
DeviceID = 14,
ActionID = 3
</pre>
 
= Blue Tooth Restart Result =
 
<pre>
ReportID = 129,
DeviceID = 14,
ActionID = 6
</pre>
 
= Get BT Address =
<pre>
ReportID = 129,
DeviceID = 9,
ActionID = 2,
DataLen = 6
</pre>
 
= Set BT Address =


<pre>
<pre>
Line 334: Line 58:
</pre>
</pre>


= Set DFU Mode =
= Set DFU Mode (DANGEROUS) =
'''Note 1''': This command does not work with retail controllers 'tested with many controllers' but it may work with DVT/Prototype controllers.
 
'''Note 2''': The mainboard immediately boot into PBL (Primary Boot Loader) mode on the factory before flashing Main "Banana" firmware, then it will be disabled after that.
<pre>
<pre>
     ReportID = 160,
     ReportID = 160,
Line 353: Line 76:
</pre>
</pre>


= Write PCBAID =
= Set PC BAID =


<pre>
<pre>
Line 359: Line 82:
DeviceID = 1,
DeviceID = 1,
ActionID = 3,
ActionID = 3,
ReadCmd = 4,
DataLen = 6
DataLen = 6
</pre>
= Read PCBAID =
<pre>
ReportID = 128,
DeviceID = 1,
ActionID = 4,
</pre>
</pre>


Line 394: Line 110:
</pre>
</pre>


= Get Read OTP  =
= Set Read OTP (Juicy?) =
 
<pre>
ReportID = 164,
DeviceID = 3,
ActionID = 9
</pre>
 
= Set Read OTP =


<pre>
<pre>
Line 412: Line 120:
</pre>
</pre>


= Set Secure Boot Loader =
= Set Secure Boot Loader (Juicy?) DANGEROUS MAYBE? =


<pre>
<pre>
Line 435: Line 143:
ActionID = 1,
ActionID = 1,
Param = 1
Param = 1
</pre>
= Venom Get Status =
<pre>
ReportID = 129,
DeviceID = 15,
ActionID = 2
</pre>
</pre>


Line 451: Line 151:
DeviceID = 6,
DeviceID = 6,
ActionID = 3
ActionID = 3
</pre>
= Venom Finalize Get Status =
<pre>
ReportID = 129,
DeviceID = 15,
ActionID = 5
</pre>
= Venom Firmware Patch =
<pre>
ReportID = 128,
DeviceID = 15,
ActionID = 2,
DataLen = 57
</pre>
= Venom Firmware Patch Init =
<pre>
ReportID = 128,
DeviceID = 15,
ActionID = 1
</pre>
= Venom Firmware Verify =
<pre>
ReportID = 128,
DeviceID = 15,
ActionID = 3
</pre>
= Venom Firmware Verify Request =
<pre>
ReportID = 128,
DeviceID = 15,
ActionID = 7
</pre>
= Venom Firmware Verify Request Status =
<pre>
ReportID = 129,
DeviceID = 15,
ActionID = 7
</pre>
= Venom Firmware Verify Status =
<pre>
ReportID = 129,
DeviceID = 15,
ActionID = 5
</pre>
= Venom Init Get Status =
<pre>
ReportID = 129,
DeviceID = 15,
ActionID = 1
</pre>
= Venom Patch Finalize =
<pre>
ReportID = 128,
DeviceID = 15,
ActionID = 5
</pre>
</pre>


Line 532: Line 159:
DeviceID = 1,
DeviceID = 1,
ActionID = 14
ActionID = 14
</pre>
= NVS Lock =
<pre>
  ReportID = 128,
  DeviceID = 3,
  ActionID = 1,
</pre>
</pre>


Line 553: Line 172:
   Param3 = 12
   Param3 = 12
</pre>
</pre>
= NVS Lock Status =
<pre>
  ReportID = 128,
  DeviceID = 3,
  ActionID = 3,
</pre>
Results:
0 - Unlocked
1 - Locked
Please note that all contributions to PS5 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS5 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)