; This file supports: ; Windows 2000 ; Windows 2000 Server ; Windows XP ; Windows Server 2003 ; ;****************************************************************************** ; Version section ;------------------------------------------------------------------------------ [Version] Signature="$Windows NT$" Provider=%S_Provider% DriverVer=04/11/2007,2.41.0.0 ; This specifies the .cat file provided by WHQL if the driver is certified. CatalogFile=usbio.cat Class=USBIOControlledDevices ClassGUID={96e73b6e-7a5a-11d4-9f24-0080c82727f4} ;****************************************************************************** ; Class Install section (optional) ;------------------------------------------------------------------------------ [ClassInstall32] AddReg=_AddReg_ClassInstall [_AddReg_ClassInstall] HKR,,,,"%S_DeviceClassDisplayName%" HKR,,Icon,,"-20" ;****************************************************************************** ; Options ;------------------------------------------------------------------------------ [ControlFlags] ;****************************************************************************** ; Manufacturer section ;------------------------------------------------------------------------------ [Manufacturer] %S_Mfg%=_Models ;****************************************************************************** ; Models section ;------------------------------------------------------------------------------ ; x86-based systems [_Models] %S_DeviceDesc1%=_Install, USB\VID_152A&PID_8180 ;****************************************************************************** ; Install sections x86-based systems ;------------------------------------------------------------------------------ [_Install.ntx86] CopyFiles=_CopyFiles_sys [_Install.ntx86.Services] AddService = %S_DriverName%, 0x00000002, _AddService, _EventLog [_Install.ntx86.HW] AddReg=_AddReg_HW [_AddService] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %10%\System32\Drivers\%S_DriverName%.sys [_EventLog] AddReg=_EventLog_AddReg [_EventLog_AddReg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName%.sys" HKR,,TypesSupported, %REG_DWORD%,7 ;****************************************************************************** ; Registry sections ;------------------------------------------------------------------------------ [_AddReg_HW] HKR,,CleanupWizard_DeviceIdentString,%REG_SZ%,"{DAB6A146-D93E-48ab-B3E5-374AB8FFF277}" HKR,,DriverUserInterfaceGuid,%REG_SZ%,"{E0EA35B8-D78C-4308-A5CB-0889E75FDBF2}" ;HKR,, DisableDefaultInterface, %REG_DWORD%, 1 ; Set the default behaviour of the driver for Windows 2000 and Windows XP ; For a description of the parameters, refer to the USBIO Reference Manual. HKR,,PowerStateOnOpen, %REG_DWORD%, 0 HKR,,PowerStateOnClose, %REG_DWORD%, 0 HKR,,MinPowerStateUsed, %REG_DWORD%, 3 HKR,,MinPowerStateUnused, %REG_DWORD%, 3 HKR,,EnableRemoteWakeup, %REG_DWORD%, 0 HKR,,AbortPipesOnPowerDown,%REG_DWORD%, 1 HKR,,UnconfigureOnClose, %REG_DWORD%, 1 HKR,,ResetDeviceOnClose, %REG_DWORD%, 0 HKR,,MaxIsoPackets, %REG_DWORD%, 512 HKR,,ShortTransferOk, %REG_DWORD%, 1 HKR,,RequestTimeout, %REG_DWORD%, 1000 HKR,,SuppressPnPRemoveDlg, %REG_DWORD%, 1 ;HKR,,ConfigIndex, %REG_DWORD%, 0 ;HKR,,Interface, %REG_DWORD%, 0 ;HKR,,AlternateSetting, %REG_DWORD%, 0 ;HKR,,FxFwFile, %REG_SZ%, "YourFirmwareFile.ihx" ;HKR,,FxBootloaderCheck, %REG_DWORD%, 1 ;HKR,,FxExtRamBase, %REG_DWORD%, 0x4000 ; [SourceDisksFiles] sections. See below. ;****************************************************************************** ; Copy Files section ;------------------------------------------------------------------------------ [_CopyFiles_sys] celmkt.sys ;****************************************************************************** ; Destination Directories ;------------------------------------------------------------------------------ [DestinationDirs] DefaultDestDir = 12 ; %SystemRoot%\system32\drivers _CopyFiles_sys = 12 ;****************************************************************************** ; Disk Layout ;------------------------------------------------------------------------------ [SourceDisksNames.x86] 1=%S_DiskName%,, [SourceDisksFiles.x86] celmkt.sys=1 ;****************************************************************************** ; Text Strings ;------------------------------------------------------------------------------ [Strings] ; ; Non-Localizable Strings, DO NOT MODIFY! ; REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 S_Provider="Celectronic" S_Mfg="Celectronic" S_DeviceClassDisplayName="USBIO controlled CARD STAR /medic2" S_DeviceDesc1="USB Device /medic2 (V2.4)" S_DiskName="Medic2 Driver Disk" S_DriverName="celmkt" ; *** EOF ***