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 B5E3CC4167B for ; Thu, 22 Dec 2022 06:08:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231146AbiLVGIC (ORCPT ); Thu, 22 Dec 2022 01:08:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229531AbiLVGIA (ORCPT ); Thu, 22 Dec 2022 01:08:00 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 039DFBE3; Wed, 21 Dec 2022 22:08:00 -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 ams.source.kernel.org (Postfix) with ESMTPS id A30C7B81B93; Thu, 22 Dec 2022 06:07:58 +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> 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: > --- 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 :(