summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-04 10:35:08 +0200
committerSimon Rettberg2019-07-04 10:35:08 +0200
commit83c9d31b1de3575bc34678be10e6e790dc339ba8 (patch)
tree167e3b6af285c38a47f8c08dc0aef0fd3ce3fa36 /core/modules/vmware-common
parent[vmware-common] Improve max hw version detection (diff)
downloadmltk-83c9d31b1de3575bc34678be10e6e790dc339ba8.tar.gz
mltk-83c9d31b1de3575bc34678be10e6e790dc339ba8.tar.xz
mltk-83c9d31b1de3575bc34678be10e6e790dc339ba8.zip
[vmware-common] Always mangle USB3 speed
Diffstat (limited to 'core/modules/vmware-common')
-rw-r--r--core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
index 58d9ad4f..005bfc56 100644
--- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
+++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
@@ -136,6 +136,7 @@ setup_usb() {
# Force autoconnect
sed -i '/^usb\.generic\.autoconnect/Id' "${TMPCONFIG}"
echo 'usb.generic.autoconnect = "TRUE"' >> "${TMPCONFIG}"
+ echo 'usb.mangleUsb3Speed = "TRUE"' >> "${TMPCONFIG}"
# See if there are any USB devices connected that we want to pass through immediately
get_usb_devices 'usb.autoConnect.deviceXXXXX = "0x%VENDOR%:0x%PRODUCT%"' \