Skip to content

Commit

Permalink
[IrDA]: Delay needed when uploading firmware chunks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nigel Williams authored and David S. Miller committed Mar 20, 2007
1 parent 0a14fe6 commit 2e360d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/irda/irda-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,8 @@ static int stir421x_fw_upload(struct irda_usb_cb *self,

if (ret < 0)
break;

mdelay(10);
}

kfree(patch_block);
Expand Down

0 comments on commit 2e360d8

Please sign in to comment.