1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 20:29:41 +02:00

adm5120: fix USB LED configuration for the BR-6104KP (closes #4187)

* Thanks to Eugeny Zadevalov


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20098 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-03-09 18:05:55 +00:00
parent d8bd37df34
commit bfcea98a59

View File

@ -13,8 +13,8 @@
static struct gpio_led br6104kp_gpio_leds[] __initdata = { static struct gpio_led br6104kp_gpio_leds[] __initdata = {
GPIO_LED_STD(ADM5120_GPIO_PIN0, "power", NULL), GPIO_LED_STD(ADM5120_GPIO_PIN0, "power", NULL),
GPIO_LED_STD(ADM5120_GPIO_PIN1, "usb1", NULL), GPIO_LED_INV(ADM5120_GPIO_PIN3, "usb1", NULL),
GPIO_LED_INV(ADM5120_GPIO_PIN3, "usb2", NULL), GPIO_LED_INV(ADM5120_GPIO_PIN1, "usb2", NULL),
GPIO_LED_INV(ADM5120_GPIO_P0L1, "wan_speed", NULL), GPIO_LED_INV(ADM5120_GPIO_P0L1, "wan_speed", NULL),
GPIO_LED_INV(ADM5120_GPIO_P0L0, "wan_lnkact", NULL), GPIO_LED_INV(ADM5120_GPIO_P0L0, "wan_lnkact", NULL),
GPIO_LED_INV(ADM5120_GPIO_P1L1, "lan1_speed", NULL), GPIO_LED_INV(ADM5120_GPIO_P1L1, "lan1_speed", NULL),