vagrant: add usbfilter for phywave

This commit is contained in:
Cenk Gündoğan 2016-04-08 20:29:00 +02:00
parent 040ad55f62
commit 01268b57bf

2
Vagrantfile vendored
View File

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