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 =
= Spider DSP Get Status =
Line 37: Line 10:
DeviceID = 16,
DeviceID = 16,
ActionID = 2
ActionID = 2
</pre>
= Spider DSP Patch Finalize =
<pre>
ReportID = 128,
DeviceID = 16,
ActionID = 5
</pre>
</pre>


Line 59: Line 25:
ActionID = 2,
ActionID = 2,
DataLen = 57
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>
</pre>


Line 159: Line 71:
<pre>
<pre>
     ReportID = 32
     ReportID = 32
</pre>
= Start Gyroscope Offset =
<pre>
ReportID = 144,
ActionID = 1,
DeviceID = 2,
TargetID = 7
</pre>
</pre>


Line 284: Line 187:
</pre>
</pre>


= Get BT Address =
= Get BD Address =
<pre>
<pre>
ReportID = 129,
ReportID = 129,
Line 292: Line 195:
</pre>
</pre>


= Set BT Address =
= Set BD Address =


<pre>
<pre>
Line 334: Line 237:
</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 255:
</pre>
</pre>


= Write PCBAID =
= Set PC BAID =


<pre>
<pre>
Line 359: Line 261:
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 289:
</pre>
</pre>


= Get Read OTP =
= Get Read OTP (Juicy?) =


<pre>
<pre>
Line 402: Line 297:
</pre>
</pre>


= Set Read OTP =
= Set Read OTP (Juicy?) =


<pre>
<pre>
Line 412: Line 307:
</pre>
</pre>


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


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


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


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