From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [RFC PATCH V2 2/2] introduce ACPI ALS device driver Date: Thu, 6 Aug 2009 11:52:35 -0700 Message-ID: <20090806185235.GA28664@kroah.com> References: <1249547500.2670.500.camel@rzhang-dt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1249547500.2670.500.camel@rzhang-dt> Sender: linux-kernel-owner@vger.kernel.org To: Zhang Rui Cc: linux-acpi , Linux Kernel Mailing List , Pavel Machek , Richard Purdie , Matthew Wilcox , Len Brown , Bjorn Helgaas , "Valdis.Kletnieks@vt.edu" List-Id: linux-acpi@vger.kernel.org On Thu, Aug 06, 2009 at 04:31:40PM +0800, Zhang Rui wrote: > > ACPI spec defines ACPI Ambient Light Sensor device (hid ACPI0008), > which provides a standard interface by which the OS may query properties > of the ambient light environment the system is currently operating in, > as well as the ability to detect meaningful changes in these values when the > environment changes. If you are adding new sysfs files, they need to be documented in Documentation/ABI at the same time. Please do that for these. thanks, greg k-h