diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2009-02-21 17:56:31 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2009-02-21 17:56:31 +0000 |
commit | 9698c3bb5c99176f9e854d1e701423ba44b9f2b4 (patch) | |
tree | b4217f5f03e03133b498c8b3b8abbacc7060d4cf /firmware/export/config-clip.h | |
parent | 3e7715d2f52797aa5e3aedba3543cb29feb8b776 (diff) | |
download | rockbox-9698c3bb5c99176f9e854d1e701423ba44b9f2b4.tar.gz rockbox-9698c3bb5c99176f9e854d1e701423ba44b9f2b4.zip |
replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. Fix various configs to use it correctly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20078 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 1068440e63..9ebd3ecb30 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -170,6 +170,8 @@ #ifndef BOOTLOADER +#define USB_HANDLED_BY_OF + #if 0 /* disabled since there is no USB driver */ /* USB On-the-go */ @@ -183,6 +185,7 @@ #endif + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |