mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 08:59:10 +00:00
allow to use usb parallel ports
This commit is contained in:
parent
a64d61460d
commit
9ecc843138
@ -587,7 +587,7 @@ EODESCR
|
||||
my $paralleldesc= {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
pattern => '/dev/parport\d+',
|
||||
pattern => '/dev/parport\d+|/dev/usb/lp\d+',
|
||||
description => <<EODESCR,
|
||||
Map host parallel devices (n is 0 to 2).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user