diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2008-03-04 14:36:22 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2008-03-04 14:36:22 +0000 |
| commit | 46973f7f9f37cd07b90da4eb57296495af883fdc (patch) | |
| tree | cf6660d359fab1295fca0df2be44b3aefd0a6fd9 /firmware/export | |
| parent | 0449c0ef5d3397ac6944bcb73678e087b7ef0f3e (diff) | |
| download | rockbox-46973f7f9f37cd07b90da4eb57296495af883fdc.zip rockbox-46973f7f9f37cd07b90da4eb57296495af883fdc.tar.gz rockbox-46973f7f9f37cd07b90da4eb57296495af883fdc.tar.bz2 rockbox-46973f7f9f37cd07b90da4eb57296495af883fdc.tar.xz | |
Only need to include these for e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16514 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-e200.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h10.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index c49ee23..c6c03da 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -161,6 +161,8 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x7421 +#define USE_ROCKBOX_USB +#define USE_HIGH_SPEED /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index c69b433..d77d16b 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -156,6 +156,8 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0B70 #define USB_PRODUCT_ID 0x00BA +#define USE_ROCKBOX_USB +#define USE_HIGH_SPEED /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |