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 =
* 128 (0x80) means SET
Get MediaTek Main MCU Unique ID
* 129 (0x81) means GET
<pre>
* 160 (0xA0) means SELECT?
ReportID = 128,
* 240 (0xC0) means FLASH?
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 =
= Flash =
Line 226: Line 28:
ActionID = 2,
ActionID = 2,
DataLen = 57
DataLen = 57
</pre>
= Read Blue Tooth Patch =
<pre>
ReportID = 128,
DeviceID = 14,
ActionID = 4
</pre>
= Read Blue Tooth Patch Info =
<pre>
ReportID = 129,
DeviceID = 14,
ActionID = 4
</pre>
</pre>


Line 284: Line 70:
</pre>
</pre>


= Get BT Address =
= Set BD Address =
<pre>
ReportID = 129,
DeviceID = 9,
ActionID = 2,
DataLen = 6
</pre>
 
= Set BT Address =


<pre>
<pre>
Line 334: Line 112:
</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 130:
</pre>
</pre>


= Write PCBAID =
= Set PC BAID =


<pre>
<pre>
Line 359: Line 136:
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 164:
</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 174:
</pre>
</pre>


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


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


Line 451: Line 205:
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 213:
DeviceID = 1,
DeviceID = 1,
ActionID = 14
ActionID = 14
</pre>
= NVS Lock =
<pre>
  ReportID = 128,
  DeviceID = 3,
  ActionID = 1,
</pre>
</pre>


Line 553: Line 226:
   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)