commit | 5c1168dbc508282f7717a4472477d52d64403060 | [log] [tgz] |
---|---|---|
author | Yauheni Kaliuta <yauheni.kaliuta@nokia.com> | Wed Dec 08 13:12:04 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 10 14:29:42 2010 -0800 |
tree | f551a1d844ec74fdc85d3992f4b37dcd762f0920 | |
parent | ff176a4e2972bdc7a8d65cdcb0bd0d26ab1528cf [diff] |
usb: gadget: u_ether: prepare for NCM 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>