Staging: USB/IP: add client driver
authorTakahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Wed, 9 Jul 2008 20:56:51 +0000 (14:56 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Oct 2008 22:31:09 +0000 (15:31 -0700)
commit04679b3489e048cd5dae79e050a3afed8e4e42b6
treea283cfe4b3eaf70d1e3b6eafa769a67a983e0f52
parent05a1f28e879e3b4d6a9c08e30b1898943f77b6e7
Staging: USB/IP: add client driver

This adds the USB IP client driver

Brian Merrell cleaned up a lot of this code and submitted it for
inclusion.  Greg also did a lot of cleanup.

Signed-off-by: Brian G. Merrell <bgmerrell@novell.com>
Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/Kconfig
drivers/staging/usbip/Makefile
drivers/staging/usbip/vhci.h [new file with mode: 0644]
drivers/staging/usbip/vhci_hcd.c [new file with mode: 0644]
drivers/staging/usbip/vhci_rx.c [new file with mode: 0644]
drivers/staging/usbip/vhci_sysfs.c [new file with mode: 0644]
drivers/staging/usbip/vhci_tx.c [new file with mode: 0644]