diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 20:52:40 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 20:52:40 +0000 |
commit | 5567fb5f50ff3acb3d039ded0bb2e0ad9522229c (patch) | |
tree | 764c1ddefc2b47b2c40f809f4bd27bfa97418f3c /target/linux/ixp4xx/patches-2.6.30/295-latch_led_driver.patch | |
parent | 22d6770b2214fda87af993282edc3f0c6de97d26 (diff) |
resync ixp4xx 2.6.30 patches with -rc3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.30/295-latch_led_driver.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.30/295-latch_led_driver.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.30/295-latch_led_driver.patch b/target/linux/ixp4xx/patches-2.6.30/295-latch_led_driver.patch index b980570d36..9cbf5e9719 100644 --- a/target/linux/ixp4xx/patches-2.6.30/295-latch_led_driver.patch +++ b/target/linux/ixp4xx/patches-2.6.30/295-latch_led_driver.patch @@ -1,8 +1,8 @@ --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig -@@ -119,6 +119,13 @@ config LEDS_GPIO - outputs. To be useful the particular board must have LEDs - and they must be connected to the GPIO lines. +@@ -155,6 +155,13 @@ config LEDS_LP5521 + This driver can be built as a module by choosing 'M'. The module + will be called leds-lp5521. +config LEDS_LATCH + tristate "LED Support for Memory Latched LEDs" @@ -12,8 +12,8 @@ + + config LEDS_CLEVO_MAIL - tristate "Mail LED on Clevo notebook (EXPERIMENTAL)" - depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL + tristate "Mail LED on Clevo notebook" + depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI --- /dev/null +++ b/drivers/leds/leds-latch.c @@ -0,0 +1,149 @@ @@ -168,7 +168,7 @@ +MODULE_LICENSE("GPL"); --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile -@@ -18,6 +18,7 @@ obj-$(CONFIG_LEDS_COBALT_RAQ) += leds-c +@@ -20,6 +20,7 @@ obj-$(CONFIG_LEDS_COBALT_RAQ) += leds-c obj-$(CONFIG_LEDS_SUNFIRE) += leds-sunfire.o obj-$(CONFIG_LEDS_PCA9532) += leds-pca9532.o obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o @@ -178,7 +178,7 @@ obj-$(CONFIG_LEDS_FSG) += leds-fsg.o --- a/include/linux/leds.h +++ b/include/linux/leds.h -@@ -151,5 +151,19 @@ struct gpio_led_platform_data { +@@ -153,5 +153,19 @@ struct gpio_led_platform_data { unsigned long *delay_off); }; |