etrax should not select foxboard-utils by default as the package is now in the packag...
[openwrt.git] / target / linux / at91 / patches-2.6.21 / 011-vlink-resetfix.patch
1 Index: linux-2.6.21.7/arch/arm/mach-at91/board-vlink.c
2 ===================================================================
3 --- linux-2.6.21.7.orig/arch/arm/mach-at91/board-vlink.c
4 +++ linux-2.6.21.7/arch/arm/mach-at91/board-vlink.c
5 @@ -175,6 +175,7 @@ static void __init vlink_board_init(void
6  /* USB Device control */
7         at91_set_gpio_input(AT91_PIN_PB27, 1);  // UDB_CNX
8         at91_set_gpio_output(AT91_PIN_PB28, 1); // UDB_PUP
9 +                        at91_set_multi_drive(AT91_PIN_PB28, 1); // Set to multi-drive
10  
11  }
12