Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752799AbbLID2Z (ORCPT ); Tue, 8 Dec 2015 22:28:25 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44103 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbbLID2X (ORCPT ); Tue, 8 Dec 2015 22:28:23 -0500 Date: Tue, 8 Dec 2015 22:28:19 -0500 From: Greg Kroah-Hartman To: =?iso-8859-1?Q?Bj=F8rn?= Mork Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, "David S. Miller" Subject: Re: [PATCH 4.1 03/95] qmi_wwan: add Sierra Wireless MC74xx/EM74xx Message-ID: <20151209032819.GI17525@kroah.com> References: <20151207142739.317088107@linuxfoundation.org> <20151207142739.500311914@linuxfoundation.org> <87oae218ej.fsf@nemi.mork.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87oae218ej.fsf@nemi.mork.no> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2219 Lines: 49 On Mon, Dec 07, 2015 at 06:21:56PM +0100, Bjørn Mork wrote: > Greg Kroah-Hartman writes: > > > 4.1-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= > > > > [ Upstream commit 0db65fcfcded76fe4f74e3ca9f4e2baf67b683ef ] > > > > New device IDs shamelessly lifted from the vendor driver. > > > > Signed-off-by: BjÞrn Mork > > Signed-off-by: David S. Miller > > Signed-off-by: Greg Kroah-Hartman > > --- > > drivers/net/usb/qmi_wwan.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > --- a/drivers/net/usb/qmi_wwan.c > > +++ b/drivers/net/usb/qmi_wwan.c > > @@ -764,6 +764,10 @@ static const struct usb_device_id produc > > {QMI_FIXED_INTF(0x1199, 0x9056, 8)}, /* Sierra Wireless Modem */ > > {QMI_FIXED_INTF(0x1199, 0x9057, 8)}, > > {QMI_FIXED_INTF(0x1199, 0x9061, 8)}, /* Sierra Wireless Modem */ > > + {QMI_FIXED_INTF(0x1199, 0x9070, 8)}, /* Sierra Wireless MC74xx/EM74xx */ > > + {QMI_FIXED_INTF(0x1199, 0x9070, 10)}, /* Sierra Wireless MC74xx/EM74xx */ > > + {QMI_FIXED_INTF(0x1199, 0x9071, 8)}, /* Sierra Wireless MC74xx/EM74xx */ > > + {QMI_FIXED_INTF(0x1199, 0x9071, 10)}, /* Sierra Wireless MC74xx/EM74xx */ > > {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */ > > {QMI_FIXED_INTF(0x1bbb, 0x0203, 2)}, /* Alcatel L800MA */ > > {QMI_FIXED_INTF(0x2357, 0x0201, 4)}, /* TP-LINK HSUPA Modem MA180 */ > > This will of course not harm, but I later found out that the driver > needed more substantial changes to fully support this modem. Those > changes will be in v4.5 but are unsuitable for stable. > > Maybe drop to avoid unnecessary confusion? If so, then the 4.2 and 4.3 > versions should be dropped as well. Thanks for letting me know, I've dropped it from all of the trees. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/