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 /LUFA | |
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.
Diffstat (limited to 'LUFA')
-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 |