From 01268b57bfc94cb9e697a01303e2d3df053de281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Fri, 8 Apr 2016 20:29:00 +0200 Subject: [PATCH] vagrant: add usbfilter for phywave --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 1812873e4..55496449a 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"