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 59CBDC433FE for ; Wed, 18 May 2022 03:37:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229603AbiERDhp (ORCPT ); Tue, 17 May 2022 23:37:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbiERDhn (ORCPT ); Tue, 17 May 2022 23:37:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA66E527C9; Tue, 17 May 2022 20:37:41 -0700 (PDT) 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 3BF87616E1; Wed, 18 May 2022 03:37:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D641C385AA; Wed, 18 May 2022 03:37:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652845060; bh=MrXW9qQGHcgZhoXL6m8MOJ4Mp2j6g+aBVXG12fZqKEM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mBxEuVWeonS5rkVz4n7cTgTveOJLo1FG94xzjjla63iF7DZwYEUdNyoQARSNbv80Y 7muGJ53TtJO+cwwu57YGEZ2S4sS+OxXXgxQmSaIOvo3SGRpzRI+Q6zMV9H+6TAqSm+ BphGinIizjaFKziLMijBItXL2WFGDV3SLqMJz5hzi0qqEK0f3SFMQDc3AjJywPSdGV 12JxKWpdNpiiqyVr3XRbsHXphynSK9NpHmZROg8IN91W0al1QE8c1vNrn2SxaD8H3a MSpfQMNYKGbbki3csRpBN1dd57Y5tkhTmdjSDPMraSH3xSjFN9gKEOXQ6OnMim1Ns+ KsAzIXn8hIoCA== Date: Wed, 18 May 2022 11:37:35 +0800 From: Tzung-Bi Shih To: Bagas Sanjaya Cc: linux-doc@vger.kernel.org, Stephen Rothwell , Benson Leung , Guenter Roeck , Andy Shevchenko , Greg Kroah-Hartman , "Rafael J . Wysocki" , Dmitry Torokhov , Enric Balletbo i Serra , Muhammad Usama Anjum , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: [PATCH 1/2] platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABI Message-ID: References: <20220518031750.21923-1-bagasdotme@gmail.com> <20220518031750.21923-2-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220518031750.21923-2-bagasdotme@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, May 18, 2022 at 10:17:50AM +0700, Bagas Sanjaya wrote: > What: /sys/bus/platform/devices/GGL0001:*/CHSW > Date: May 2022 > KernelVersion: 5.19 > Description: > This file shows the switch position for the Chrome OS specific > - hardware switches. > - * 0 - No changes. > - * 2 - Recovery button was pressed when firmware booted. > - * 4 - Recovery button was pressed when EC firmware booted. > - * 32 - Developer switch was enabled when firmware booted. > - * 512 - Firmware write protection was disabled when firmware > - booted. > + hardware switches when the firmare is booted. s/firmare/firmware/. Could you fix it in v2 and also Cc to ?