Files
linux/drivers/net/usb
Bjørn Mork 10bffef7fb qmi_wwan: do not steal interfaces from class drivers
[ Upstream commit 5697db4a69 ]

The USB_DEVICE_INTERFACE_NUMBER matching macro assumes that
the { vendorid, productid, interfacenumber } set uniquely
identifies one specific function.  This has proven to fail
for some configurable devices. One example is the Quectel
EM06/EP06 where the same interface number can be either
QMI or MBIM, without the device ID changing either.

Fix by requiring the vendor-specific class for interface number
based matching.  Functions of other classes can and should use
class based matching instead.

Fixes: 03304bcb5e ("net: qmi_wwan: use fixed interface number matching")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-26 08:48:47 +02:00
..
2018-04-29 07:50:01 +02:00
2018-04-13 19:50:02 +02:00
2015-09-15 12:43:49 -07:00
2013-12-06 12:37:55 -05:00
2017-10-08 10:14:19 +02:00
2018-04-29 07:50:01 +02:00
2015-09-22 16:14:32 -07:00