Bankeralle
Posts: 133
Score: 0 Joined: 5/3/2006 Status: offline
|
Here is the inf file ; Copyright(c) All Rights Reserved. 2002 KC Technology, Inc. ;; ;; ;; IRXpress ;; ;;modify for casio on 11/14/2002 [Version] Signature = "$Windows NT$" Provider = %KCIR% Class = Infrared ClassGUID = {6bdd1fc5-810f-11d0-BEC7-08002BE2092F} DriverVer = 11/04/2002, 2.11.04.1 CatalogFile = kcir.cat [SourceDisksNames] ; floppy only 1 = %MediaDescription%,, ; floppy only [SourceDisksFiles] ; floppy only kcirnet.sys = 1 ; floppy only kclk.sys = 1 [DestinationDirs] ; ; Specify destination directories for groups of files. ; '12' indicates the Windows drivers directory. ; '17' indicates the Windows Inf directory. ; DefaultDestDir=12 [KCIR_CopySys] ; ; This section lists the source and destination names of files that need ; to be copied to the user's drive. The destination directory is given ; in the [DestinationDirs] section above. ; kcirnet.sys,,,2 ; Do not Skip File kclk.sys,,,2 ; Do not Skip File [Manufacturer] ; ; Specify a name and devices section for each supported manufacturer that ; makes products of this class. ; %KCIR% = KCTechnology [KCTechnology] %USB\VID_050f&PID_0180.DeviceDesc%=KC180, USB\VID_050f&PID_0180 %USB\VID_09C4&PID_0011.DeviceDesc%=KC180, USB\VID_09C4&PID_0011 %USB\VID_C409&PID_0001.DeviceDesc%=KC180, USB\VID_C409&PID_0001 [KC180] DelReg = KC180_DelReg AddReg = KC180_AddReg,*KC180_AddReg,Speed_Addreg,Help_AddReg BusType = 15 Characteristics = 0x4 ; NCF_PHYSICAL ;CopyFiles = KCIR_CopySys ;auto install [KC180.Services] AddService= KCIRNET, 2, KCIRNET.AddService, common.EventLog [KC180.Coinstallers] DelReg=KC180_DelCoinstallers [KC180_AddReg] ; Interfaces HKR, Ndi, Service, 0, "IRXpress" HKR, NDI\Interfaces, DefUpper, 0, ndisirda HKR, NDI\Interfaces, UpperRange, 0, ndisirda HKR, Ndi\Interfaces, DefLower, 0, nolower HKR, Ndi\Interfaces, LowerRange, 0, nolower HKR, Ndi, RequiredAll, 0, "MS_IrDA" [*KC180_AddReg] HKR,,BoardType,0,"3" HKR,NDI\params\MaxConnectRate,default,,"4000000" [Speed_Addreg] ; ; HKR,NDI\params\MaxConnectRate,ParamDesc,,%MaxConnectRate% HKR,NDI\params\MaxConnectRate,type,,enum HKR,NDI\params\MaxConnectRate\enum,"4000000",,"4000000 bps" HKR,NDI\params\MaxConnectRate\enum,"115200",, " 115200 bps" HKR,NDI\params\MaxConnectRate\enum,"57600",, " 57600 bps" HKR,NDI\params\MaxConnectRate\enum,"38400",, " 38400 bps" HKR,NDI\params\MaxConnectRate\enum,"19200",, " 19200 bps" HKR,NDI\params\MaxConnectRate\enum,"9600",, " 9600bps" [Help_Addreg] HKR,NDI,HelpText,0,%IRMINI_HELP% [KC180_DelReg] HKR,,EnumPropPages32 [KC180_DelCoinstallers] HKR,,CoInstallers32 [KCIRNET.AddService] DisplayName = %KCIrExpress.ServiceDesc% ServiceType = 1 ; %SERVICE_KERNEL_DRIVER% StartType = 3 ; %SERVICE_DEMAND_START% ErrorControl = 1 ; %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\kcirnet.sys ;12=drivers directory LoadOrderGroup = NDIS [common.EventLog] AddReg = common.AddEventLog.reg [common.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 [Strings] ; ; This section defines symbolic string constants for use in the rest ; of the .inf script. You should create and use symbols for all ; translatable strings in order to make localization easier. ; Also, spaces within strings elsewhere in the script confuse infedit.exe; ; so use symbolic constants for any multi-word strings. ; MediaDescription = "IRXpress Installation Disk" IRMINI_HELP="IRXpress Infrared Port. It can be used to establish wireless serial and network links to other computers and devices." KCIrExpress.ServiceDesc="CASIO Device Driver" USB\VID_050f&PID_0180.DeviceDesc = "CASIO IRXpress USB Infrared" USB\VID_09C4&PID_0011.DeviceDesc = "IRXpress USB Infrared Device" USB\VID_C409&PID_0001.DeviceDesc = "IRXpress USB Infrared Device" V_CLASSNAME="Infrared adapters" KCIR="CASIO Computer Co.," MaxConnectRate="Maximum Connect Rate"
|