vagrant: add usbfilter for phywave
This commit is contained in:
parent
040ad55f62
commit
01268b57bf
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user