]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: USB/IP: add common functions needed
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:08 +0000 (15:31 -0700)
commit05a1f28e879e3b4d6a9c08e30b1898943f77b6e7
tree12d9e45cd655996050620befba1bbeee77798765
parent866b8695d67e83f47194731d3a7ba55826a7ec70
Staging: USB/IP: add common functions needed

This adds the common functions needed by both the host and client side
of the USB/IP code.

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/Kconfig
drivers/staging/Makefile
drivers/staging/usbip/Kconfig [new file with mode: 0644]
drivers/staging/usbip/Makefile [new file with mode: 0644]
drivers/staging/usbip/README [new file with mode: 0644]
drivers/staging/usbip/usbip_common.c [new file with mode: 0644]
drivers/staging/usbip/usbip_common.h [new file with mode: 0644]
drivers/staging/usbip/usbip_event.c [new file with mode: 0644]