From 7d3fee937ec2ec5c61b84e98e90e9302ae14e447 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Mon, 8 Jul 2013 15:58:41 +0200 Subject: [PATCH] Windows: added Yun entries into .inf file --- build/windows/dist/drivers/arduino.inf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/windows/dist/drivers/arduino.inf b/build/windows/dist/drivers/arduino.inf index 0b74d96bb..e9926fcfd 100644 --- a/build/windows/dist/drivers/arduino.inf +++ b/build/windows/dist/drivers/arduino.inf @@ -26,6 +26,8 @@ robotControl.bootloader.name="Arduino Robot Control bootloader" robotControl.sketch.name="Arduino Robot" robotMotor.bootloader.name="Arduino Robot Motor bootloader" robotMotor.sketch.name="Arduino Robot" +yun.bootloader.name="Arduino Yun bootloader" +yun.sketch.name="Arduino Yun" [DefaultInstall] CopyINF=arduino.inf @@ -69,6 +71,8 @@ DefaultDestDir=12 %robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00 %robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039 %robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00 +%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041 +%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00 [DeviceList.NTamd64] %due.bossa.name%=DriverInstall, USB\VID_03EB&PID_6124 @@ -93,6 +97,8 @@ DefaultDestDir=12 %robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00 %robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039 %robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00 +%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041 +%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00 [DeviceList.NTia64] %esplora.bootloader.name%=DriverInstall, USB\VID_2341&PID_003C @@ -114,6 +120,8 @@ DefaultDestDir=12 %robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00 %robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039 %robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00 +%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041 +%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00 [DriverInstall] include=mdmcpq.inf,usb.inf