netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net,stable] qmi_wwan: Add support for Quectel EP06
@ 2018-01-30 13:12 Kristian Evensen
  2018-01-30 17:01 ` Bjørn Mork
  2018-01-31 15:31 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Kristian Evensen @ 2018-01-30 13:12 UTC (permalink / raw)
  To: netdev, bjorn; +Cc: Kristian Evensen

The Quectel EP06 is a Cat. 6 LTE modem. It uses the same interface as
the EC20/EC25 for QMI, and requires the same "set DTR"-quirk to work.

Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
---
 drivers/net/usb/qmi_wwan.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index ae0580b577b8..76ac48095c29 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1245,6 +1245,7 @@ static const struct usb_device_id products[] = {
 	{QMI_QUIRK_SET_DTR(0x2c7c, 0x0125, 4)},	/* Quectel EC25, EC20 R2.0  Mini PCIe */
 	{QMI_QUIRK_SET_DTR(0x2c7c, 0x0121, 4)},	/* Quectel EC21 Mini PCIe */
 	{QMI_FIXED_INTF(0x2c7c, 0x0296, 4)},	/* Quectel BG96 */
+	{QMI_QUIRK_SET_DTR(0x2c7c, 0x0306, 4)},	/* Quectel EP06 Mini PCIe */
 
 	/* 4. Gobi 1000 devices */
 	{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */
-- 
2.14.1

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

* Re: [PATCH net,stable] qmi_wwan: Add support for Quectel EP06
  2018-01-30 13:12 [PATCH net,stable] qmi_wwan: Add support for Quectel EP06 Kristian Evensen
@ 2018-01-30 17:01 ` Bjørn Mork
  2018-01-31 15:31 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Bjørn Mork @ 2018-01-30 17:01 UTC (permalink / raw)
  To: Kristian Evensen; +Cc: netdev

Kristian Evensen <kristian.evensen@gmail.com> writes:

> The Quectel EP06 is a Cat. 6 LTE modem. It uses the same interface as
> the EC20/EC25 for QMI, and requires the same "set DTR"-quirk to work.
>
> Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>

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

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

* Re: [PATCH net,stable] qmi_wwan: Add support for Quectel EP06
  2018-01-30 13:12 [PATCH net,stable] qmi_wwan: Add support for Quectel EP06 Kristian Evensen
  2018-01-30 17:01 ` Bjørn Mork
@ 2018-01-31 15:31 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-01-31 15:31 UTC (permalink / raw)
  To: kristian.evensen; +Cc: netdev, bjorn

From: Kristian Evensen <kristian.evensen@gmail.com>
Date: Tue, 30 Jan 2018 14:12:55 +0100

> The Quectel EP06 is a Cat. 6 LTE modem. It uses the same interface as
> the EC20/EC25 for QMI, and requires the same "set DTR"-quirk to work.
> 
> Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>

Applied and queued up for -stable.

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

end of thread, other threads:[~2018-01-31 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-30 13:12 [PATCH net,stable] qmi_wwan: Add support for Quectel EP06 Kristian Evensen
2018-01-30 17:01 ` Bjørn Mork
2018-01-31 15:31 ` 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).