diff options
author | Björn Stenberg <bjorn@haxx.se> | 2007-11-22 20:51:00 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2007-11-22 20:51:00 +0000 |
commit | b4e5123e5d78935a3ab961d54ee5902eed37aa32 (patch) | |
tree | e0818a8c26e4a435188e70820c3aab387b01d842 /firmware/export/config-c200.h | |
parent | 2e2cbfe4acc22c1c69e38b638280da974630ca7f (diff) |
New USB stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15758 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r-- | firmware/export/config-c200.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index 8a1d6a37fa..53ff97326a 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -162,10 +162,10 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC -/* enable these for the experimental usb stack +/* enable these for the experimental usb stack */ #define HAVE_USBSTACK -#define USBSTACK_CAPS CONTROLLER_DEVICE -*/ +#define USB_VENDOR_ID 0x0781 +#define USB_PRODUCT_ID 0x7450 /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |