mirror of
https://github.com/unraid/webgui.git
synced 2026-03-12 13:59:50 -05:00
VM Manager: Allow USB3 controllers to have 15 ports by default instead of 4
This commit is contained in:
@@ -356,13 +356,13 @@
|
||||
$ctrl = '';
|
||||
switch ($usbmode) {
|
||||
case 'usb3':
|
||||
$ctrl = "<controller type='usb' index='0' model='nec-xhci'>
|
||||
$ctrl = "<controller type='usb' index='0' model='nec-xhci' ports='15'>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
|
||||
</controller>";
|
||||
break;
|
||||
|
||||
case 'usb3-qemu':
|
||||
$ctrl = "<controller type='usb' index='0' model='qemu-xhci'>
|
||||
$ctrl = "<controller type='usb' index='0' model='qemu-xhci' ports='15'>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
|
||||
</controller>";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user