[ion] Handle USBEnumeration event like USBPlug.

Change-Id: I70c1dc92fdba8e56508a1dce65ad30a771326a30
This commit is contained in:
Léa Saviot
2018-04-04 14:44:30 +02:00
parent 29df2e0acd
commit 562e419fc3
3 changed files with 16 additions and 3 deletions

View File

@@ -5,7 +5,10 @@ namespace Ion {
namespace USB {
bool isPlugged();
bool isEnumerated(); // Speed-enumerated, to be accurate
void removeSoftDisconnect();
void DFU();
}