Staging: USB/IP: add host driver
commit4d7b5c7f8ad49b7f01fb8aed83c560ac43cfbda8
authorTakahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Wed, 9 Jul 2008 20:56:51 +0000 (9 14:56 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Oct 2008 22:31:09 +0000 (10 15:31 -0700)
treeb9a643d4dd14f7048356b21fcb136293efff5b54
parent04679b3489e048cd5dae79e050a3afed8e4e42b6
Staging: USB/IP: add host 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/stub.h [new file with mode: 0644]
drivers/staging/usbip/stub_dev.c [new file with mode: 0644]
drivers/staging/usbip/stub_main.c [new file with mode: 0644]
drivers/staging/usbip/stub_rx.c [new file with mode: 0644]
drivers/staging/usbip/stub_tx.c [new file with mode: 0644]