Re: [PATCH v2] net: cdc_ether: allow combined control and data interface
From: Oliver Neukum <oliver@neukum.org>
Date: 2013-07-02 08:16:18
From: Oliver Neukum <oliver@neukum.org>
Date: 2013-07-02 08:16:18
On Saturday 29 June 2013 12:03:06 Bjørn Mork wrote:
Some Icera based Huawei modems handled by this driver are not completely CDC ECM compliant, using the same USB interface for both control and data. The CDC functional descriptors include a Union naming this interface as both master and slave, so it is supportable by relaxing the descriptor parsing in case these interfaces are identical. This has been tested on a Huawei K3806 and verified to add support for that device. Reported-and-tested-by: Enrico Mioso <redacted> Signed-off-by: Bjørn Mork <bjorn@mork.no>
Acked-by: Oliver Neukum <oliver@neukum.org>