From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: Re: [PATCH 1/2] thermal: add hwmon sys I/F for thermal device Date: Tue, 18 Mar 2008 10:25:27 +0100 Message-ID: <47DF8A87.2010506@hhs.nl> References: <1203975102.10256.82.camel@acpi-hp-zz.sh.intel.com> <47C3D04E.6090609@hhs.nl> <20080317133732.05b79f4d@hyperion.delvare> <1205805569.3171.23.camel@acpi-hp-zz.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.versatel.nl ([62.58.50.88]:56916 "EHLO smtp1.versatel.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752127AbYCRJZ5 (ORCPT ); Tue, 18 Mar 2008 05:25:57 -0400 In-Reply-To: <1205805569.3171.23.camel@acpi-hp-zz.sh.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Zhang, Rui" Cc: Jean Delvare , linux-acpi , lm-sensors , Matthew Garrett , Thomas Renninger , "Thomas, Sujith" , "Mark M. Hoffman" , Henrique de Moraes Holschuh , Len Brown , Richard Hughes Zhang, Rui wrote: > On Mon, 2008-03-17 at 20:37 +0800, Jean Delvare wrote: >> The >> labelling issue could be solved by adding temp*_label files, but this >> still prevents the user from overriding a label. > why user needs to override the label? Well allowing the user to specify user visible names is always good. But that can still be done with temp*_label files. Last time I checked (when I wrote the _label sysfs atrr support code) it would only check for and use a foo#_label file if no label was specified in sensors.conf. This would of course require the temp# numbering to be consistent over reboots and kernel versions. Regards, Hans