summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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, 6 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index c49ee23841..c6c03da04d 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -161,6 +161,8 @@
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
164 166
165/* Virtual LED (icon) */ 167/* Virtual LED (icon) */
166#define CONFIG_LED LED_VIRTUAL 168#define CONFIG_LED LED_VIRTUAL
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index c69b433503..d77d16b065 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -156,6 +156,8 @@
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
159 161
160/* Virtual LED (icon) */ 162/* Virtual LED (icon) */
161#define CONFIG_LED LED_VIRTUAL 163#define CONFIG_LED LED_VIRTUAL
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index f1029c3c93..b68b26f129 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"