From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f51.google.com ([209.85.215.51]:32776 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757120AbbJVNga (ORCPT ); Thu, 22 Oct 2015 09:36:30 -0400 Date: Thu, 22 Oct 2015 15:36:34 +0200 From: Johan Hovold To: =?iso-8859-1?Q?Bj=F8rn?= Mork , Greg Kroah-Hartman Cc: Johan Hovold , linux-usb@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] USB: qcserial: add Sierra Wireless MC74xx/EM74xx Message-ID: <20151022133634.GB2617@localhost> References: <1445516664-29612-1-git-send-email-bjorn@mork.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1445516664-29612-1-git-send-email-bjorn@mork.no> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Oct 22, 2015 at 02:24:24PM +0200, Bj�rn Mork wrote: > New device IDs shamelessly lifted from the vendor driver. > > Cc: > Signed-off-by: Bj�rn Mork Acked-by: Johan Hovold Greg, can you pick this one directly for 4.4-rc1? Applies cleanly on top of my latest pull-request. Thanks, Johan > --- > drivers/usb/serial/qcserial.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c > index ebcec8cda858..f49d262e926b 100644 > --- a/drivers/usb/serial/qcserial.c > +++ b/drivers/usb/serial/qcserial.c > @@ -153,6 +153,8 @@ static const struct usb_device_id id_table[] = { > {DEVICE_SWI(0x1199, 0x9056)}, /* Sierra Wireless Modem */ > {DEVICE_SWI(0x1199, 0x9060)}, /* Sierra Wireless Modem */ > {DEVICE_SWI(0x1199, 0x9061)}, /* Sierra Wireless Modem */ > + {DEVICE_SWI(0x1199, 0x9070)}, /* Sierra Wireless MC74xx/EM74xx */ > + {DEVICE_SWI(0x1199, 0x9071)}, /* Sierra Wireless MC74xx/EM74xx */ > {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */ > {DEVICE_SWI(0x413c, 0x81a3)}, /* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */ > {DEVICE_SWI(0x413c, 0x81a4)}, /* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */