[U-Boot-Users] [PATCH] ISP116x: delay for crappy USB keys.

24 Apr
2007
24 Apr
'07
3:40 p.m.
ISP116x: delay for crappy USB keys.
Using some (very) slow USB keys cause the USB host controller buffers are not ready to be read by the CPU so we need an extra delay before reading the USB storage data.
Signed-off-by: Rodolfo Giometti giometti@linux.it
---
diff --git a/drivers/isp116x-hcd.c b/drivers/isp116x-hcd.c index e546cfb..415a9d6 100644 --- a/drivers/isp116x-hcd.c +++ b/drivers/isp116x-hcd.c @@ -533,6 +533,7 @@ static int isp116x_interrupt(struct isp116x *isp116x)
if (irqstat & HCuPINT_ATL) { DBG(">>>>>> HCuPINT_ATL <<<<<<"); + udelay(500); ret = 1; }
6587
Age (days ago)
6587
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rodolfo Giometti