From: Rod Whitby Date: Wed, 15 Feb 2006 11:55:47 +0000 (+0000) Subject: ixp4xx-kernel: Changed nas100d led name from disk-1 to disk. X-Git-Tag: Release-2010-05/1~9453^2~2353 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b82302b3e0702a91bf67c2c80d07335f88a378d;p=openembedded.git ixp4xx-kernel: Changed nas100d led name from disk-1 to disk. --- 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 +Signed-off-by: Rod Whitby --- 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 + .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,