add missing transport reset for fastboot
This commit is contained in:
parent
fe063f50fe
commit
6d39817d64
@ -229,6 +229,8 @@
|
|||||||
|
|
||||||
this.ep_in = get_ep_num(match.alt.endpoints, "in");
|
this.ep_in = get_ep_num(match.alt.endpoints, "in");
|
||||||
this.ep_out = get_ep_num(match.alt.endpoints, "out");
|
this.ep_out = get_ep_num(match.alt.endpoints, "out");
|
||||||
|
|
||||||
|
this.transport.reset();
|
||||||
};
|
};
|
||||||
|
|
||||||
Fastboot.WebUSB.Device.prototype.send = function(data) {
|
Fastboot.WebUSB.Device.prototype.send = function(data) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user