From 830916c411e98a754695d25f4beb59933eff8d26 Mon Sep 17 00:00:00 2001 From: Troy Kisky <troy.kisky@boundarydevices.com> Date: Thu, 16 Aug 2018 17:13:11 -0700 Subject: [PATCH] mx6_r: use boundary vendorid for GADGET_VENDOR_NUM Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> --- configs/mx6_r_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/mx6_r_defconfig b/configs/mx6_r_defconfig index 78bff479727..1dff0d3fee8 100644 --- a/configs/mx6_r_defconfig +++ b/configs/mx6_r_defconfig @@ -56,8 +56,8 @@ CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Boundary" -CONFIG_USB_GADGET_VENDOR_NUM=0x0525 -CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 +CONFIG_USB_GADGET_VENDOR_NUM=0x3016 +CONFIG_USB_GADGET_PRODUCT_NUM=0x0001 CONFIG_CI_UDC=y CONFIG_USB_ETHER=y CONFIG_USB_ETH_CDC=y -- GitLab