[U-Boot] [PATCH v1 3/9] apalis-tk1: provide proper USB vendor id

Igor Opaniuk igor.opaniuk at gmail.com
Wed Jul 31 12:04:39 UTC 2019


From: Igor Opaniuk <igor.opaniuk at toradex.com>

Use unified values for USB Product/Vendor numbers
when the config block is missing

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com>
---

 configs/apalis-tk1_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig
index 41f3aff149..ceefe4e86a 100644
--- a/configs/apalis-tk1_defconfig
+++ b/configs/apalis-tk1_defconfig
@@ -56,7 +56,7 @@ CONFIG_USB_EHCI_TEGRA=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_MANUFACTURER="Toradex"
 CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
-CONFIG_USB_GADGET_PRODUCT_NUM=0xffff
+CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
 CONFIG_CI_UDC=y
 CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_OF_LIBFDT_OVERLAY=y
-- 
2.17.1



More information about the U-Boot mailing list