# libvirt-usb-hotplug.conf # Name of libvirt domain to which the device in question will be attached # Default if unset: (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: (disables matching) listmode=blacklist # List of devices to match against # Value format: ':' devlist=( '0b05:1872' # ASUSTek Computer, Inc. AURA LED Controller '0b05:185c' # ASUSTek Computer, Inc. Bluetooth Radio ) # vim: set ft=bash: