]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARMV7: OMAP: Use default vendor/product ID for USB gadget
authorSteve Sakoman <steve@sakoman.com>
Mon, 27 Sep 2010 21:46:34 +0000 (14:46 -0700)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Oct 2010 18:14:03 +0000 (20:14 +0200)
TI hasn't reserved a USB Product ID for gadgets, so use the default
vendor and product ID to avoid confusion.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
include/configs/omap3_beagle.h
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h

index 1bd0f37add0a37f10921383f09b3609a573150bf..6f4ee28905c849769bba5cfc91a1d90b1724fecc 100644 (file)
 #define CONFIG_USB_DEVICE              1
 #define CONFIG_USB_TTY                 1
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV   1
-/* Change these to suit your needs */
-#define CONFIG_USBD_VENDORID           0x0451
-#define CONFIG_USBD_PRODUCTID          0x5678
-#define CONFIG_USBD_MANUFACTURER       "Texas Instruments"
-#define CONFIG_USBD_PRODUCT_NAME       "Beagle"
 
 /* commands to include */
 #include <config_cmd_default.h>
index a0d27a437d567a309b8165c53357ae86b45f389c..d4a1d1c2348b092815ec8858733343f3cc6ab5f1 100644 (file)
 #define CONFIG_USB_DEVICE              1
 #define CONFIG_USB_TTY                 1
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV   1
-/* Change these to suit your needs */
-#define CONFIG_USBD_VENDORID           0x0451
-#define CONFIG_USBD_PRODUCTID          0x5678
-#define CONFIG_USBD_MANUFACTURER       "Texas Instruments"
-#define CONFIG_USBD_PRODUCT_NAME       "OMAP4 Panda"
 
 /* Flash */
 #define CONFIG_SYS_NO_FLASH    1
index d5439f988a316f125684d47a53c4457a790f35fa..98a86c3f5c38ddb91b850504d84d6e9e5adf68a1 100644 (file)
 #define CONFIG_USB_DEVICE              1
 #define CONFIG_USB_TTY                 1
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV   1
-/* Change these to suit your needs */
-#define CONFIG_USBD_VENDORID           0x0451
-#define CONFIG_USBD_PRODUCTID          0x5678
-#define CONFIG_USBD_MANUFACTURER       "Texas Instruments"
-#define CONFIG_USBD_PRODUCT_NAME       "SDP4430"
 
 /* Flash */
 #define CONFIG_SYS_NO_FLASH    1