[lantiq] add ltq-hcd
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 01:59:53 +0000 (01:59 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 01:59:53 +0000 (01:59 +0000)
commit1742d601891b28f6460dbfda7c29c1275f1b8453
tree783252dd9b5242d4f3cbf3154ac069d6954b88a7
parent7185dc2440c81feae80539ecc8d1e0c9e133497b
[lantiq] add ltq-hcd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34688 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 files changed:
package/platform/lantiq/ltq-hcd/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/Kconfig [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxhcd.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxhcd.h [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxhcd_es.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxhcd_intr.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxhcd_queue.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_cif.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_cif.h [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_cif_d.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_cif_h.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_ctl.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_driver.c [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_host.ko [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_plat.h [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_regs.h [new file with mode: 0644]
package/platform/lantiq/ltq-hcd/src/ifxusb_version.h [new file with mode: 0644]