]> Zhao Yanbai Git Server - minix.git/commit
arm:adding the usbd source code.
authorKees Jongenburger <kees.jongenburger@gmail.com>
Mon, 26 May 2014 14:47:47 +0000 (16:47 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:38 +0000 (17:05 +0200)
commited3391fd23ff207422a1c5534bbba73bce249a76
tree0cacdddfdc2d047e4e69fcb608de47150cd4e523
parent3553b1a2f5333e494ae1f1dd94701e87b51a0916
arm:adding the usbd source code.

Change-Id: Ia3c50a8c5e11bf20100354de266913112cc236f9

http://gerrit.minix3.org/#/c/2689/
19 files changed:
drivers/usbd/Makefile [new file with mode: 0755]
drivers/usbd/README.txt [new file with mode: 0755]
drivers/usbd/base/earm/Makefile [new file with mode: 0755]
drivers/usbd/base/earm/usbd_earm.c [new file with mode: 0755]
drivers/usbd/base/usbd.c [new file with mode: 0755]
drivers/usbd/hcd/hcd.c [new file with mode: 0755]
drivers/usbd/hcd/hcd_common.c [new file with mode: 0755]
drivers/usbd/hcd/hcd_ddekit.c [new file with mode: 0755]
drivers/usbd/hcd/musb/musb_am335x.c [new file with mode: 0755]
drivers/usbd/hcd/musb/musb_core.c [new file with mode: 0755]
drivers/usbd/hcd/musb/musb_core.h [new file with mode: 0755]
drivers/usbd/hcd/musb/musb_regs.h [new file with mode: 0755]
drivers/usbd/include/usb/hcd_common.h [new file with mode: 0755]
drivers/usbd/include/usb/hcd_ddekit.h [new file with mode: 0755]
drivers/usbd/include/usb/hcd_interface.h [new file with mode: 0755]
drivers/usbd/include/usb/hcd_platforms.h [new file with mode: 0755]
drivers/usbd/include/usb/usb_common.h [new file with mode: 0755]
drivers/usbd/include/usb/usbd_interface.h [new file with mode: 0755]
drivers/usbd/usbd.conf [new file with mode: 0755]