summaryrefslogtreecommitdiff
path: root/firmware/target/arm/usb-fw-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/usb-fw-pp502x.c')
-rw-r--r--firmware/target/arm/usb-fw-pp502x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/usb-fw-pp502x.c b/firmware/target/arm/usb-fw-pp502x.c
index be37b8b710..a5afc20056 100644
--- a/firmware/target/arm/usb-fw-pp502x.c
+++ b/firmware/target/arm/usb-fw-pp502x.c
@@ -100,7 +100,8 @@ void usb_enable(bool on)
100 handling, which should be the same for all PP502x targets. */ 100 handling, which should be the same for all PP502x targets. */
101 if (on) 101 if (on)
102 { 102 {
103#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined (IRIVER_H10_5GB) 103#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined (IRIVER_H10_5GB) ||\
104 defined(SANSA_C200)
104 /* For the H10 and iPod, we can only do one thing with USB mode - reboot 105 /* For the H10 and iPod, we can only do one thing with USB mode - reboot
105 into the flash-based disk-mode. This does not return. */ 106 into the flash-based disk-mode. This does not return. */
106 107