From 3b5fdbeb1fbe47fda11148d6c5c7011dbb39194f Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 8 Jul 2005 15:00:31 +0000 Subject: USB is the same on all H1x0 models git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7068 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/usb.c') diff --git a/firmware/usb.c b/firmware/usb.c index a3fc1967c2..e217bf4680 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -349,7 +349,7 @@ bool usb_detect(void) #ifdef USB_PLAYERSTYLE current_status = (PADR & 0x8000)?false:true; #endif -#ifdef IRIVER_H120 +#ifdef USB_IRIVERSTYLE current_status = (GPIO1_READ & 0x80)?true:false; #endif #ifdef USB_GMINISTYLE @@ -428,7 +428,7 @@ void usb_init(void) usb_monitor_enabled = false; countdown = -1; -#ifdef IRIVER_H120 +#ifdef USB_IRIVERSTYLE GPIO_OUT &= ~0x01000000; /* GPIO24 is the Cypress chip power */ GPIO_ENABLE |= 0x01000000; GPIO_FUNCTION |= 0x01000000; -- cgit v1.2.3