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 B9FF31FB1 for ; Thu, 22 Dec 2022 06:07:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1B93C433D2; Thu, 22 Dec 2022 06:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671689277; bh=oX2ZGdFDzj4FJL8YtBrxlE/UFeg6tZgxNWfiDYAlXm0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pmjEUW/c+SsOspjmavcEYZ58MfbV8/I6Jn+bzFfS+lLasUwknck+LDDUEWl9oFEZM xDU0tV/wPlolLIKfvmqbZsQyzkVbRqrc5gR5zZmNp7DLskxzLSHQnWTZef+qB8QAGw DKUoAqFmSwFPVsH18e025NPl++Z50ZoZFHFKgnzc= Date: Thu, 22 Dec 2022 07:07:54 +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> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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> On Thu, Dec 22, 2022 at 10:15:42AM +0800, Joe Wu wrote: > --- a/include/linux/platform_data/cros_ec_commands.h > +++ b/include/linux/platform_data/cros_ec_commands.h > @@ -3471,6 +3471,9 @@ struct ec_response_get_next_event_v1 { > #define EC_MKBP_VOL_UP 1 > #define EC_MKBP_VOL_DOWN 2 > #define EC_MKBP_RECOVERY 3 > +#define EC_MKBP_BRI_UP 4 > +#define EC_MKBP_BRI_DOWN 5 > +#define EC_MKBP_SCREEN_LOCK 6 You forgot to use tabs :(