add missing transport reset for fastboot

This commit is contained in:
Daniel Micay 2021-01-05 05:30:10 -05:00
parent fe063f50fe
commit 6d39817d64

View File

@ -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) {