diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-07-09 10:19:27 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-07-09 10:19:34 +0000 |
commit | 3f3f2fdd034dd77d718a212551b3208039961e8a (patch) | |
tree | 5d6caac368e8d0b731c19c4a1c4bff82cbe0c344 /testing/usbip-utils/usbip.confd | |
parent | 9c7ee0d598cee4bf91596f1e18b53805cb8f7ddd (diff) | |
download | aports-3f3f2fdd034dd77d718a212551b3208039961e8a.tar.bz2 aports-3f3f2fdd034dd77d718a212551b3208039961e8a.tar.xz |
testing/usbip-utils: fixes #690
Diffstat (limited to 'testing/usbip-utils/usbip.confd')
-rw-r--r-- | testing/usbip-utils/usbip.confd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/usbip-utils/usbip.confd b/testing/usbip-utils/usbip.confd new file mode 100644 index 0000000000..dcd259c2b2 --- /dev/null +++ b/testing/usbip-utils/usbip.confd @@ -0,0 +1,18 @@ +#-------------------------------- +# USBIP Settings +#-------------------------------- +# - Start daemon to share local devices +USBIP_START_DAEMON=no + +# - Automatically bind local busses +# format: "{bus} [{bus2} [..]]" +# or : "{vendorID}:{productID} [..]" +# example: "3-8 1-1 1b2c:4d1a" +USBIP_AUTO_BIND="" + +# - Automatically attach remote busses +# format: "{host ip} {remote bus} [..]" +# or: "{host ip} {vendorID}:{productID} [..]" +# example: "10.10.10.10 5-1 192.168.0.1 1234:abcd" +USBIP_AUTO_ATTACH="" + |