[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1249290657.2670.250.camel@rzhang-dt>
Date: Mon, 03 Aug 2009 17:10:57 +0800
From: Zhang Rui <rui.zhang@...el.com>
To: linux-acpi <linux-acpi@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: Len Brown <lenb@...nel.org>, Richard Purdie <rpurdie@...ys.net>,
Matthew Garrett <mjg59@...f.ucam.org>,
Pavel Machek <pavel@....cz>, "Zhang, Rui" <rui.zhang@...el.com>
Subject: [PATCH 0/3] Generic sysfs support for ACPI ALS and other ALS
devices
Hi, all,
This is the patch set I made to introduce ACPI ALS device driver
and a generic sysfs I/F for all the ALS devices, like ACPI ALS,
platform ALS, etc.
Patch 01 introduces the ACPI ALS device driver.
Patch 02 introduces ALS sysfs class.
Two sysfs I/F are created for each ALS device.
/sys/class/als/alsX/illuminance:
the amount of light incident upon a specified surface area.
/sys/class/als/alsX/mappings:
ambient light illuminance to display luminance mappings
that can be used by an OS to calibrate its ambient light policy
this is what I got on a test box:
cat /sys/class/als/als0/mappings
Illuminance Adjustment
0 70
10 73
80 85
300 100
1000 150
- noting that display luminance adjustment values are specified
using relative percentages in order simplify the means by which
these adjustments are applied in lieu of changes to the user’s
display brightness preference.
Patch 03 introduces the generic sysfs I/F for ACPI ALS devices.
Patch 02/03 are RFC patches because I'm not sure if these sysfs I/F are
generic enough for other ALS devices, and if there is any attribute that
I missed.
For example, ACPI ALS has some optional properties like ambient light
temperature and ambient light color chromaticity, but I'm not sure if
they should be exported to user spaces via ALS sysfs class.
Any comments are welcome.
thanks,
rui
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists