Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423243AbWJaN2a (ORCPT ); Tue, 31 Oct 2006 08:28:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423239AbWJaN2a (ORCPT ); Tue, 31 Oct 2006 08:28:30 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]:45964 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S1423243AbWJaN23 (ORCPT ); Tue, 31 Oct 2006 08:28:29 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tBiDyQzbgqOOmwzcU4+eoax9Im/K81PdTeTlF/Xno+NSTC6NQ81Jwr5JmnShQg373oZBqHYEK+JuXhv8IFnA6qSuX/gwVO7yDv+z5YFoKA18XFnjA8bWA13hQ2mHhWjfwjqHHcgJ+ddJV28LZ0ezIEIUC+3KkmPkZQhT1LCd0Dw= Message-ID: <41840b750610310528p4b60d076v89fc7611a0943433@mail.gmail.com> Date: Tue, 31 Oct 2006 15:28:27 +0200 From: "Shem Multinymous" To: "Greg KH" Subject: Re: [PATCH v2] Re: Battery class driver. Cc: "David Zeuthen" , "Richard Hughes" , "David Woodhouse" , "Dan Williams" , linux-kernel@vger.kernel.org, devel@laptop.org, sfr@canb.auug.org.au, len.brown@intel.com, benh@kernel.crashing.org, "linux-thinkpad mailing list" , "Pavel Machek" , "Jean Delvare" In-Reply-To: <20061031074946.GA7906@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1161762158.27622.72.camel@shinybook.infradead.org> <1161778296.27622.85.camel@shinybook.infradead.org> <41840b750610250742p7ad24af9va374d9fa4800708a@mail.gmail.com> <1161815138.27622.139.camel@shinybook.infradead.org> <41840b750610251639t637cd590w1605d5fc8e10cd4d@mail.gmail.com> <1162037754.19446.502.camel@pmac.infradead.org> <1162041726.16799.1.camel@hughsie-laptop> <1162048148.2723.61.camel@zelda.fubar.dk> <41840b750610281112q7790ecao774b3d1b375aca9b@mail.gmail.com> <20061031074946.GA7906@kroah.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2071 Lines: 44 Hi Greg, On 10/31/06, Greg KH wrote: > > On 10/28/06, David Zeuthen wrote: > > >What about just prepending the unit to the 'threshold' file? Then user > > >space can expect the contents of said file to be of the form "%d %s". I > > >don't think that violates the "only one value per file" sysfs mantra. > > > > The tp_smapi battery driver did just this ("16495 mW"). But I dropped > > it in a recent version when Pavel pointed out the rest of sysfs, hwmon > > included, uses undecorated integers. > > Consistency aside, it seems reasonable and convenient. You have to > > decree that writes to the attributes (where relevant) don't include > > the units, of course, so no one will expect the kernel to parse that. > > > > There's an issue here if a drunk driver decides to specify (say) > > capacity_remaining in mWh and capacity_last_full in mAa, which will > > confuse anyone comparing those attributest. So don't do that. > > > > Jean, what's your opinion on letting hwmon-ish attributes specify > > units as "%d %s" where these are hardware-dependent? > > No, the sysfs files should just always keep the same units as > documented. It's easier all around that way. It sure is easier, but we're discussinng the case where units change in runtime; what do we document then? Plug in a different battery and you get reports in mA and mAh insted of mW and mWh. The suggestions so far were: 1. Append units string to the content of such attribute: /sys/.../capacity_remaining reads "16495 mW". 2. Add a seprate *_units attribute saying what are units for other attribute: /sys/.../capacity_units gives the units for /sys/.../capacity_{remaining,last_full,design,min,...}. 3. Append the units to the attribute names: capacity_{remaining,last_full,design_min,...}:mV. Shem - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/