-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- From what I understand we are quite a bit away from supporting Synopsys
DesignWare USB silicon stuff. On linux-ppc there was a discussion about
the legal issues of the dwc_otg driver:
http://www.mail-archive.com/linuxppc-...@lists.ozlabs.org/msg47278.html
just to know if i'm on the right path:
hopefully, once this is resolved, all the different modifications of
dwc_otg flying around can merged and the differences get abstracted into
various platform_data-supplied variables.
as another small step, i enabled USB_ARCH_HAS_HCD for RT305x in Kconfig.
patch attached.
is there any openwrt-on-ralink masterplan?  i'm definitely not the most
skilled kernel coder, but willing to learn and improve. as there are
many things left to do, i suggest to devide and conquer. so suggestions
about what i should work on next are welcome.
cheers

daniel

On 09/27/2010 04:53 PM, Gabor Juhos wrote:
> 2010.08.17. 19:00 keltezéssel, Luis Correia írta:
>> The current defaults for ramips rt305x does not allow the USB
>> subsystem to be selected/built.
>>
>> This patch is just a small step in that direction.
>>
>> Signed-off-by: Luis Correia <luis.f.corr...@gmail.com>
> 
> Applied in r23128.
> 
> Thanks,
> Gabor
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMv5NNAAoJELd9RAts2fh5wQoIAIgwlKZ0GHnTaqhiz+1MjJOM
oEmr8u33Mi9NJLET2D/TqiKQ5UfU8nj09sEoa+eGJmPHpBc/JqfHyP27oIWlEHkr
+rHN9Vj1hAFcGNpl8cf0gG4XU4d1Gt3ptvEm6sXXhlI8hxt+LzAmMtu049TAnbT5
0VDtDHqsp2VapvdXwxvUUQwE8d3p+meCsQLIiDYsExxrDnP86ob2wxeTKsiW85K7
i1WIE0A4fvA+QBgVISNjPmu1roftMY0UTA/BozW1r6ymPDHvyEA5zIZtDi9n2km4
wUURywn9niBXBvukpxNz20xuoww9Wzo/zOdfaCsHhlvDZgDcU3KHb441W79d93k=
=koeO
-----END PGP SIGNATURE-----
Index: target/linux/ramips/patches-2.6.34/201-enable-usb-on-rt3052.patch
===================================================================
--- target/linux/ramips/patches-2.6.34/201-enable-usb-on-rt3052.patch   
(revision 0)
+++ target/linux/ramips/patches-2.6.34/201-enable-usb-on-rt3052.patch   
(revision 0)
@@ -0,0 +1,10 @@
+--- a/drivers/usb/Kconfig      2010-10-20 23:37:06.000000000 +0200
++++ b/drivers/usb/Kconfig      2010-10-20 23:36:59.000000000 +0200
+@@ -23,6 +23,7 @@
+       default y if ARM                                # SL-811
+       default y if BLACKFIN                           # SL-811
+       default y if SUPERH                             # r8a66597-hcd
++      default y if RALINK_RT305X                      # DWC OTG       
+       default PCI
+ 
+ # many non-PCI SOC chips embed OHCI

Attachment: rt305x-enable-usb-hcd.patch.sig
Description: PGP signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to