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