mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [LEDS] fix IDE disk trigger name
@ 2006-04-01 15:29 Ben Dooks
  2006-04-02 10:41 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Dooks @ 2006-04-01 15:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: rpurdie, akpm

[-- Attachment #1: Type: text/plain, Size: 113 bytes --]

The IDE Disk LED trigger has the same name
as the timer trigger.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

[-- Attachment #2: leds-fix-idetrigger.patch --]
[-- Type: text/plain, Size: 562 bytes --]

diff -urpN -X ../dontdiff linux-2.6.16-git20-bjd1/drivers/leds/Kconfig linux-2.6.16-git20-bjd2/drivers/leds/Kconfig
--- linux-2.6.16-git20-bjd1/drivers/leds/Kconfig	2006-04-01 14:09:34.000000000 +0100
+++ linux-2.6.16-git20-bjd2/drivers/leds/Kconfig	2006-04-01 14:49:22.000000000 +0100
@@ -74,7 +74,7 @@ config LEDS_TRIGGER_TIMER
 	  via sysfs. If unsure, say Y.
 
 config LEDS_TRIGGER_IDE_DISK
-	bool "LED Timer Trigger"
+	bool "LED IDE Disk Trigger"
 	depends LEDS_TRIGGERS && BLK_DEV_IDEDISK
 	help
 	  This allows LEDs to be controlled by IDE disk activity.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-02 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-01 15:29 [LEDS] fix IDE disk trigger name Ben Dooks
2006-04-02 10:41 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome