diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-31 11:23:41 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-31 11:23:41 +0200 |
commit | a8d907d704eaedc2bad7c1123dd231c551313a6d (patch) | |
tree | 6c721c12720ff95c80d0d2b393045aea62b8341b | |
parent | 6216a71e1cfb3d6eeb759395eddf78867f2d585d (diff) | |
download | lufa-a8d907d704eaedc2bad7c1123dd231c551313a6d.tar.gz lufa-a8d907d704eaedc2bad7c1123dd231c551313a6d.tar.bz2 lufa-a8d907d704eaedc2bad7c1123dd231c551313a6d.zip |
Add DefaultInstall section to all INF driver files for easier installation.
16 files changed, 50 insertions, 2 deletions
diff --git a/Bootloaders/CDC/LUFA CDC Bootloader.inf b/Bootloaders/CDC/LUFA CDC Bootloader.inf index bdb62a907..61624c731 100644 --- a/Bootloaders/CDC/LUFA CDC Bootloader.inf +++ b/Bootloaders/CDC/LUFA CDC Bootloader.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA CDC Bootloader.inf" + [Version] Signature="$Windows NT$" Class=Ports @@ -60,4 +63,4 @@ HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider" ;------------------------------------------------------------------------------ [Strings] MFGNAME="http://www.lufa-lib.org" -DESCRIPTION="LUFA CDC Class Bootloader"
\ No newline at end of file +DESCRIPTION="LUFA CDC Class Bootloader" diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/LUFA DualVirtualSerial.inf b/Demos/Device/ClassDriver/DualVirtualSerial/LUFA DualVirtualSerial.inf index 2dbde363a..1a0e0248a 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/LUFA DualVirtualSerial.inf +++ b/Demos/Device/ClassDriver/DualVirtualSerial/LUFA DualVirtualSerial.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA DualVirtualSerial.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Demos/Device/ClassDriver/RNDISEthernet/LUFA RNDIS.inf b/Demos/Device/ClassDriver/RNDISEthernet/LUFA RNDIS.inf index b7cb825d7..f34e55f99 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/LUFA RNDIS.inf +++ b/Demos/Device/ClassDriver/RNDISEthernet/LUFA RNDIS.inf @@ -1,6 +1,9 @@ ; Windows LUFA RNDIS Setup File ; Copyright (c) 2000 Microsoft Corporation +[DefaultInstall] +CopyINF="LUFA RNDIS.inf" + [Version] Signature="$Windows NT$" Class=Net diff --git a/Demos/Device/ClassDriver/VirtualSerial/LUFA VirtualSerial.inf b/Demos/Device/ClassDriver/VirtualSerial/LUFA VirtualSerial.inf index 5e2e9f438..21d2d12b6 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/LUFA VirtualSerial.inf +++ b/Demos/Device/ClassDriver/VirtualSerial/LUFA VirtualSerial.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA VirtualSerial.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/LUFA VirtualSerialMassStorage.inf b/Demos/Device/ClassDriver/VirtualSerialMassStorage/LUFA VirtualSerialMassStorage.inf index 919ae44cf..e5d8da5e3 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/LUFA VirtualSerialMassStorage.inf +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/LUFA VirtualSerialMassStorage.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA VirtualSerialMassStorage.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/LUFA VirtualSerialMouse.inf b/Demos/Device/ClassDriver/VirtualSerialMouse/LUFA VirtualSerialMouse.inf index a6fdd736c..ac47e066b 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/LUFA VirtualSerialMouse.inf +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/LUFA VirtualSerialMouse.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA VirtualSerialMouse.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf b/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf index 2dbde363a..1a0e0248a 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf +++ b/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA DualVirtualSerial.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Demos/Device/LowLevel/RNDISEthernet/LUFA RNDIS.inf b/Demos/Device/LowLevel/RNDISEthernet/LUFA RNDIS.inf index b7cb825d7..f34e55f99 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/LUFA RNDIS.inf +++ b/Demos/Device/LowLevel/RNDISEthernet/LUFA RNDIS.inf @@ -1,6 +1,9 @@ ; Windows LUFA RNDIS Setup File ; Copyright (c) 2000 Microsoft Corporation +[DefaultInstall] +CopyINF="LUFA RNDIS.inf" + [Version] Signature="$Windows NT$" Class=Net diff --git a/Demos/Device/LowLevel/VirtualSerial/LUFA VirtualSerial.inf b/Demos/Device/LowLevel/VirtualSerial/LUFA VirtualSerial.inf index 5e2e9f438..21d2d12b6 100644 --- a/Demos/Device/LowLevel/VirtualSerial/LUFA VirtualSerial.inf +++ b/Demos/Device/LowLevel/VirtualSerial/LUFA VirtualSerial.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA VirtualSerial.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/LUFA/CodeTemplates/WindowsINF/CDC-ACM.inf b/LUFA/CodeTemplates/WindowsINF/LUFA CDC-ACM.inf index 34ae08ff5..212b5bbcb 100644 --- a/LUFA/CodeTemplates/WindowsINF/CDC-ACM.inf +++ b/LUFA/CodeTemplates/WindowsINF/LUFA CDC-ACM.inf @@ -1,6 +1,9 @@ ; Windows LUFA CDC ACM Setup File ; Copyright (c) 2000 Microsoft Corporation +[DefaultInstall] +CopyINF="LUFA CDC-ACM.inf" + [Version] Signature="$Windows NT$" Class=Ports @@ -58,4 +61,4 @@ HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider" ;------------------------------------------------------------------------------ [Strings] MFGNAME="http://www.lufa-lib.org" -DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"
\ No newline at end of file +DESCRIPTION="LUFA CDC-ACM Virtual Serial Port" diff --git a/LUFA/CodeTemplates/WindowsINF/RNDIS.inf b/LUFA/CodeTemplates/WindowsINF/LUFA RNDIS.inf index 5b1ed46a5..73ca50e68 100644 --- a/LUFA/CodeTemplates/WindowsINF/RNDIS.inf +++ b/LUFA/CodeTemplates/WindowsINF/LUFA RNDIS.inf @@ -1,6 +1,9 @@ ; Windows LUFA RNDIS Setup File ; Copyright (c) 2000 Microsoft Corporation +[DefaultInstall] +CopyINF="LUFA RNDIS.inf" + [Version] Signature="$Windows NT$" Class=Net diff --git a/Projects/Benito/Benito Programmer.inf b/Projects/Benito/LUFA Benito Programmer.inf index b18de077d..75e93a8a9 100644 --- a/Projects/Benito/Benito Programmer.inf +++ b/Projects/Benito/LUFA Benito Programmer.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA Benito Programmer.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Projects/LEDNotifier/LUFA LED Notifier.inf b/Projects/LEDNotifier/LUFA LED Notifier.inf index 5e2e9f438..dc3f0e74a 100644 --- a/Projects/LEDNotifier/LUFA LED Notifier.inf +++ b/Projects/LEDNotifier/LUFA LED Notifier.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA LED Notifier.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Projects/USBtoSerial/LUFA USBtoSerial.inf b/Projects/USBtoSerial/LUFA USBtoSerial.inf index 86a39e0df..b00fab6a4 100644 --- a/Projects/USBtoSerial/LUFA USBtoSerial.inf +++ b/Projects/USBtoSerial/LUFA USBtoSerial.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA USBtoSerial.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Projects/Webserver/LUFA Webserver RNDIS.inf b/Projects/Webserver/LUFA Webserver RNDIS.inf index 2cd035bc5..c77de8f6b 100644 --- a/Projects/Webserver/LUFA Webserver RNDIS.inf +++ b/Projects/Webserver/LUFA Webserver RNDIS.inf @@ -1,6 +1,9 @@ ; Windows LUFA RNDIS Setup File ; Copyright (c) 2000 Microsoft Corporation +[DefaultInstall] +CopyINF="LUFA Webserver RNDIS.inf" + [Version] Signature="$Windows NT$" Class=Net diff --git a/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf b/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf index 72387e40c..45840e8bf 100644 --- a/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf +++ b/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA XPLAIN Bridge.inf" + [Version] Signature="$Windows NT$" Class=Ports |