staging: usbip: userspace tools v1.0.0
authormatt mooney <mfm@muteddisk.com>
Thu, 26 May 2011 13:17:11 +0000 (06:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 20:56:12 +0000 (13:56 -0700)
commite9837bbb3e694eef4c55c934ebf1f8a0399b142c
tree06cbd21cd4dd8b5aa2899e8f156221878e66761e
parent58058422f84523d8ab73b98753670dc9377e071a
staging: usbip: userspace tools v1.0.0

The new and improved (well somewhat, with a ways to go) userspace utility.

    mfm:pts/8[~/tmp/userspace]
    May26 05:18:31 % ./src/usbip help
    usage: usbip [--debug] [version]
                 [help] <command> <args>

      attach     Attach a remote USB device
      detach     Detach a remote USB device
      list       List exported or local USB devices
      bind       Bind device to usbip-host.ko
      unbind     Unbind device from usbip-host.ko

This first commit of the userspace `usbip' utility uses to same
implementation as the old tools, `usbip' and  `usbip_bind_driver'.
Nothing significant has changed so compatibility with windows has
_not_ been broken. However, the tools remain broken in many ways
due to the old implementation.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
12 files changed:
drivers/staging/usbip/userspace/configure.ac
drivers/staging/usbip/userspace/src/Makefile.am
drivers/staging/usbip/userspace/src/bind-driver.c [deleted file]
drivers/staging/usbip/userspace/src/usbip.c
drivers/staging/usbip/userspace/src/usbip.h [new file with mode: 0644]
drivers/staging/usbip/userspace/src/usbip_attach.c [new file with mode: 0644]
drivers/staging/usbip/userspace/src/usbip_bind.c [new file with mode: 0644]
drivers/staging/usbip/userspace/src/usbip_detach.c [new file with mode: 0644]
drivers/staging/usbip/userspace/src/usbip_list.c [new file with mode: 0644]
drivers/staging/usbip/userspace/src/usbip_unbind.c [new file with mode: 0644]
drivers/staging/usbip/userspace/src/utils.c
drivers/staging/usbip/userspace/src/utils.h