Skip to content

Commit

Permalink
add none/invalid usb power mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Oct 4, 2019
1 parent 12bc189 commit f4c92cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions log.capnp
Expand Up @@ -319,9 +319,10 @@ struct HealthData {
}

enum UsbPowerMode {
client @0;
cdp @1;
dcp @2;
none @0;
client @1;
cdp @2;
dcp @3;
}
}

Expand Down

0 comments on commit f4c92cf

Please sign in to comment.