Originally Posted by
execucaremn
I believe you are looking for the Com2kXP.inf file (it works on vista and prior versions of windows, but not windows 7).
The contents look like this:
;************************************************* *****************************
;* SANYO USB COM Port INF file for Window 2000/XP/Vista *
;* Copyright (C) 2002-2007 Insight international corp. *
;* *
;* com2kXP.inf USB CDC device inf file *
;************************************************* *****************************
;* Base: UsbCommW2kStd INF file *
;* Revision History: *
;* Date Ver. Who What *
;* ----------+---------+-----------+----------------------------------------- *
;* 2002/10/16 1.0.0.0 Y.Suzuki Initial revision *
;* 2007/04/25 2.0.0.0 M.Matsudo Windows Vista support *
;************************************************* *****************************
[Version]
Signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
DriverVer=04/25/2007,2.00.00.0000
[Manufacturer]
%Mfg% = Insight
[Insight]
%Device%=USBSER.Install, USB\VID_1247&PID_00F8
; Install class "Ports"
;----------------------------------------------------------
[ClassInstall]
AddReg=PortsClass.AddReg
[PortsClass.AddReg]
HKR,,,,%PortsClaOssName%
[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg
[PortsClass.NT.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,"-23"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller "
[USBSER.Install.NTx86]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=ComPort.AddReg.NTx86
[ComPort.AddReg.NTx86]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropP ageProvider"
[USBSER.Install.NTx86.Services]
include=mdmcpq.inf
AddService=usbser, 0x00000002, LowerFilter_Service_Inst
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Strings
[Strings]
Mfg="Prevention."
Device="HDMS"
PortsClassName="HDMS"
The contents end with and include the last blank line. I believe if you paste the contents above into a notepad file, save the file and change the name to Com2kXP.inf you might have what you need. good luck.