usb: gadget: u_ether: prepare for NCM
authorYauheni Kaliuta <yauheni.kaliuta@nokia.com>
Wed, 8 Dec 2010 11:12:04 +0000 (13:12 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Dec 2010 22:29:42 +0000 (14:29 -0800)
NCM is a Network Control Model, subclass of USB CDC class,
specification is available at http://www.usb.org/developers/devclass_docs

This patch makes possible for u_ether to use multiply of wMaxPacketSize
predefined size transfers without ZLP (Zero Length Packet), required
by NCM spec.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found