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