summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2008-03-04 14:40:04 +0000
committerBarry Wardell <rockbox@barrywardell.net>2008-03-04 14:40:04 +0000
commit4c67c334fe0c2613c4c8ad413be24547cd3359c1 (patch)
tree56cb79d5ecaeec3e44d029e59a20aefb8d54d19f
parent46973f7f9f37cd07b90da4eb57296495af883fdc (diff)
downloadrockbox-4c67c334fe0c2613c4c8ad413be24547cd3359c1.tar.gz
rockbox-4c67c334fe0c2613c4c8ad413be24547cd3359c1.zip
Oops. Didn't mean to commit this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16515 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-e200.h2
-rw-r--r--firmware/export/config-h10.h2
-rw-r--r--firmware/usbstack/usb_storage.c4
3 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index c6c03da04d..c49ee23841 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -161,8 +161,6 @@
161#define HAVE_USBSTACK 161#define HAVE_USBSTACK
162#define USB_VENDOR_ID 0x0781 162#define USB_VENDOR_ID 0x0781
163#define USB_PRODUCT_ID 0x7421 163#define USB_PRODUCT_ID 0x7421
164#define USE_ROCKBOX_USB
165#define USE_HIGH_SPEED
166 164
167/* Virtual LED (icon) */ 165/* Virtual LED (icon) */
168#define CONFIG_LED LED_VIRTUAL 166#define CONFIG_LED LED_VIRTUAL
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index d77d16b065..c69b433503 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -156,8 +156,6 @@
156#define HAVE_USBSTACK 156#define HAVE_USBSTACK
157#define USB_VENDOR_ID 0x0B70 157#define USB_VENDOR_ID 0x0B70
158#define USB_PRODUCT_ID 0x00BA 158#define USB_PRODUCT_ID 0x00BA
159#define USE_ROCKBOX_USB
160#define USE_HIGH_SPEED
161 159
162/* Virtual LED (icon) */ 160/* Virtual LED (icon) */
163#define CONFIG_LED LED_VIRTUAL 161#define CONFIG_LED LED_VIRTUAL
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index b68b26f129..f1029c3c93 100644
--- a/firmware/usbstack/usb_storage.c
+++ b/firmware/usbstack/usb_storage.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id: $ 8 * $Id: $
9 * 9 *
10 * Copyright (C) 2007 by Bj�rn Stenberg 10 * Copyright (C) 2007 by Björn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -20,7 +20,7 @@
20#include "system.h" 20#include "system.h"
21#include "usb_core.h" 21#include "usb_core.h"
22#include "usb_drv.h" 22#include "usb_drv.h"
23#define LOGF_ENABLE 23//#define LOGF_ENABLE
24#include "logf.h" 24#include "logf.h"
25#include "ata.h" 25#include "ata.h"
26#include "hotswap.h" 26#include "hotswap.h"