From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Sjoholm Subject: Re: [PATCH net,stable] net: qmi_wwan: add Quectel BG96 2c7c:0296 Date: Mon, 11 Dec 2017 21:15:24 +0100 Message-ID: <769DE047-33A5-46EF-9A05-95F4FC3B750F@mac.com> References: <20171211201201.84770-1-ssjoholm@mac.com> Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, bjorn-yOkvZcmFvRU@public.gmane.org, rspmn-KvP5wT2u2U0@public.gmane.org To: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-reply-to: <20171211201201.84770-1-ssjoholm-ee4meeAH724@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Hi, Sorry for the re-email of the patch below, clearly a beginners mistake = of me not to clear my tmp/ folder. Please disregard this. Regards, Sebastian > On Dec 11, 2017, at 21:12 , ssjoholm-ee4meeAH724@public.gmane.org wrote: >=20 > From: Sebastian Sjoholm >=20 > Quectel BG96 is an Qualcomm MDM9206 based IoT modem, supporting both=20= > CAT-M and NB-IoT. Tested hardware is BG96 mounted on Quectel = development=20 > board (EVB). The USB id is added to qmi_wwan.c to allow QMI=20 > communication with the BG96. >=20 > Signed-off-by: Sebastian Sjoholm >=20 > --- > drivers/net/usb/qmi_wwan.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c > index 720a3a248070..c750cf7c042b 100644 > --- a/drivers/net/usb/qmi_wwan.c > +++ b/drivers/net/usb/qmi_wwan.c > @@ -1239,6 +1239,7 @@ static const struct usb_device_id products[] =3D = { > {QMI_FIXED_INTF(0x1e0e, 0x9001, 5)}, /* SIMCom 7230E */ > {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 */ >=20 > /* 4. Gobi 1000 devices */ > {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem = Device */ > --=20 > 2.11.0 (Apple Git-81) >=20 -- 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