netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd)
@ 2013-06-29 13:39 Enrico Mioso
  2013-06-29 14:01 ` Bjørn Mork
  0 siblings, 1 reply; 3+ messages in thread
From: Enrico Mioso @ 2013-06-29 13:39 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	scuall8907-Re5JQEeQqe8AvxtiuMwx3w

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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>


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)},
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd)
  2013-06-29 13:39 [PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd) Enrico Mioso
@ 2013-06-29 14:01 ` Bjørn Mork
  2013-07-02  6:42   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Bjørn Mork @ 2013-06-29 14:01 UTC (permalink / raw)
  To: Enrico Mioso; +Cc: netdev, linux-usb, scuall8907

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd)
  2013-06-29 14:01 ` Bjørn Mork
@ 2013-07-02  6:42   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2013-07-02  6:42 UTC (permalink / raw)
  To: bjorn; +Cc: mrkiko.rs, netdev, linux-usb, scuall8907

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-02  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 13:39 [PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd) Enrico Mioso
2013-06-29 14:01 ` Bjørn Mork
2013-07-02  6:42   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).