diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-02-15 11:55:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-15 11:55:47 +0000 |
commit | 1b82302b3e0702a91bf67c2c80d07335f88a378d (patch) | |
tree | dc49360a6c1a3ad9611682e0880194ddb67e8f36 | |
parent | 97b4648ec2e7a6fb232d41fd271250192f8c671d (diff) |
ixp4xx-kernel: Changed nas100d led name from disk-1 to disk.
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.16/96-nas100d-leds.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/96-nas100d-leds.patch b/packages/linux/ixp4xx-kernel/2.6.16/96-nas100d-leds.patch index d78a779127..796ca87718 100644 --- a/packages/linux/ixp4xx-kernel/2.6.16/96-nas100d-leds.patch +++ b/packages/linux/ixp4xx-kernel/2.6.16/96-nas100d-leds.patch @@ -1,6 +1,7 @@ NEW_LEDS support for the IOMega NAS100D Signed-off-by: John Bowler <jbowler@acm.org> +Signed-off-by: Rod Whitby <rod@whitby.id.au> --- linux-2.6.15/arch/arm/mach-ixp4xx/nas100d-setup.c 1970-01-01 00:00:00.000000000 +0000 +++ linux-2.6.15/arch/arm/mach-ixp4xx/nas100d-setup.c 1970-01-01 00:00:00.000000000 +0000 @@ -31,7 +32,7 @@ Signed-off-by: John Bowler <jbowler@acm.org> + .flags = IXP4XX_GPIO_LOW, + }, + { -+ .name = "disk-1", /* yellow led */ ++ .name = "disk", /* green flashing (off) and yellow (on) led */ + .start = 3, + .end = 3, + .flags = IXP4XX_GPIO_LOW, |