usbport.inf
资源名称:ARK3116.rar [点击查看]
上传用户:boyan07
上传日期:2022-06-12
资源大小:2293k
文件大小:2k
源码类别:
通讯编程
开发平台:
Others
- ;*******************************************************************
- ; Installation file (.inf) for the USB to Serial ports device
- ; WDM Driver For WIN98
- ;
- ; (c) Copyright 2004 Ark Pioneer Microelectronics Ltd.
- ;
- ;
- ; 22-Sep-2004
- ;*******************************************************************
- [Version]
- Signature="$Windows 95$"
- ; If device fits one of the standard classes, use the
- ; name and GUID here, otherwise create your own as
- ; this example shows.
- ;Class=USBPorts
- ;ClassGUID={07719748-AB81-4df6-BB88-302E4CFE0648}
- Class=USB
- provider=%Pro%
- DriverVer=06/20/2005,1.8.0.0
- [Manufacturer]
- %Pro%=Pro
- [Pro]
- %DeviceDesc%=usb2vcom, USBVID_6547&PID_0232
- [SourceDisksNames]
- 1=%Pro.Disk%,,,
- [SourceDisksFiles]
- usbport.sys=1,win9x
- ser2up.vxd=1,win9x
- ser2up.inf=1,win9x
- usbport.inf=1
- [DestinationDirs]
- USB2VCOM.Files.Ext = 11
- USB2VCOM.Files.Inf = 10,INF
- DefaultDestDir=12
- usb2vcom.NT.Copy=12
- ;--------- ClassInstall/ClassInstall32 Section -------------------------------
- ; Not necessary if using a standard class
- ; 9X Style
- [ClassInstall]
- Addreg=Class_AddReg
- [Class_AddReg]
- HKR,,,,%DeviceClassName%
- HKR,,Icon,,"-20"
- ;---------- DDInstall Sections -----------------------------------------------
- ; --------- Windows 9X -----------------
- [PreCopySection]
- HKR,,NoSetupUI,,1
- [usb2vcom]
- CopyFiles=USB2VCOM.Files.Ext, USB2VCOM.Files.Inf
- AddReg=USB2VCOM.AddReg
- [USB2VCOM.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,usbport.sys
- [USB2VCOM.Files.Ext]
- usbport.sys
- ser2up.vxd
- [USB2VCOM.Files.Inf]
- ;usbport.inf
- ;ser2up.inf
- [Strings]
- Pro = "ArkMicro"
- Pro.Disk = "USB-to Cable Diskete"
- DeviceDesc = "USB to Serial Ports"
- DeviceClassName="USB to Serial"