Editing DualSense HID Commands
Jump to navigation
Jump to search
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: | ||
= Set BD Address = | |||
= Set | |||
<pre> | <pre> | ||
Line 334: | Line 41: | ||
</pre> | </pre> | ||
= Set DFU Mode | = Set DFU Mode (DANGEROUS) = | ||
<pre> | <pre> | ||
ReportID = 160, | ReportID = 160, | ||
Line 353: | Line 59: | ||
</pre> | </pre> | ||
= | = Set PC BAID = | ||
<pre> | <pre> | ||
Line 359: | Line 65: | ||
DeviceID = 1, | DeviceID = 1, | ||
ActionID = 3, | ActionID = 3, | ||
ReadCmd = 4, | |||
DataLen = 6 | DataLen = 6 | ||
</pre> | </pre> | ||
Line 394: | Line 93: | ||
</pre> | </pre> | ||
= Set Read OTP (Juicy?) = | |||
= Set Read OTP | |||
<pre> | <pre> | ||
Line 412: | Line 103: | ||
</pre> | </pre> | ||
= Set Secure Boot Loader | = Set Secure Boot Loader (Juicy?) DANGEROUS MAYBE? = | ||
<pre> | <pre> | ||
Line 435: | Line 126: | ||
ActionID = 1, | ActionID = 1, | ||
Param = 1 | Param = 1 | ||
</pre> | </pre> | ||
Line 451: | Line 134: | ||
DeviceID = 6, | DeviceID = 6, | ||
ActionID = 3 | ActionID = 3 | ||
</pre> | </pre> | ||
Line 532: | Line 142: | ||
DeviceID = 1, | DeviceID = 1, | ||
ActionID = 14 | ActionID = 14 | ||
</pre> | </pre> | ||
Line 553: | Line 155: | ||
Param3 = 12 | Param3 = 12 | ||
</pre> | </pre> | ||