aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r--LUFA/CodeTemplates/WindowsINF/LUFA CDC-ACM.inf (renamed from LUFA/CodeTemplates/WindowsINF/CDC-ACM.inf)5
-rw-r--r--LUFA/CodeTemplates/WindowsINF/LUFA RNDIS.inf (renamed from LUFA/CodeTemplates/WindowsINF/RNDIS.inf)3
2 files changed, 7 insertions, 1 deletions
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