summaryrefslogtreecommitdiff
path: root/firmware/target/arm/iriver/h10/usb-h10.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/iriver/h10/usb-h10.c')
-rw-r--r--firmware/target/arm/iriver/h10/usb-h10.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/iriver/h10/usb-h10.c b/firmware/target/arm/iriver/h10/usb-h10.c
index dccdea81aa..c6d275a9be 100644
--- a/firmware/target/arm/iriver/h10/usb-h10.c
+++ b/firmware/target/arm/iriver/h10/usb-h10.c
@@ -92,10 +92,10 @@ bool usb_detect(void)
92 92
93void usb_enable(bool on) 93void usb_enable(bool on)
94{ 94{
95 (void)on; 95 (void)on;
96#if 0 96#if 0
97 /* For the ipod, we can only do one thing with USB mode - reboot 97 /* For the ipod, we can only do one thing with USB mode - reboot
98 into Apple's flash-based disk-mode. This does not return. */ 98 into Apple's flash-based disk-mode. This does not return. */
99 if (on) 99 if (on)
100 { 100 {
101 /* The following code is copied from ipodlinux */ 101 /* The following code is copied from ipodlinux */