]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools: usb: usbip: Add simple script to show how to setup vUDC
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 12 Dec 2016 18:55:45 +0000 (19:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 16:00:41 +0000 (17:00 +0100)
commita52d3ec54a62c6e5e2fb177e45a1976fbd8eb287
treedd64b72c29f5133a1691a354df414984d45ecab1
parenta121103c922847ba5010819a3f250f1f7fc84ab8
tools: usb: usbip: Add simple script to show how to setup vUDC

Add some simple script which creates a USB gadget using ConfigFS
and then exports it using vUDC.

This may be useful for people who just started playing with
USB/IP and vUDC as it shows exact steps how to setup all stuff.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/usb/usbip/vudc/vudc_server_example.sh [new file with mode: 0755]