aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-08-31 11:23:41 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-08-31 11:23:41 +0200
commita8d907d704eaedc2bad7c1123dd231c551313a6d (patch)
tree6c721c12720ff95c80d0d2b393045aea62b8341b /Projects
parent6216a71e1cfb3d6eeb759395eddf78867f2d585d (diff)
downloadlufa-a8d907d704eaedc2bad7c1123dd231c551313a6d.tar.gz
lufa-a8d907d704eaedc2bad7c1123dd231c551313a6d.tar.bz2
lufa-a8d907d704eaedc2bad7c1123dd231c551313a6d.zip
Add DefaultInstall section to all INF driver files for easier installation.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/Benito/LUFA Benito Programmer.inf (renamed from Projects/Benito/Benito Programmer.inf)3
-rw-r--r--Projects/LEDNotifier/LUFA LED Notifier.inf3
-rw-r--r--Projects/USBtoSerial/LUFA USBtoSerial.inf3
-rw-r--r--Projects/Webserver/LUFA Webserver RNDIS.inf3
-rw-r--r--Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf3
5 files changed, 15 insertions, 0 deletions
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