Hi Thomas,

Thomas Chou wrote:
The clock check does not work on DE2.

Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>

The code I have for this already has this applied?

Regards
Greg


diff --git a/linux-2.6.x/drivers/usb/host/isp1362-hcd.c 
b/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
index 676dab1..f08955e 100644
--- a/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
+++ b/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
@@ -2490,7 +2490,7 @@ static int isp1362_hc_reset(struct usb_hcd *hcd)
                ERR("Clock not ready after %lums\n", timeout);
                ret = -ENODEV;
        }
-       return ret;
+       return 0;   //  SKIP ret;
 }
static void isp1362_hc_stop(struct usb_hcd *hcd)

--
------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     [EMAIL PROTECTED]
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to