551-96348gw_a_leds.patch 393 B

12345678910111213141516171819202122
  1. --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
  2. +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
  3. @@ -1776,6 +1776,19 @@ static struct board_info __initdata boar
  4. },
  5. .has_ohci0 = 1,
  6. +
  7. + .leds = {
  8. + {
  9. + .name = "96348GW-A::adsl",
  10. + .gpio = 3,
  11. + .active_low = 1,
  12. + },
  13. + {
  14. + .name = "96348GW-A::usb",
  15. + .gpio = 0,
  16. + .active_low = 1,
  17. + }
  18. + },
  19. };
  20. /* NetGear DG834G v4 */