File tree 1 file changed +8
-8
lines changed
framework_lib/src/chromium_ec
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ pub enum EcCommands {
34
34
PwmSetDuty = 0x0025 ,
35
35
PwmGetDuty = 0x0026 ,
36
36
SetTabletMode = 0x0031 ,
37
- GpioGet = 0x93 ,
38
- I2cPassthrough = 0x9e ,
39
- ConsoleSnapshot = 0x97 ,
40
- ConsoleRead = 0x98 ,
37
+ GpioGet = 0x0093 ,
38
+ I2cPassthrough = 0x009e ,
39
+ ConsoleSnapshot = 0x0097 ,
40
+ ConsoleRead = 0x0098 ,
41
41
/// List the features supported by the firmware
42
- GetFeatures = 0x0D ,
42
+ GetFeatures = 0x000D ,
43
43
/// Force reboot, causes host reboot as well
44
- Reboot = 0xD1 ,
44
+ Reboot = 0x00D1 ,
45
45
/// Control EC boot
46
- RebootEc = 0xD2 ,
46
+ RebootEc = 0x00D2 ,
47
47
/// Get information about PD controller power
48
- UsbPdPowerInfo = 0x103 ,
48
+ UsbPdPowerInfo = 0x0103 ,
49
49
50
50
// Framework specific commands
51
51
/// Configure the behavior of the flash notify
You can’t perform that action at this time.
0 commit comments