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 1F467C43457 for ; Mon, 19 Oct 2020 05:36:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C253922243 for ; Mon, 19 Oct 2020 05:36:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603085767; bh=Zk79g/OjzH33ikD0zfQymM10qYqKglhwHW8e74xHsMs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mJDKEJ0Xmch9UaEXGFSGDu4u7P1Y9ZBF81wyyVi9I68ZKD3pvhZr+CMj+IYTxLfGi d0r/y7+iJ8UsUzmqgLrqJN6AvBLt9DcktAVGLrMLm0EIy5lEoXLf2duq/c8/YyyMry 7e2ilan9OngPD+UXCeAP5qm2bCA27aewkeWgAtdQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726199AbgJSFgE (ORCPT ); Mon, 19 Oct 2020 01:36:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:46910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725306AbgJSFgE (ORCPT ); Mon, 19 Oct 2020 01:36:04 -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 8604E22243; Mon, 19 Oct 2020 05:36:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603085764; bh=Zk79g/OjzH33ikD0zfQymM10qYqKglhwHW8e74xHsMs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1LUENWcGmr/2/wRTldnySOcoQvqLk9H7ijJriTR91Iric9NJ5MsIR+0YBVO9Vy2Km mw9NqazMLjAOLwNhXBgciTs5uzms0gOOuIogZpV1bmJSddQFBfaVITl3xYzLPUyYAD gjlI+KnaBpLeOfumiVWRQbz6XSnXMFL7KBoADcCQ= Date: Mon, 19 Oct 2020 07:36:01 +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: <20201019053601.GB686460@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 As my bot said before, you need to use your "legal name" here. Is this how you sign documents? If so, that's fine, but I have to ask. thanks, greg k-h