mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
19 lines
515 B
Plaintext
19 lines
515 B
Plaintext
#--------------------------------
|
|
# 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=""
|
|
|