From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933157AbZHDRlz (ORCPT ); Tue, 4 Aug 2009 13:41:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932962AbZHDRlz (ORCPT ); Tue, 4 Aug 2009 13:41:55 -0400 Received: from kroah.org ([198.145.64.141]:39851 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932885AbZHDRly (ORCPT ); Tue, 4 Aug 2009 13:41:54 -0400 Date: Tue, 4 Aug 2009 10:36:27 -0700 From: Greg KH To: Valdis.Kletnieks@vt.edu Cc: Pavel Machek , Zhang Rui , linux-acpi , Linux Kernel Mailing List , Len Brown , Richard Purdie , Matthew Garrett Subject: Re: [PATCH 0/3] Generic sysfs support for ACPI ALS and other ALS devices Message-ID: <20090804173627.GA23848@kroah.com> References: <1249290657.2670.250.camel@rzhang-dt> <20090804132129.GH18974@elf.ucw.cz> <20090804151042.GA20276@kroah.com> <19631.1249406664@turing-police.cc.vt.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19631.1249406664@turing-police.cc.vt.edu> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 04, 2009 at 01:24:24PM -0400, Valdis.Kletnieks@vt.edu wrote: > On Tue, 04 Aug 2009 08:10:42 PDT, Greg KH said: > > On Tue, Aug 04, 2009 at 03:21:29PM +0200, Pavel Machek wrote: > > > On Mon 2009-08-03 17:10:57, Zhang Rui wrote: > > > > > cat /sys/class/als/als0/mappings > > > > ???Illuminance Adjustment > > > > 0 70 > > > > 10 73 > > > > 80 85 > > > > 300 100 > > > > 1000 150 > > > > > > There's one value per file for sysfs... You should definitely have the > > > header. > > > > No, no "header", just don't do this, it's not allowed. Again, > > one-value-per-sysfs-file is the rule, please do not violate it. > > What's the intended sysfs solution here, then? Make 'mappings' a directory, > and populate it with files called 0, 10, 80, 300, 1000, each with one number > in them? That's one acceptable solution. Or how about files in this directory called "mapping_0", "mapping_10", and so on, containing the adjustment value? thanks, greg k-h