From b269fb47f735dcbddb4d28953387fa57dfe4bcbe Mon Sep 17 00:00:00 2001 From: mokopatches Date: Fri, 11 Apr 2008 14:27:19 +0100 Subject: [PATCH] usb-vendor.patch --- board/neo1973/gta02/config.mk | 2 +- include/configs/neo1973_gta02.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/neo1973/gta02/config.mk b/board/neo1973/gta02/config.mk index 8e6af79f..4cf82ca1 100644 --- a/board/neo1973/gta02/config.mk +++ b/board/neo1973/gta02/config.mk @@ -24,7 +24,7 @@ # # download area is 3200'0000 or 3300'0000 -CONFIG_USB_DFU_VENDOR=0x1457 +CONFIG_USB_DFU_VENDOR=0x1d50 CONFIG_USB_DFU_PRODUCT=0x5119 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp diff --git a/include/configs/neo1973_gta02.h b/include/configs/neo1973_gta02.h index 2009af33..15873f30 100644 --- a/include/configs/neo1973_gta02.h +++ b/include/configs/neo1973_gta02.h @@ -177,7 +177,7 @@ #define CONFIG_USB_DEVICE 1 #define CONFIG_USB_TTY 1 #define CFG_CONSOLE_IS_IN_ENV 1 -#define CONFIG_USBD_VENDORID 0x1457 /* Linux/NetChip */ +#define CONFIG_USBD_VENDORID 0x1d50 /* OpenMoko, Inc. */ #define CONFIG_USBD_PRODUCTID_GSERIAL 0x5120 /* gserial */ #define CONFIG_USBD_PRODUCTID_CDCACM 0x5119 /* CDC ACM */ #define CONFIG_USBD_MANUFACTURER "OpenMoko, Inc" -- 2.11.4.GIT