From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61A09C55179 for ; Tue, 27 Oct 2020 14:18:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 292AF207BB for ; Tue, 27 Oct 2020 14:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603808331; bh=LqVkzf69qubHUf5cgRzQHh9MSUlF8AQiryzmyhdvoSs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=nQSqVyUUAgUf0aw7eaHaWus5XRep5fyA/xf/9ZbZTDxLqBdGDN0uj28PyGkasJsfl TAoksrM77E1wVBncpt6bA58u7yy+qCtzXSeYLwmQk0qHlNBs6Jxy7Iq6+Ab4rGh59C Dq6zjIlyC9C13LjquXAeLp3oLO4blRY8lDEYTK5U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757348AbgJ0OSu (ORCPT ); Tue, 27 Oct 2020 10:18:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:42440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757342AbgJ0OSt (ORCPT ); Tue, 27 Oct 2020 10:18:49 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 49EE8206D4; Tue, 27 Oct 2020 14:18:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603808328; bh=LqVkzf69qubHUf5cgRzQHh9MSUlF8AQiryzmyhdvoSs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nuke7cK93ZVzIqQUsM290L2HT6WJgzBErNkvwSxHY6VUHZurhZfAqecouIRjjARp0 BftJEnZDaWz18/rqE9AMRzrvL21rTMiMl9/XNeXYxcNqrvzyEn3YIgVKLJy9cJ3Dkg D3dTWTglYZ3XgSN2VZLiAIXZfLXdqWdkA6Xt8dzM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Wilken Gottwalt , =?UTF-8?q?Bj=C3=B8rn=20Mork?= , Jakub Kicinski Subject: [PATCH 4.19 009/264] net: usb: qmi_wwan: add Cellient MPL200 card Date: Tue, 27 Oct 2020 14:51:07 +0100 Message-Id: <20201027135431.095642089@linuxfoundation.org> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201027135430.632029009@linuxfoundation.org> References: <20201027135430.632029009@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Wilken Gottwalt [ Upstream commit 28802e7c0c9954218d1830f7507edc9d49b03a00 ] Add usb ids of the Cellient MPL200 card. Signed-off-by: Wilken Gottwalt Acked-by: Bjørn Mork Signed-off-by: Jakub Kicinski Signed-off-by: Greg Kroah-Hartman --- drivers/net/usb/qmi_wwan.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c @@ -1312,6 +1312,7 @@ static const struct usb_device_id produc {QMI_QUIRK_SET_DTR(0x2cb7, 0x0104, 4)}, /* Fibocom NL678 series */ {QMI_FIXED_INTF(0x0489, 0xe0b4, 0)}, /* Foxconn T77W968 LTE */ {QMI_FIXED_INTF(0x0489, 0xe0b5, 0)}, /* Foxconn T77W968 LTE with eSIM support*/ + {QMI_FIXED_INTF(0x2692, 0x9025, 4)}, /* Cellient MPL200 (rebranded Qualcomm 05c6:9025) */ /* 4. Gobi 1000 devices */ {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */