reduce usb install exit latency by waiting on a cancel uevent, rather than relying on a timeout.
This commit is contained in:
@@ -14,6 +14,10 @@ struct Base {
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual void SignalCancel() {
|
||||
|
||||
}
|
||||
|
||||
Result GetOpenResult() const {
|
||||
return m_open_result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user