Add DefaultInstall section to all INF driver files for easier installation.
This commit is contained in:
@@ -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"
|
||||
DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user