summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-05-13 16:34:59 +0300
committerYuval Adam <yuv.adm@gmail.com>2013-05-13 16:34:59 +0300
commit4f69e03b260d080aa60afa43e7d5ca8c26beb923 (patch)
treec6189e21c6202049c5c0b44259e4e5ccd7605304
parentac266ad84f41f99007e3d8992f0d4d7a2311a91b (diff)
Enable USB EHCI mode
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 18305f3..4ea9a3f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -15,6 +15,7 @@ Vagrant.configure('2') do |config|
config.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--usb', 'on']
+ v.customize ['modifyvm', :id, '--usbehci', 'on']
v.customize ['usbfilter', 'add', '0', '--target', :id, '--name', 'rtl2832u', '--vendorid', '0x0bda']
end