Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753336Ab3EFMHW (ORCPT ); Mon, 6 May 2013 08:07:22 -0400 Received: from canardo.mork.no ([148.122.252.1]:45836 "EHLO canardo.mork.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751525Ab3EFMHU convert rfc822-to-8bit (ORCPT ); Mon, 6 May 2013 08:07:20 -0400 From: =?utf-8?Q?Bj=C3=B8rn_Mork?= To: Schemmel Hans-Christoph Cc: "netdev\@vger.kernel.org" , "linux-kernel\@vger.kernel.org" Subject: Re: [PATCH] NET DRIVER: Added support for Cinterion's PLxx WWAN Interface Organization: m References: <239D7A53E5B17B4BB20795A7977613A4A7EE9993A8@CROEXCFWP04.gemalto.com> Date: Mon, 06 May 2013 14:07:10 +0200 In-Reply-To: <239D7A53E5B17B4BB20795A7977613A4A7EE9993A8@CROEXCFWP04.gemalto.com> (Schemmel Hans-Christoph's message of "Mon, 6 May 2013 11:16:46 +0200") Message-ID: <87ehdk71n5.fsf@nemi.mork.no> User-Agent: Gnus/5.11002 (No Gnus v0.20) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 27 Schemmel Hans-Christoph writes: > /drivers/net/usb/qmi_wwan.c: Added support for Cinterion's PLxx WWAN Interface by adding QMI_FIXED_INTF with Cinterion's Vendor ID as well as Product ID and WWAN Interface Number. > > Signed-off-by: Hans-Christoph Schemmel > --- > patch is against linux-3.9 > --- linux-3.9/drivers/net/usb/qmi_wwan.c.orig 2013-05-06 08:10:11.170034451 +0200 > +++ linux-3.9/drivers/net/usb/qmi_wwan.c 2013-05-06 08:58:00.800264179 +0200 > @@ -569,6 +569,7 @@ static const struct usb_device_id produc > {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */ > {QMI_FIXED_INTF(0x2357, 0x0201, 4)}, /* TP-LINK HSUPA Modem MA180 */ > {QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */ > + {QMI_FIXED_INTF(0x1e2d, 0x12d1, 4)}, /* Cinterion PLxx */ > > /* 4. Gobi 1000 devices */ > {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */ Looks good. Thanks. Acked-by: Bjørn Mork -- 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/