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=-6.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 autolearn=no 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 4574DC433DF for ; Mon, 19 Oct 2020 05:36:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F372522243 for ; Mon, 19 Oct 2020 05:36:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603085795; bh=S00qJ6Cet3N8oNgy2f1FdXFiBKpkYvI/GzH8gMI3hEA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=L6WNK662NtGL8plLdZoi9bAWNmOrV/TjJAEWpssNlIkvVAc+7pRMMHS6uYdf5hUvw TrXeZqKLTp8dOOPn1FoQM+YAS5QSZ+nlhxZhYdy0qfmxowk8OJTbcKTu8iWS4UZ0pG HtkhK78XlSY9VRRsBADCjSngGm89T6qzR1/5Qhwg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726362AbgJSFgc (ORCPT ); Mon, 19 Oct 2020 01:36:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:47228 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725306AbgJSFgb (ORCPT ); Mon, 19 Oct 2020 01:36:31 -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 CDD4622243; Mon, 19 Oct 2020 05:36:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603085791; bh=S00qJ6Cet3N8oNgy2f1FdXFiBKpkYvI/GzH8gMI3hEA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uSNySo9IV4VNvuGwJpD8yBIyhEX3lSYk7y7lZCXB2AOoAKi2nDBqk1stJi1cxO3KX cylcgNBVo/WFoqofK4eqPIii65cB1WKA/5iSyjh7iZ3RfOrllp6h6lW4jVGkXrJU4D 1w8Q7gId2iMXQGn/emJL8D34ADXDvqrPVbLlAclc= Date: Mon, 19 Oct 2020 07:36:28 +0200 From: Greg Kroah-Hartman To: septs Cc: Johan Hovold , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, septs Subject: Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support Message-ID: <20201019053628.GC686460@kroah.com> References: <20201018105111.8727-1-kernel@septs.pw> <20201018124937.GA3133964@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Oct 19, 2020 at 01:07:10AM +0800, septs wrote: > Add usb product id of the Quectel EC200T module. > > Signed-off-by: septs Also, this address doesn't match your "From:" line, which means we can't take it anyway.