add ltq-hcd
authorJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 01:59:53 +0000 (01:59 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 01:59:53 +0000 (01:59 +0000)
commit65d9ff50546d8b244357ec7189d98a40fb616ec8
tree0699db4e86b6cf8cf51c5ce55ef58c333ff0a4d2
parent3a948770cf46732ba4e2ebe667efc3be164780e3
add ltq-hcd

SVN-Revision: 34688
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]