From 4f69e03b260d080aa60afa43e7d5ca8c26beb923 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 13 May 2013 16:34:59 +0300 Subject: Enable USB EHCI mode --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1