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 AEAB8C4332F for ; Wed, 21 Dec 2022 07:28:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234040AbiLUH24 (ORCPT ); Wed, 21 Dec 2022 02:28:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229696AbiLUH2z (ORCPT ); Wed, 21 Dec 2022 02:28:55 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 995331EAF7; Tue, 20 Dec 2022 23:28:54 -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 1DA98616FD; Wed, 21 Dec 2022 07:28:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC7A9C433D2; Wed, 21 Dec 2022 07:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671607733; bh=cRF0ar5xp1O4E9/pzfz6d06fa4kFJnLgBYrOdMd0uiQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=he4Iyu4JlNtCB7ZxQFKuVG4TQzlGi6l4zzRS4oor133YItAYFQmxHJDM8FR95eJFa USBviq1kCtMdCWQb+Sd3GDLr+aY2c6uDd6MEKiDXLgitcg7R0Q0Qb1P+zte1jGrQ2N CtgIHAUCaaAQ2zfyfBfCs+moCI+7lIMh8R5FLl38= Date: Wed, 21 Dec 2022 08:28:50 +0100 From: Greg Kroah-Hartman To: Joe Wu Cc: LKML , Tzung-Bi Shih , "Dustin L . Howett" , Benson Leung , Dmitry Torokhov , Xiang wangx , linux-input@vger.kernel.org, Prashant Malani , Stephen Boyd , Douglas Anderson , Daisuke Nojiri , Furquan Shaikh , "Gustavo A . R . Silva" , Derek Huang , chrome-platform@lists.linux.dev, Guenter Roeck , Jonathan Cameron , Tinghan Shen Subject: Re: [PATCH] cros_ec_keyb: Add 3 buttons for monitor function Message-ID: References: <20221220080226.17904-1-joewu@msi.corp-partner.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221220080226.17904-1-joewu@msi.corp-partner.google.com> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Tue, Dec 20, 2022 at 04:02:26PM +0800, Joe Wu wrote: > Add 3 extra buttons: 'brightness up', 'brightness down' > and 'screen lock' to support monitor manipulating function. > > Signed-off-by: Joe Wu Note, this is a "fake" email address, please always use your real one and not a google-gerrit-assigned address. thanks, greg k-h