mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 09:01:35 +00:00
pd: Bugfix for write log entry command.
BRANCH=samus BUG=chrome-os-partner:37264 TEST=manual, ectool --name cros_pd pdsetmode 0 0xff01 1 0 successfully exits displayPort mode again. Change-Id: Ica2faf8de92460f01c2af9be829795c0cd538135 Signed-off-by: Todd Broch <tbroch@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/254990 Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
4e5c20fb07
commit
5e9eb3263d
@@ -2987,7 +2987,7 @@ struct ec_params_usb_pd_set_mode_request {
|
||||
} __packed;
|
||||
|
||||
/* Ask the PD MCU to record a log of a requested type */
|
||||
#define EC_CMD_PD_WRITE_LOG_ENTRY 0x117
|
||||
#define EC_CMD_PD_WRITE_LOG_ENTRY 0x118
|
||||
|
||||
struct ec_params_pd_write_log_entry {
|
||||
uint8_t type; /* event type : see PD_EVENT_xx above */
|
||||
|
||||
Reference in New Issue
Block a user