From 6d39817d64c42705b8d21d1f3a81a274ec3c8eff Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 5 Jan 2021 05:30:10 -0500 Subject: [PATCH] add missing transport reset for fastboot --- static/js/webadb.js | 2 ++ 1 file changed, 2 insertions(+) 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) {