A simple patch to 15.05 is required to enable USB on Archer C20i.

$ diff -up target/linux/ramips/dts/ArcherC20i.dts{.orig,}
--- target/linux/ramips/dts/ArcherC20i.dts.orig 2015-06-25 20:06:24.175594738 +0200 +++ target/linux/ramips/dts/ArcherC20i.dts 2015-06-25 20:07:33.497268021 +0200
@@ -69,6 +69,14 @@
                };
        };

+       ehci@101c0000 {
+               status = "okay";
+       };
+
+       ohci@101c1000 {
+               status = "okay";
+       };
+
        ethernet@10100000 {
                pinctrl-names = "default";
                pinctrl-0 = <&ephy_pins>;


It has been discussed here:
https://forum.openwrt.org/viewtopic.php?pid=281009#p281009
I have confirmed it works for me too.

Thank you for your work.

Signed-off-by: Gunnar Thorburn <[email protected]>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to