netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] [net-2.6] IrDA: Delay needed when uploading firmware chunks
@ 2007-03-17  2:03 Samuel Ortiz
       [not found] ` <20070317020336.GE3429-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Ortiz @ 2007-03-17  2:03 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, irda-users, nigelw

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>
---
 drivers/net/irda/irda-usb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/irda/irda-usb.c b/drivers/net/irda/irda-usb.c
index 340ee99..1d510bd 100644
--- a/drivers/net/irda/irda-usb.c
+++ b/drivers/net/irda/irda-usb.c
@@ -1057,6 +1057,8 @@ static int stir421x_fw_upload(struct irda_usb_cb *self,
 
 		if (ret < 0)
 			break;
+
+		mdelay(10);
 	}
 
 	kfree(patch_block);
-- 
1.5.0.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] [net-2.6] IrDA: Delay needed when uploading firmware chunks
       [not found] ` <20070317020336.GE3429-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
@ 2007-03-17  3:29   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-03-17  3:29 UTC (permalink / raw)
  To: samuel-jcdQHdrhKHMdnm+yROfE0A
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	irda-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

From: Samuel Ortiz <samuel-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
Date: Sat, 17 Mar 2007 04:03:36 +0200

> With 42101001.sb firmwares, we need a 10 ms delay between firmware chunks
> upload on irda-usb.
> 
> Patch from Nigel Williams <nigelw-RPmkxMC4wPRY3wPUZjznAg@public.gmane.org>
> Signed-off-by: Samuel Ortiz <samuel-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>

Applied.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-17  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-17  2:03 [PATCH 1/3] [net-2.6] IrDA: Delay needed when uploading firmware chunks Samuel Ortiz
     [not found] ` <20070317020336.GE3429-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
2007-03-17  3:29   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).