summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/webadb.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/js/webadb.js b/static/js/webadb.js
index 745cb5d3..2fbd307d 100644
--- a/static/js/webadb.js
+++ b/static/js/webadb.js
@@ -229,6 +229,8 @@
this.ep_in = get_ep_num(match.alt.endpoints, "in");
this.ep_out = get_ep_num(match.alt.endpoints, "out");
+
+ this.transport.reset();
};
Fastboot.WebUSB.Device.prototype.send = function(data) {