From: Felix Fietkau Date: Fri, 30 Nov 2007 21:58:06 +0000 (+0000) Subject: add extra wrt350n leds (patch from #2745) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=66a69b145a5f7f5fc05ec2def21fd477823815ef;p=librecmc%2Flibrecmc.git add extra wrt350n leds (patch from #2745) SVN-Revision: 9641 --- diff --git a/package/broadcom-diag/src/diag.c b/package/broadcom-diag/src/diag.c index 94ab384d30..07b89d3759 100644 --- a/package/broadcom-diag/src/diag.c +++ b/package/broadcom-diag/src/diag.c @@ -214,7 +214,10 @@ static struct platform_t __initdata platforms[] = { }, .leds = { { .name = "power", .gpio = 1 << 1, .polarity = NORMAL }, - { .name = "ses", .gpio = 1 << 3, .polarity = REVERSE }, + { .name = "ses_amber", .gpio = 1 << 3, .polarity = REVERSE }, + { .name = "ses_green", .gpio = 1 << 9, .polarity = REVERSE }, + { .name = "usb_blink", .gpio = 1 << 10, .polarity = REVERSE }, + { .name = "usb", .gpio = 1 << 11, .polarity = REVERSE }, }, }, /* Asus */