libvirt-usb-hotplug/libvirt-usb-hotplug.conf

26 lines
654 B
Bash

# libvirt-usb-hotplug.conf
# Name of libvirt domain to which the device in question will be attached
# Default if unset: <none> (disables matching)
targetdomain=win10
# Match against every usb device
# Valid values: true, false
# Default if unset: false
matchall=true
# Should the list be a whitelist, or blacklist?
# Valid values: whitelist, blacklist
# Default if unset: <none> (disables matching)
listmode=blacklist
# List of devices to match against
# Value format: '<vendor_id>:<device_id>'
devlist=(
'0b05:1872' # ASUSTek Computer, Inc. AURA LED Controller
'0b05:185c' # ASUSTek Computer, Inc. Bluetooth Radio
)
# vim: set ft=bash: