From f60a879fd8d448dbf178e1a98c1efe77e5eaa6b3 Mon Sep 17 00:00:00 2001 From: Sam Hurst Date: Thu, 7 Nov 2019 09:50:47 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1904157 Reviewed-by: Jett Rink --- test/usb_pe.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/usb_pe.h') 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, -- cgit v1.2.1