blob: dcd259c2b207464c4d7e49272f64f024bcf7bdd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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=""
|