summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe100.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-02-21 17:56:31 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-02-21 17:56:31 +0000
commit9698c3bb5c99176f9e854d1e701423ba44b9f2b4 (patch)
treeb4217f5f03e03133b498c8b3b8abbacc7060d4cf /firmware/export/config-mrobe100.h
parent3e7715d2f52797aa5e3aedba3543cb29feb8b776 (diff)
downloadrockbox-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-mrobe100.h')
-rw-r--r--firmware/export/config-mrobe100.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index 817c7640b2..4069dff0d8 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -144,8 +144,6 @@
144/* We're able to shut off power to the HDD */ 144/* We're able to shut off power to the HDD */
145#define HAVE_ATA_POWER_OFF 145#define HAVE_ATA_POWER_OFF
146 146
147/* #define USB_IPODSTYLE */
148
149/* USB On-the-go */ 147/* USB On-the-go */
150#define CONFIG_USBOTG USBOTG_ARC 148#define CONFIG_USBOTG USBOTG_ARC
151 149