From ac3a4e7ae276f499b952b09a21c8025fceb88fac Mon Sep 17 00:00:00 2001 From: Mirko Parthey Date: Tue, 14 Feb 2017 15:05:09 +0100 Subject: [PATCH] brcm47xx: fix USB driver choice for Asus WL-500W MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit BCM4704 SoC has only USB 1.1 core: ssb: Core 3 found: USB 1.1 Hostdev (cc 0x808, rev 0x03, vendor 0x4243) but this device actually comes with two USB 2.0 ports. It appears embedded controller isn't used but instead there are two PCI attached controllers (next to the BCM4321 wireless card): 1106:3038 VT82xx/62xx UHCI USB 1.1 Controller 1106:3104 USB 2.0 Choose a set of USB drivers which actually support this hardware. Signed-off-by: Mirko Parthey Signed-off-by: Rafał Miłecki --- target/linux/brcm47xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 1bf577e159..8c681ac345 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -300,7 +300,7 @@ TARGET_DEVICES += asus-wl-500gp-v2 define Device/asus-wl-500w DEVICE_TITLE := Asus WL-500W - DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES) + DEVICE_PACKAGES := kmod-b43 kmod-usb-uhci kmod-usb2-pci $(Device/asus) PRODUCTID := "WL500W " endef -- 2.30.2