You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sahara: Deal with QUD discarding the HELLO request
When running on modern platforms it's observed that the Qualcomm USB
Drivers will discard the HELLO request from the device, so we're forced
to speculatively send a HELLO response on an initial timeout.
In the event that the device is already in Firehose mode (from a
previous --skip-reset run), the HELLO response will result in a XML
parse error in the programmer, for which we catch the "<?xml" prefix and
return to Firehose mode.
Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
0 commit comments