lkml.org 
[lkml]   [2009]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] Introduding the Ambient Light Sensor (ALS) class
Date
Introduce a new class of devices to handle ambient light sensors. Currently
only one sysfs inteface, 'illuminance' is introduced. More will be added as
drivers are ported to use this new class.

Amit Kucheria (1):
als: add unique device-ids to the als device class

Zhang Rui (1):
introduce ALS sysfs class

Documentation/ABI/testing/sysfs-class-als | 9 ++
MAINTAINERS | 6 ++
drivers/Kconfig | 2 +
drivers/Makefile | 1 +
drivers/als/Kconfig | 10 +++
drivers/als/Makefile | 5 +
drivers/als/als_sys.c | 116 +++++++++++++++++++++++++++++
include/linux/als_sys.h | 35 +++++++++
8 files changed, 184 insertions(+), 0 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-class-als
create mode 100644 drivers/als/Kconfig
create mode 100644 drivers/als/Makefile
create mode 100644 drivers/als/als_sys.c
create mode 100644 include/linux/als_sys.h



\
 
 \ /
  Last update: 2009-11-26 13:07    [W:0.052 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site