]> asedeno.scripts.mit.edu Git - linux.git/commit
usbip: tools: Add vudc backend to usbip tools
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 8 Mar 2016 20:49:05 +0000 (21:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Apr 2016 22:19:50 +0000 (15:19 -0700)
commit7b3f74f7e0601b2767aee7e188b1e3a912c082a2
treecf2006238381d8ce0589fb9a645f5d8186c7afb9
parent3391ba0e2792411dc3372b76a4662971d6eaa405
usbip: tools: Add vudc backend to usbip tools

Adds an equivalent of usbip_host_driver for the vudc. Most
of the code is already shared, but this adds some vudc specific
code for getting information about devices.

Based on code created in cooperation with Open Operating Systems
Student Society at University of Warsaw (O2S3@UW) consisting of:

   Igor Kotrasinski <ikotrasinsk@gmail.com>
   Karol Kosik <karo9@interia.eu>
   Ewelina Kosmider <3w3lfin@gmail.com>
   Dawid Lazarczyk <lazarczyk.dawid@gmail.com>
   Piotr Szulc <ps347277@students.mimuw.edu.pl>

Tutor and project owner:
   Krzysztof Opasiak <k.opasiak@samsung.com>

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/usb/usbip/libsrc/Makefile.am
tools/usb/usbip/libsrc/usbip_common.h
tools/usb/usbip/libsrc/usbip_device_driver.c [new file with mode: 0644]
tools/usb/usbip/libsrc/usbip_device_driver.h [new file with mode: 0644]