dect
/
linux-2.6
Archived
13
0
Fork 0

[IrDA]: Delay needed when uploading firmware chunks

With 42101001.sb firmwares, we need a 10 ms delay between firmware chunks
upload on irda-usb.

Patch from Nigel Williams <nigelw@elder-gods.net>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Nigel Williams 2007-03-16 20:28:36 -07:00 committed by David S. Miller
parent 0a14fe6e5e
commit 2e360d81ea
1 changed files with 2 additions and 0 deletions

View File

@ -1057,6 +1057,8 @@ static int stir421x_fw_upload(struct irda_usb_cb *self,
if (ret < 0)
break;
mdelay(10);
}
kfree(patch_block);