; Windows INF to load usbser driver for all CDC-ACM USB Serial Ports [Version] Signature="$Windows NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%COMPANY% DriverVer=08/01/2009,1.0.0.0 ;DriverVer=01/01/2008,1.0.0.0 ;CatalogFile= ;CatalogFile specifies the file containing the digital signature of the driver and the .INF file. This file is received from WHQL after a device/driver combination has successfully passed the Hardware Compatibility Tests and received a logo. During development, you wont have a catalog file, so either omit this directive or point it to an empty file. [Manufacturer] %MFGNAME% = ManufName, NTamd64 [ManufName] %DEVNAME%=DriverInstall,USB\Class_02&SubClass_02&Prot_01 [ManufName.NTamd64] %DEVNAME%=DriverInstall,USB\Class_02&SubClass_02&Prot_01 [SourceDisksNames] 1=%CD1NAME% [SourceDisksFiles] [DestinationDirs] DefaultDestDir=12 [DriverInstall] Include=mdmcpq.inf CopyFiles=FakeModemCopyFileSection [DriverInstall.Services] Include=mdmcpq.inf AddService=usbser,0x00000002,LowerFilter_Service_Inst [Strings] COMPANY="UTRONIX AB" MFGNAME="UTRONIX AB" DEVNAME="SWP232USB" CD1NAME="No CDROM required, usbser.sys is provided by Windows"