Merge branch 'edge' into track_allocs
[clinton/Smoothieware.git] / SmoothieSerial.inf
CommitLineData
e7a676d5
MM
1;************************************************************
2; Windows USB CDC ACM Setup File
3; Copyright (c) 2000 Microsoft Corporation
4;************************************************************
5
6[Version]
7Signature="$Windows NT$"
8Class=Ports
9ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
10Provider=%MFGNAME%
11DriverVer=26/12/2012,10.0.0.0
12
13[Manufacturer]
14%MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
15
16[SourceDisksNames]
17
18[SourceDisksFiles]
19
20[DestinationDirs]
21DefaultDestDir=12
22
23[DriverInstall]
24Include=mdmcpq.inf
25CopyFiles=FakeModemCopyFileSection
26AddReg=DriverInstall.AddReg
27
28[DriverInstall.Services]
29Include=mdmcpq.inf
30AddService=usbser, 0x00000002, LowerFilter_Service_Inst
31
32[DriverInstall.AddReg]
33HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
34
35;------------------------------------------------------------------------------
36; Vendor and Product ID Definitions
37;------------------------------------------------------------------------------
38; When developing your USB device, the VID and PID used in the PC side
39; application program and the firmware on the microcontroller must match.
40; Modify the below line to use your VID and PID. Use the format as shown below.
41; Note: One INF file can be used for multiple devices with different VID and PIDs.
42; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
43;------------------------------------------------------------------------------
44[DeviceList]
45%DESCRIPTION%=DriverInstall, USB\VID_1D50&PID_6015
46
47[DeviceList.NTx86]
48%DESCRIPTION%=DriverInstall, USB\VID_1D50&PID_6015
49
50[DeviceList.NTamd64]
51%DESCRIPTION%=DriverInstall, USB\VID_1D50&PID_6015
52
53[DeviceList.NTia64]
54%DESCRIPTION%=DriverInstall, USB\VID_1D50&PID_6015
55
56;------------------------------------------------------------------------------
57; String Definitions
58;------------------------------------------------------------------------------
59;Modify these strings to customize your device
60;------------------------------------------------------------------------------
61[Strings]
1e546751 62MFGNAME="Trinity Labs"
e7a676d5 63DESCRIPTION="Smoothie Virtual Serial Port"