Re: [PATCH] qmi_wwan/cdc_ether: move Novatel E371 (1410:9011) to qmi_wwan
From: David Miller <davem@davemloft.net>
Date: 2014-03-31 20:06:29
From: David Miller <davem@davemloft.net>
Date: 2014-03-31 20:06:29
From: yegorslists@googlemail.com Date: Fri, 28 Mar 2014 12:07:18 +0100
From: Yegor Yefremov <redacted> This device provides QMI and ethernet functionality via a standard CDC ethernet descriptor. But when driven by cdc_ether, the QMI functionality is unavailable because only cdc_ether can claim the USB interface. Thus blacklist the device in cdc_ether and add its IDs to qmi_wwan, which enables both QMI and ethernet simultaneously. Signed-off-by: Yegor Yefremov <redacted>
Applied, thank you.