; Windows USB CDC Setup File ; Copyright (c) 2000 Microsoft Corporation ; Copyright (c) 2006 Recursion Co., Ltd. [Version] Signature="$Windows NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%COMPANY% LayoutFile=layout.inf DriverVer=01/01/2009,2.0.0.0 [Manufacturer] %MFGNAME% = ManufName [DestinationDirs] DefaultDestDir=12 [ManufName] %Modem3% = Modem3, USB\VID_16C0&PID_05E1 ;------------------------------------------------------------------------------ ; Windows 2000/XP Sections ;------------------------------------------------------------------------------ [Modem3.nt] CopyFiles=USBModemCopyFileSection AddReg=Modem3.nt.AddReg [USBModemCopyFileSection] usbser.sys,,,0x20 [Modem3.nt.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,usbser.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [Modem3.nt.Services] AddService=usbser, 0x00000002, DriverService [DriverService] DisplayName=%SERVICE% ServiceType=1 StartType=3 ErrorControl=1 ServiceBinary=%12%\usbser.sys ;------------------------------------------------------------------------------ ; String Definitions ;------------------------------------------------------------------------------ [Strings] COMPANY="Meganet Infotech" MFGNAME="Meganet Infotech Pvt. Ltd." Modem3="Meganet Hardware Key XP" SERVICE="USB-232 Emulation Driver"