]> git.baikalelectronics.ru Git - kernel.git/commit
lis3lv02d: merge with leds hp disk
authorEric Piel <eric.piel@tremplin-utc.net>
Thu, 15 Jan 2009 21:51:23 +0000 (13:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Jan 2009 00:39:40 +0000 (16:39 -0800)
commit5ed55b56abbf8399bd3b03dba4383086fbda34d6
tree109a347061a1e2d1e08aa3908b893e2ee55f9732
parentf343c200d9e0778f5ad6c3e0da9b4498fe15dfb2
lis3lv02d: merge with leds hp disk

Move the second part of the HP laptop disk protection functionality (a red
led) to the same driver.  From a purely Linux developer's point of view,
the led and the accelerometer have nothing related.  However, they
correspond to the same ACPI functionality, and so will always be used
together, moreover as they share the same ACPI PNP alias, there is no
other simple to allow to have same loaded at the same time if they are not
in the same module.  Also make it requires the led class to compile and
update the Kconfig text.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/hwmon/Kconfig
drivers/hwmon/hp_accel.c
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-hp-disk.c [deleted file]