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 554: | Line 81: | ||
</pre> | </pre> | ||
to unlock NVS, use the command | |||
<pre> | <pre> | ||
SET 0x80 {3, 2, 101, 50, 64, 12} | |||
</pre> | </pre> | ||