]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: gadget: fix rndis working at high speed
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 25 Nov 2008 07:11:03 +0000 (23:11 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Jan 2009 17:44:00 +0000 (09:44 -0800)
commit45de143048a09879c15ded80bef4304d9d2e5b50
tree8ff0d50da3de81f3e60b48183cf44a5276f90530
parent147514952f0d48b94f05474996b6ceb3a46f1be7
USB: gadget: fix rndis working at high speed

commit 7c12414955e9b44a3e33d54e578bf008caa4475d upstream.

Fix a bug specific to highspeed mode in the recently updated RNDIS
support:  it wasn't setting up the high speed notification endpoint,
which prevented high speed RNDIS links from working.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Tested-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/f_rndis.c