]> bbs.cooldavid.org Git - net-next-2.6.git/commit
USB: Interface Association Descriptors added to CDC & RNDIS
authorMichal Nazarewicz <m.nazarewicz@samsung.com>
Wed, 28 Oct 2009 15:57:30 +0000 (16:57 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:19 +0000 (11:55 -0800)
commitb97503ffa79f0a4aa13c7cd8b449b98d3077c78f
tree41a87deca5a6baa0f91af2f9016b9ae320ea4a58
parent9c610213370ad2e58a892f890a11a90615edf020
USB: Interface Association Descriptors added to CDC & RNDIS

Without Interface Association Descriptor, the CDC serial and
RNDIS functions did not work correctly when added to a
composite gadget with other functions.  This is because, it
defined two interfaces and some hosts tried to treat each
interface separatelly.

Signed-off-by: Michal Nazarewicz <m.nazarewicz@samsung.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/f_acm.c
drivers/usb/gadget/f_rndis.c