diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-26 06:23:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-26 06:23:32 +0000 |
commit | a754c302a8a3533f692258c831dec7e48105aa01 (patch) | |
tree | f18d4db2e3dfa5e42dd0e91462d665efad563633 /target/linux/ixp4xx/patches-2.6.37/295-latch_led_driver.patch | |
parent | b1384cb5d4e9b184e96eaf03023a8f0e46e640fc (diff) |
ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.37/295-latch_led_driver.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.37/295-latch_led_driver.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.37/295-latch_led_driver.patch b/target/linux/ixp4xx/patches-2.6.37/295-latch_led_driver.patch index 1dc2690ac1..4d399f75dc 100644 --- a/target/linux/ixp4xx/patches-2.6.37/295-latch_led_driver.patch +++ b/target/linux/ixp4xx/patches-2.6.37/295-latch_led_driver.patch @@ -1,8 +1,8 @@ --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig -@@ -176,6 +176,13 @@ config LEDS_LP3944 - To compile this driver as a module, choose M here: the - module will be called leds-lp3944. +@@ -210,6 +210,13 @@ config LEDS_LP5523 + Driver provides direct control via LED class and interface for + programming the engines. +config LEDS_LATCH + tristate "LED Support for Memory Latched LEDs" @@ -13,7 +13,7 @@ + config LEDS_CLEVO_MAIL tristate "Mail LED on Clevo notebook" - depends on X86 && SERIO_I8042 && DMI + depends on LEDS_CLASS --- /dev/null +++ b/drivers/leds/leds-latch.c @@ -0,0 +1,150 @@ @@ -175,11 +175,11 @@ obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o +obj-$(CONFIG_LEDS_LATCH) += leds-latch.o obj-$(CONFIG_LEDS_LP3944) += leds-lp3944.o - obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o - obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o + obj-$(CONFIG_LEDS_LP5521) += leds-lp5521.o + obj-$(CONFIG_LEDS_LP5523) += leds-lp5523.o --- a/include/linux/leds.h +++ b/include/linux/leds.h -@@ -165,5 +165,19 @@ struct gpio_led_platform_data { +@@ -204,5 +204,19 @@ struct gpio_led_platform_data { unsigned long *delay_off); }; |