diff mbox

[V2] qmi_wwan: add ONDA MT689DC device ID (fwd)

Message ID alpine.LNX.2.02.1306291536160.3968@eeeadesso
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Enrico Mioso June 29, 2013, 1:39 p.m. UTC
Another QMI-speaking device by ZTE, re-branded by ONDA!

I'm connected ovr this device's QMI interface right now, so I can say I tested
it! :)

Note: a follow-up patch was posted to the linux-usb mailing list, to prevent 
the option driver from binding to the device's QMI interface, making it 
unusable.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Bjørn Mork June 29, 2013, 2:01 p.m. UTC | #1
Enrico Mioso <mrkiko.rs@gmail.com> writes:

> Another QMI-speaking device by ZTE, re-branded by ONDA!
>
> I'm connected ovr this device's QMI interface right now, so I can say I tested
> it! :)
>
> Note: a follow-up patch was posted to the linux-usb mailing list, to
> prevent the option driver from binding to the device's QMI interface,
> making it unusable.
>
> Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
>
>
> diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
> index 5645921..d793ee9 100644
> --- a/drivers/net/usb/qmi_wwan.c
> +++ b/drivers/net/usb/qmi_wwan.c
> @@ -523,6 +523,7 @@ static const struct usb_device_id products[] = {
>  	{QMI_FIXED_INTF(0x19d2, 0x0002, 1)},
>  	{QMI_FIXED_INTF(0x19d2, 0x0012, 1)},
>  	{QMI_FIXED_INTF(0x19d2, 0x0017, 3)},
> +	{QMI_FIXED_INTF(0x19d2, 0x0019, 3)}, /* ONDA MT689DC */
>  	{QMI_FIXED_INTF(0x19d2, 0x0021, 4)},
>  	{QMI_FIXED_INTF(0x19d2, 0x0025, 1)},
>  	{QMI_FIXED_INTF(0x19d2, 0x0031, 4)},

Acked-by: Bjørn Mork <bjorn@mork.no>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller July 2, 2013, 6:42 a.m. UTC | #2
From: Bjørn Mork <bjorn@mork.no>
Date: Sat, 29 Jun 2013 16:01:04 +0200

> Enrico Mioso <mrkiko.rs@gmail.com> writes:
> 
>> Another QMI-speaking device by ZTE, re-branded by ONDA!
>>
>> I'm connected ovr this device's QMI interface right now, so I can say I tested
>> it! :)
>>
>> Note: a follow-up patch was posted to the linux-usb mailing list, to
>> prevent the option driver from binding to the device's QMI interface,
>> making it unusable.
>>
>> Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
 ...
> Acked-by: Bjørn Mork <bjorn@mork.no>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 5645921..d793ee9 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -523,6 +523,7 @@  static const struct usb_device_id products[] = {
  	{QMI_FIXED_INTF(0x19d2, 0x0002, 1)},
  	{QMI_FIXED_INTF(0x19d2, 0x0012, 1)},
  	{QMI_FIXED_INTF(0x19d2, 0x0017, 3)},
+	{QMI_FIXED_INTF(0x19d2, 0x0019, 3)}, /* ONDA MT689DC */
  	{QMI_FIXED_INTF(0x19d2, 0x0021, 4)},
  	{QMI_FIXED_INTF(0x19d2, 0x0025, 1)},
  	{QMI_FIXED_INTF(0x19d2, 0x0031, 4)},