summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usb_pd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index 0f43e0789f..8b2a7171ec 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -275,9 +275,9 @@ struct pd_policy {
#define IDH_PTYPE_UNDEF 0
#define IDH_PTYPE_HUB 1
#define IDH_PTYPE_PERIPH 2
-#define IDH_PTYPE_ACABLE 4
-#define IDH_PTYPE_PCABLE 5
-#define IDH_PTYPE_AMA 6
+#define IDH_PTYPE_ACABLE 3
+#define IDH_PTYPE_PCABLE 4
+#define IDH_PTYPE_AMA 5
#define VDO_IDH(usbh, usbd, ptype, is_modal, vid) \
((usbh) << 31 | (usbd) << 30 | ((ptype) & 0x7) << 27 \