]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
wusb: add the Wire Adapter (WA) core
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Wed, 17 Sep 2008 15:34:29 +0000 (16:34 +0100)
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>
Wed, 17 Sep 2008 15:54:31 +0000 (16:54 +0100)
commitdf3654236e31f6cf425ed2ee5a74ceac366a7a9e
tree30479f1c683f503264043d4f61632392e7cc0f11
parent7e6133aa42920ea87ad9791a0fb2b95d1a23b8f9
wusb: add the Wire Adapter (WA) core

Common code for supporting Host Wire Adapters and Device Wire Adapters.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
drivers/usb/wusbcore/Makefile
drivers/usb/wusbcore/wa-hc.c [new file with mode: 0644]
drivers/usb/wusbcore/wa-hc.h [new file with mode: 0644]
drivers/usb/wusbcore/wa-nep.c [new file with mode: 0644]
drivers/usb/wusbcore/wa-rpipe.c [new file with mode: 0644]
drivers/usb/wusbcore/wa-xfer.c [new file with mode: 0644]