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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 507DBC4332F for ; Thu, 22 Dec 2022 06:08:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229531AbiLVGIU (ORCPT ); Thu, 22 Dec 2022 01:08:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235015AbiLVGIS (ORCPT ); Thu, 22 Dec 2022 01:08:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35D161A3BB; Wed, 21 Dec 2022 22:08:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BD765619B6; Thu, 22 Dec 2022 06:08:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B09DC433EF; Thu, 22 Dec 2022 06:08:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671689296; bh=IBMOI28vrv+pLjApi+NOlADo7RFpLkKTRhUtlU6nMe8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tdMDEg5OI/d5swV/a7ruh4m9wdx0a/8iNBDpArV6BLPkKOQnPP6DKT2iKJSlIeXTs 191LhetDCVQp+zMFFt1Vd0T7tiK0LdP3TT+dkqj2cPToxe6pH9Syz6nAd3EBstTegD 230vqKaqSq8M8GpxCHMb0VquE4+Y5s2u4ybZY+Aw= Date: Thu, 22 Dec 2022 07:08:13 +0100 From: Greg Kroah-Hartman To: Joe Wu Cc: LKML , Furquan Shaikh , Daisuke Nojiri , Dmitry Torokhov , Benson Leung , Derek Huang , "Dustin L . Howett" , Joe Wu , Guenter Roeck , linux-input@vger.kernel.org, Xiang wangx , "Gustavo A . R . Silva" , Prashant Malani , Douglas Anderson , Tzung-Bi Shih , chrome-platform@lists.linux.dev, Stephen Boyd , Jonathan Cameron , Sebastian Reichel , Tinghan Shen Subject: Re: [PATCH] cros_ec_keyb: Add 3 buttons for monitor function Message-ID: References: <20221222021542.11706-1-joewu@msi.corp-partner.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221222021542.11706-1-joewu@msi.corp-partner.google.com> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Thu, Dec 22, 2022 at 10:15:42AM +0800, Joe Wu wrote: > From: Joe Wu Does not match the "From:" line on your email, why? thanks, greg k-h