summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Broch <tbroch@chromium.org>2015-03-01 21:52:20 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-02 10:06:30 +0000
commit5e9eb3263d4f47f006f7b8e4eeaadd229a8df611 (patch)
tree56e7454c59995c9d222b7f6ffc9e7a7988155745
parent4e5c20fb07aeefdd3705bfb69d7ed40838e744ab (diff)
downloadchrome-ec-5e9eb3263d4f47f006f7b8e4eeaadd229a8df611.tar.gz
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>
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 33e880b38e..fa1da7f0cd 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -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 */