Skip to content

Commit cdb8faa

Browse files
ynezzpaulburton
authored andcommitted
mips: bcm47xx: Enable USB power on Netgear WNDR3400v2
Eric has reported on OpenWrt's bug tracking system[1], that he's not able to use USB devices on his WNDR3400v2 device after the boot, until he turns on GPIO #21 manually through sysfs. 1. https://bugs.openwrt.org/index.php?do=details&task_id=2170 Cc: Rafał Miłecki <[email protected]> Cc: Hauke Mehrtens <[email protected]> Reported-by: Eric Bohlman <[email protected]> Tested-by: Eric Bohlman <[email protected]> Signed-off-by: Petr Štetiar <[email protected]> Signed-off-by: Paul Burton <[email protected]>
1 parent 47c2503 commit cdb8faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/bcm47xx/workarounds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ void __init bcm47xx_workarounds(void)
2424
case BCM47XX_BOARD_NETGEAR_WNR3500L:
2525
bcm47xx_workarounds_enable_usb_power(12);
2626
break;
27+
case BCM47XX_BOARD_NETGEAR_WNDR3400V2:
2728
case BCM47XX_BOARD_NETGEAR_WNDR3400_V3:
2829
bcm47xx_workarounds_enable_usb_power(21);
2930
break;

0 commit comments

Comments
 (0)