summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index bd2fde3ab8..2cbe0348e5 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -396,9 +396,6 @@ bool usb_detect(void)
396#ifdef USB_GMINISTYLE 396#ifdef USB_GMINISTYLE
397 current_status = (P5 & 0x10)?true:false; 397 current_status = (P5 & 0x10)?true:false;
398#endif 398#endif
399#ifdef IRIVER_H300
400 current_status = (GPIO1_READ & 0x80)?true:false;
401#endif
402#ifdef USB_IPODSTYLE 399#ifdef USB_IPODSTYLE
403 /* The following check is in the ipodlinux source, with the 400 /* The following check is in the ipodlinux source, with the
404 comment "USB2D_IDENT is bad" if USB2D_IDENT != 0x22FA05 */ 401 comment "USB2D_IDENT is bad" if USB2D_IDENT != 0x22FA05 */