Skip to content
Snippets Groups Projects
Commit 1788d592 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

Merge pull request #5268 from cgundogan/pr/vagrant/phywave_usb_rule

vagrant: add usbfilter for phywave
parents efb16ba7 01268b57
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment