diff --git a/firmware/target/arm/usb-fw-pp502x.c b/firmware/target/arm/usb-fw-pp502x.c index 7af699c064..84526c6863 100644 --- a/firmware/target/arm/usb-fw-pp502x.c +++ b/firmware/target/arm/usb-fw-pp502x.c @@ -57,6 +57,7 @@ void usb_init_device(void) void usb_enable(bool on) { if (on) { +#ifndef SANSA_E200 /* until we have native mass-storage mode, we want to reboot on usb host connect */ #if defined(IRIVER_H10) || defined (IRIVER_H10_5GB) @@ -78,6 +79,7 @@ void usb_enable(bool on) system_reboot(); /* Reboot */ } +#endif /* SANSA_E200 */ } else usb_core_exit();