aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-hp-disk.c
Commit message (Collapse)AuthorAge
* remove unused #include <version.h>'sHuang Weiyi2008-11-01
| | | | | | | | | | | The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION. drivers/leds/leds-hp-disk.c drivers/misc/panasonic-laptop.c This patch removes the said #include <version.h>. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* leds-hp-disk: fix build warningLen Brown2008-10-25
| | | | | | drivers/leds/leds-hp-disk.c:59: warning: passing argument 4 of ‘acpi_evaluate_integer’ from incompatible pointer type Signed-off-by: Len Brown <len.brown@intel.com>
* leds/acpi: Fix merge fallout from acpi_driver_data changeStephen Rothwell2008-10-23
| | | | | Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* leds: Add driver for HP harddisk protection LEDsPavel Machek2008-10-20
HP notebooks contain accelerometer-based disk protection subsystem, and LED that indicates hard disk is protected. This is driver for the LED part. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>