From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751767AbdK0KAG (ORCPT ); Mon, 27 Nov 2017 05:00:06 -0500 Received: from mail-lf0-f50.google.com ([209.85.215.50]:38954 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751360AbdK0KAE (ORCPT ); Mon, 27 Nov 2017 05:00:04 -0500 X-Google-Smtp-Source: AGs4zMZ2+QADBxAEZTJkglZm8Db16SE7bThX6Hd9o0wHlneCHF7wIaJo7EIfcY1WpZmu6mJvccaJ1g== Date: Mon, 27 Nov 2017 10:59:58 +0100 From: Johan Hovold To: Sebastian Sjoholm Cc: johan@kernel.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: option: add Quectel BG96 2c7c:0296 Message-ID: <20171127095958.GA9862@localhost> References: <20171120182932.5518-1-ssjoholm@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171120182932.5518-1-ssjoholm@mac.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 20, 2017 at 07:29:32PM +0100, Sebastian Sjoholm wrote: > Quectel BG96 is an Qualcomm MDM9206 based IoT modem, supporting both > CAT-M and NB-IoT. Tested hardware is BG96 mounted on Quectel > development board (EVB). The USB id is added to option.c to allow > DIAG,GPS,AT and modem communication with the BG96. > > Signed-off-by: Sebastian Sjoholm Thanks for the patch. Now applied for 4.15-rc. Johan