The patch titled
apanel: change name of LED
has been added to the -mm tree. Its filename is
apanel-change-name-of-led.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: apanel: change name of LED
From: Stephen Hemminger <[EMAIL PROTECTED]>
Make name of LED match the current usage precedent in wistron buttons. Note:
If the LED developers want a different convention, they can just change both
drivers.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Cc: Dmitry Torokhov <[EMAIL PROTECTED]>
Cc: Jiri Kosina <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/input/misc/apanel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/input/misc/apanel.c~apanel-change-name-of-led
drivers/input/misc/apanel.c
--- a/drivers/input/misc/apanel.c~apanel-change-name-of-led
+++ a/drivers/input/misc/apanel.c
@@ -219,7 +219,7 @@ static struct apanel apanel = {
},
.mail_led = {
- .name = APANEL ":mail",
+ .name = "mail:blue",
.brightness_set = mail_led_set,
},
};
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-input.patch
fujitsu-application-panel-driver.patch
apanel-free-input-device-on-close.patch
apanel-change-name-of-led.patch
apanel-detach-on-shutdown.patch
apanel-use-generic-keycode-routines.patch
git-net.patch
git-netdev-all.patch
git-wireless.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html