Merge pull request #214 from cesium147/fix-storage-usb

FIX: Error "Invalid controller type: USB"
This commit is contained in:
h6w 2020-01-29 11:18:37 +11:00 committed by GitHub
commit 7e4efb3dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5709,6 +5709,7 @@ class vboxconnector {
'lsilogic' => 'lsilogicscsi',
'buslogic' => 'buslogic',
'lsilogicsas' => 'lsilogicsas',
'usb' => 'usb',
'nvme' => 'nvme'
);