From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2221A125A8; Tue, 19 Dec 2023 06:02:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XhCZa8ZG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C936C433C8; Tue, 19 Dec 2023 06:02:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702965770; bh=v4h6wCw5j3Fz/E4Hy9UNse+L8g7fVs4DKBcEgFdSaG0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XhCZa8ZGa9P+DaFrJFgKFjaUveJzH5Oe+313Ga2C77HOVHzOt0jkUFeTINj0NsrDy 6Z9RFM2O9IDIeMlMCo8KuD3psM4fjeoPgUBrziqsiZQKAnvCuQy3RtDD9UJPJknGau na26W6pNLNRG+voP1pOPZT4O2z9gszXiPnSae8Gk= Date: Tue, 19 Dec 2023 07:02:48 +0100 From: Greg KH To: Yinghua Yang Yang Cc: Alan Stern , zachary.zuzzio@motorolasolutions.com, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Oliver Neukum , Lukas Bulwahn , Wentong Wu , Sakari Ailus , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] usb: misc: Add driver for Motorola Solutions security accessories Message-ID: <2023121904-mace-tastiness-d502@gregkh> References: <20231215211218.2313996-1-Yinghua.Yang@motorolasolutions.com> <26c70a69-f18f-4c82-a520-7943be0e1961@rowland.harvard.edu> <2023121712-gigabyte-oppressed-b8f4@gregkh> <2023121805-knickers-apostle-1aa3@gregkh> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Dec 18, 2023 at 05:44:35PM -0600, Yinghua Yang Yang wrote: > Not sure what happened to the email. I was just replying using gmail's web > interface and did not do anything special. Yes, and by default, gmail sends stuff in html format, which the mailing lists reject, you will have to change that if you wish to participate in kernel development, as the documentation describes. thanks, greg k-h