add none/invalid usb power mode

This commit is contained in:
Riccardo 2019-10-04 09:45:53 -07:00
parent 12bc189652
commit f4c92cf4ef
1 changed files with 4 additions and 3 deletions

View File

@ -319,9 +319,10 @@ struct HealthData {
}
enum UsbPowerMode {
client @0;
cdp @1;
dcp @2;
none @0;
client @1;
cdp @2;
dcp @3;
}
}