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 @@ #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 d77d16b065..c69b433503 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -156,8 +156,6 @@ #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 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 @@ * \/ \/ \/ \/ \/ * $Id: $ * - * Copyright (C) 2007 by Bj�rn Stenberg + * Copyright (C) 2007 by Björn Stenberg * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. @@ -20,7 +20,7 @@ #include "system.h" #include "usb_core.h" #include "usb_drv.h" -#define LOGF_ENABLE +//#define LOGF_ENABLE #include "logf.h" #include "ata.h" #include "hotswap.h"