]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - tools/usb/usbip/src/Makefile.am
staging: usbip: add userspace code
authorTakahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Sat, 14 May 2011 10:55:07 +0000 (03:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 May 2011 20:23:42 +0000 (13:23 -0700)
commit0945b4fe3f016900f1f68255e24920b28624a9aa
tree775d3fff2080f3382fe1b9639245856056cbd241
parenta9869c94251a7a1c9bb369baa0e7917b9d315b37
staging: usbip: add userspace code

Add userspace code from svn trunk revision 175. Located at
https://usbip.svn.sourceforge.net/svnroot/usbip/linux/trunk/src.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
32 files changed:
drivers/staging/usbip/userspace/AUTHORS [new file with mode: 0644]
drivers/staging/usbip/userspace/COPYING [new file with mode: 0644]
drivers/staging/usbip/userspace/ChangeLog [new file with mode: 0644]
drivers/staging/usbip/userspace/INSTALL [new file with mode: 0644]
drivers/staging/usbip/userspace/Makefile.am [new file with mode: 0644]
drivers/staging/usbip/userspace/NEWS [new file with mode: 0644]
drivers/staging/usbip/userspace/README [new file with mode: 0644]
drivers/staging/usbip/userspace/autogen.sh [new file with mode: 0755]
drivers/staging/usbip/userspace/cleanup.sh [new file with mode: 0755]
drivers/staging/usbip/userspace/cmd/Makefile.am [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/bind-driver.c [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/usbip.8 [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/usbip.c [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/usbip_bind_driver.8 [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/usbip_network.c [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/usbip_network.h [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/usbipd.8 [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/usbipd.c [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/utils.c [new file with mode: 0644]
drivers/staging/usbip/userspace/cmd/utils.h [new file with mode: 0644]
drivers/staging/usbip/userspace/configure.ac [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/Makefile.am [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/names.c [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/names.h [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/stub_driver.c [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/stub_driver.h [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/usbip.h [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/usbip_common.c [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/usbip_common.h [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/vhci_driver.c [new file with mode: 0644]
drivers/staging/usbip/userspace/lib/vhci_driver.h [new file with mode: 0644]
drivers/staging/usbip/userspace/usb.ids [new file with mode: 0644]