* [patch 2.6.26-rc1-git] rndis_host: longer timeout (bugzilla 10590)
@ 2008-05-11 5:54 David Brownell
0 siblings, 0 replies; only message in thread
From: David Brownell @ 2008-05-11 5:54 UTC (permalink / raw)
To: Network development list; +Cc: Andrew Morton, Pierre Ynard
From: Pierre Ynard <linkfanel@yahoo.fr>
Some devices running some WinCE firmware (with SC_* Samsung processors
according to the SynCE project, verified on a HTC P3600 device) fail to
register because they apparently need extra time to respond correctly
to requests. Increase the existing delay to satisfy them. Based on code
from the SynCE project, on a suggestion of David Brownell.
This patch Works For Me(tm).
Resoves: http://bugzilla.kernel.org/show_bug.cgi?id=10590
Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
--- a/drivers/net/usb/rndis_host.c
+++ b/drivers/net/usb/rndis_host.c
@@ -194,7 +194,7 @@ int rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf)
dev_dbg(&info->control->dev,
"rndis response error, code %d\n", retval);
}
- msleep(2);
+ msleep(20);
}
dev_dbg(&info->control->dev, "rndis response timeout\n");
return -ETIMEDOUT;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-11 5:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-11 5:54 [patch 2.6.26-rc1-git] rndis_host: longer timeout (bugzilla 10590) David Brownell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.