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 <shemminger@xxxxxxxxxxxxxxxxxxxx> --- a/drivers/input/misc/apanel.c 2007-11-20 06:10:18.000000000 -0800 +++ b/drivers/input/misc/apanel.c 2007-11-20 06:11:34.000000000 -0800 @@ -219,7 +219,7 @@ static struct apanel apanel = { }, .mail_led = { - .name = APANEL ":mail", + .name = "mail:blue", .brightness_set = mail_led_set, }, }; -- - To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html