mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
0944414367
commit
9a1d00fa47
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ static int isp116x_interrupt(struct isp116x *isp116x)
|
|||
|
||||
if (irqstat & HCuPINT_ATL) {
|
||||
DBG(">>>>>> HCuPINT_ATL <<<<<<");
|
||||
udelay(500);
|
||||
ret = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue