summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index 1b9e747dc9..6b226bd43b 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -84,9 +84,9 @@ static void usb_enable(bool on)
84 } 84 }
85 else 85 else
86 { 86 {
87 and_b(~0x20, &PADRL); 87 and_b(~0x20, &PADRL); /* disable USB */
88 } 88 }
89 or_b(0x20, &PAIORL); 89 or_b(0x20, &PAIORL); /* output for USB enable */
90#else /* standard HD Jukebox */ 90#else /* standard HD Jukebox */
91 if(on) 91 if(on)
92 { 92 {