lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 7 Dec 2009 16:50:23 +0200
From:	Amit Kucheria <amit.kucheria@...durent.com>
To:	List Linux Kernel <linux-kernel@...r.kernel.org>
Cc:	rui.zhang@...el.com, jic23@....ac.uk, khali@...ux-fr.org,
	alan@...ux.intel.com, linux-acpi@...r.kernel.org, gregkh@...e.de,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCHv2 0/2] Introducing the Ambient Light Sensor (ALS) class

On Mon, Nov 30, 2009 at 1:45 PM, Amit Kucheria
<amit.kucheria@...durent.com> wrote:
> 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
>

(Bump)

Is there any blocker to adding this for 2.6.33? Which maintainer will
pick up the ALS framework?

Rui, do you have an updated patch for the ACPI ALS driver?

Regards,
Amit
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ