diff --git a/Vagrantfile b/Vagrantfile index 1812873e43a9fcd0e473572cc42448fbe90ac6fe..55496449a638914cc5fb0baab3de1698debf7405 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -51,6 +51,8 @@ Vagrant.configure(2) do |config| '--vendorid', '0x03eb', '--productid', '0x2111'] vb.customize ['usbfilter', 'add', '0', '--target', :id, '--name', 'Arduino Mega 2560', '--vendorid', '0x2341', '--productid', '0x0042'] + vb.customize ['usbfilter', 'add', '0', '--target', :id, '--name', 'Phytec phyWAVE KW22', + '--vendorid', '0x0d28', '--productid', '0x0204'] end config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig"