aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/usbip-utils/usbip.confd
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/usbip-utils/usbip.confd')
-rw-r--r--unmaintained/usbip-utils/usbip.confd18
1 files changed, 0 insertions, 18 deletions
diff --git a/unmaintained/usbip-utils/usbip.confd b/unmaintained/usbip-utils/usbip.confd
deleted file mode 100644
index dcd259c2b2..0000000000
--- a/unmaintained/usbip-utils/usbip.confd
+++ /dev/null
@@ -1,18 +0,0 @@
-#--------------------------------
-# 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=""
-