From 4f8e7250f4d8d9e214fb7eb8cb4cdfdeb5a44758 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Tue, 2 Jan 2007 15:46:37 +0000 Subject: iPod USB code has already been moved to the target tree so it's not used here any more. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11884 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usb.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/firmware/usb.c b/firmware/usb.c index f585544024..651c17a4b3 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -350,14 +350,6 @@ bool usb_detect(void) #ifdef USB_PLAYERSTYLE current_status = (PADR & 0x8000)?false:true; #endif -#ifdef USB_IPODSTYLE - /* The following check is in the ipodlinux source, with the - comment "USB2D_IDENT is bad" if USB2D_IDENT != 0x22FA05 */ - if (USB2D_IDENT != 0x22FA05) { - return false; - } - current_status = (USB_STATUS & 0x800)?true:false; -#endif #ifdef USB_ISP1582 /* TODO: Implement USB_ISP1582 */ current_status = false; -- cgit v1.2.3