reduce usb install exit latency by waiting on a cancel uevent, rather than relying on a timeout.

This commit is contained in:
ITotalJustice
2025-05-03 17:17:53 +01:00
parent 30cf4826f8
commit 7072647611
4 changed files with 39 additions and 7 deletions

View File

@@ -14,6 +14,10 @@ struct Base {
return false;
}
virtual void SignalCancel() {
}
Result GetOpenResult() const {
return m_open_result;
}