summaryrefslogtreecommitdiff
path: root/test/usb_pe.h
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2019-11-07 09:50:47 -0800
committerCommit Bot <commit-bot@chromium.org>2019-11-08 01:01:12 +0000
commitf60a879fd8d448dbf178e1a98c1efe77e5eaa6b3 (patch)
treed0934c37c1b1ae27f2e70a1a9fa8ba76b5ed12cf /test/usb_pe.h
parentcf54e8664faaed51f4d622f84d6475f90f53e06e (diff)
downloadchrome-ec-f60a879fd8d448dbf178e1a98c1efe77e5eaa6b3.tar.gz
pd: Remove EMarker Cable Probe
The current PD3.0 EMarker cable probe functionality is unstable. Remove and add back as a feature after the PD3.0 code base is stable. BRANCH=none BUG=b:144093713 TEST=make -j buildall Used total phase to verify that the cable was not probed. Change-Id: I2906a16c96faff9d8107ef19286acdbe60869180 Signed-off-by: Sam Hurst <shurst@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1904157 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'test/usb_pe.h')
-rw-r--r--test/usb_pe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/usb_pe.h b/test/usb_pe.h
index 71eb16ca1b..d384ae2e47 100644
--- a/test/usb_pe.h
+++ b/test/usb_pe.h
@@ -64,8 +64,6 @@
#define PE_FLAGS_FAST_ROLE_SWAP_PATH BIT(20)/* FRS/PRS Exec Path */
#define PE_FLAGS_FAST_ROLE_SWAP_ENABLED BIT(21)/* FRS Listening State */
#define PE_FLAGS_FAST_ROLE_SWAP_SIGNALED BIT(22)/* FRS PPC/TCPC Signal */
-/* When set, no more discover identity messages are sent to SOP' */
-#define PE_FLAGS_DISCOVER_VDM_IDENTITY_DONE BIT(23)
/* List of all Policy Engine level states */
enum usb_pe_state {
@@ -81,7 +79,6 @@ enum usb_pe_state {
PE_SRC_HARD_RESET,
PE_SRC_HARD_RESET_RECEIVED,
PE_SRC_TRANSITION_TO_DEFAULT,
- PE_SRC_VDM_IDENTITY_REQUEST,
PE_SNK_STARTUP,
PE_SNK_DISCOVERY,
PE_SNK_WAIT_FOR_CAPABILITIES,