aboutsummaryrefslogtreecommitdiff
path: root/lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-07-07 11:55:23 -0400
committerJack Humbert <jack.humb@gmail.com>2017-07-07 11:55:23 -0400
commit8655d4f4948b2deef7844503c8d690f23ac1a062 (patch)
treeb2c6effc9d6cd5b5b43933a1e53b8bf17e9e82cf /lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf
parent1896c76a2928c96f9ab7947bec2ef8dd37623cff (diff)
parent60b30c036397cb5627fa374bb930794b225daa29 (diff)
downloadqmk_firmware-8655d4f4948b2deef7844503c8d690f23ac1a062.tar.gz
qmk_firmware-8655d4f4948b2deef7844503c8d690f23ac1a062.zip
Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa'
Diffstat (limited to 'lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf')
-rw-r--r--lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf66
1 files changed, 66 insertions, 0 deletions
diff --git a/lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf b/lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf
new file mode 100644
index 000000000..1a0e0248a
--- /dev/null
+++ b/lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf
@@ -0,0 +1,66 @@
1;************************************************************
2; Windows USB CDC ACM Setup File
3; Copyright (c) 2000 Microsoft Corporation
4;************************************************************
5
6[DefaultInstall]
7CopyINF="LUFA DualVirtualSerial.inf"
8
9[Version]
10Signature="$Windows NT$"
11Class=Ports
12ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
13Provider=%MFGNAME%
14DriverVer=7/1/2012,10.0.0.0
15
16[Manufacturer]
17%MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
18
19[SourceDisksNames]
20
21[SourceDisksFiles]
22
23[DestinationDirs]
24DefaultDestDir=12
25
26[DriverInstall]
27Include=mdmcpq.inf
28CopyFiles=FakeModemCopyFileSection
29AddReg=DriverInstall.AddReg
30
31[DriverInstall.Services]
32Include=mdmcpq.inf
33AddService=usbser, 0x00000002, LowerFilter_Service_Inst
34
35[DriverInstall.AddReg]
36HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
37
38;------------------------------------------------------------------------------
39; Vendor and Product ID Definitions
40;------------------------------------------------------------------------------
41; When developing your USB device, the VID and PID used in the PC side
42; application program and the firmware on the microcontroller must match.
43; Modify the below line to use your VID and PID. Use the format as shown below.
44; Note: One INF file can be used for multiple devices with different VID and PIDs.
45; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
46;------------------------------------------------------------------------------
47[DeviceList]
48%DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02
49
50[DeviceList.NTx86]
51%DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02
52
53[DeviceList.NTamd64]
54%DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02
55
56[DeviceList.NTia64]
57%DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02
58
59;------------------------------------------------------------------------------
60; String Definitions
61;------------------------------------------------------------------------------
62;Modify these strings to customize your device
63;------------------------------------------------------------------------------
64[Strings]
65MFGNAME="http://www.lufa-lib.org"
66DESCRIPTION="LUFA CDC-ACM Virtual Serial Port" \ No newline at end of file