Compare commits

..

3 Commits

Author SHA1 Message Date
dualshock-tools
5d7d4264c0 Update version to v2.3 2025-04-10 07:53:58 +02:00
dualshock-tools
aba934c429 DS Edge: fix bug preventing input processing 2025-04-10 07:52:09 +02:00
dualshock-tools
3d2f1ca4c9 DS Edge: update commands to flash 2025-04-06 18:30:41 +02:00
2 changed files with 13 additions and 2 deletions

13
core.js
View File

@@ -867,7 +867,15 @@ async function ds5_edge_flash_modules() {
modal.show();
if(device != null) {
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 1, 1]))
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 6, 0, 11]))
await new Promise(r => setTimeout(r, 200));
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 5, 0]))
await new Promise(r => setTimeout(r, 200));
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 6, 1, 11]))
await new Promise(r => setTimeout(r, 200));
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 5, 1]))
await new Promise(r => setTimeout(r, 200));
}
await new Promise(r => setTimeout(r, 500));
if(device != null) {
@@ -1616,6 +1624,7 @@ async function continue_connection(report) {
mode = 3;
devname = l("Sony DualSense Edge");
}
n = await ds5_nvstatus();
if(n == 4) {
// dualsense edge with pending reboot
@@ -1625,6 +1634,8 @@ async function continue_connection(report) {
show_popup(l("A reboot is needed to continue using this DualSense Edge. Please disconnect and reconnect your controller."));
return;
}
device.oninputreport = process_ds_input;
} else {
$("#btnconnect").prop("disabled", false);
$("#connectspinner").hide();

View File

@@ -823,7 +823,7 @@ dl.row dd { font-family: monospace; }
<div class="container">
<footer>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top" id="footbody">
<p><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.2<i>beta</i></a> (2025-04-06) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a>&nbsp;<span id="authorMsg"></span></p>
<p><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.3</a> (2025-04-10) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a>&nbsp;<span id="authorMsg"></span></p>
<ul class="list-unstyled d-flex">
<li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>