mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: tegra: allow custom usb manufacturer/product/vendor ids/strings
Allow for optional custom USB gadget manufacturer/product/vendor IDs/strings to be specified. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
0741701acf
commit
98b6d2602f
1 changed files with 6 additions and 0 deletions
|
|
@ -15,9 +15,15 @@
|
|||
#define CONFIG_CI_UDC
|
||||
#define CONFIG_CI_UDC_HAS_HOSTPC
|
||||
#define CONFIG_USB_GADGET_DUALSPEED
|
||||
#ifndef CONFIG_G_DNL_VENDOR_NUM
|
||||
#define CONFIG_G_DNL_VENDOR_NUM 0x0955
|
||||
#endif
|
||||
#ifndef CONFIG_G_DNL_PRODUCT_NUM
|
||||
#define CONFIG_G_DNL_PRODUCT_NUM 0x701A
|
||||
#endif
|
||||
#ifndef CONFIG_G_DNL_MANUFACTURER
|
||||
#define CONFIG_G_DNL_MANUFACTURER "NVIDIA"
|
||||
#endif
|
||||
#define CONFIG_USB_GADGET_DOWNLOAD
|
||||
/* USB mass storage protocol */
|
||||
#define CONFIG_USB_FUNCTION_MASS_STORAGE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue