Hello,

I enabled the usb host hardware for TL-WR941Nv4, this is a patch for
kernel to do the initialize
Some wiki is sit at https://forum.openwrt.org/viewtopic.php?pid=103363#p103363

Is it correct I enable the usb, while the HW lack a usb connector on
the released board ?

Author: arrow_zhang <arrow....@gmail.com>  2010-03-03 22:43:46
Committer: arrow_zhang <arrow....@gmail.com>  2010-03-03 22:43:46
Parent: 2e4a1331382df1fc84f376e08febb90460ff6a6e (Merge branch
'master' into WR941Nv4.upstream)
Branch: WR941Nv4.upstream
Follows:
Precedes:

    ar71xx:wr741ndv4, enable usb for WR941Nv4.

--------- target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c ---------
index f6f3059..6213410 100644
@@ -20,6 +20,7 @@
 #include "dev-ap91-pci.h"
 #include "dev-gpio-buttons.h"
 #include "dev-leds-gpio.h"
+#include "dev-usb.h"

 #define TL_WR741ND_GPIO_LED_QSS                0
 #define TL_WR741ND_GPIO_LED_SYSTEM     1
@@ -109,6 +110,7 @@ static void __init tl_wr741nd_setup(void)
                                        tl_wr741nd_gpio_buttons);

        ap91_eth_init(mac);
+       ar71xx_add_device_usb();
        ap91_pci_init(ee, mac);
 }
 MIPS_MACHINE(AR71XX_MACH_TL_WR741ND, "TL-WR741ND", "TP-LINK TL-WR741ND",
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to