]> git.baikalelectronics.ru Git - kernel.git/commit
rndis_host: increase delay in command response loop
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 14 May 2008 23:20:16 +0000 (16:20 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 22 May 2008 10:03:30 +0000 (06:03 -0400)
commit32944070b5e2e7713eea4c6a4bdd92efe0487515
tree490e69ccc7d6b83716da724b0269b44880b4df13
parent450445e9afbafe2620a8de57ab92e389b705f5d2
rndis_host: increase delay in command response loop

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).

Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
Acked-by: David Brownell <david-b@pacbell.net>
Cc: Greg KH <greg@kroah.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/usb/rndis_host.c