inf в студию!)
генерировал Compuware Driver Studio
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$WINDOWS NT$"
Class=DeviceUSB
ClassGUID={03CE427C-41ED-4545-A9A3-E00669890CD2}
Provider=%Provider%
DriverVer=11/7/2009,1.00.0000
CatalogFile=DeviceUSB.cat
[ControlFlags]
; Pnp drivers should not be installable via non-PnP hardware dialogs
ExcludeFromSelect = *
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; Not necessary if using a standard class
; 9X Style
[ClassInstall]
Addreg=DeviceUSBClassAddReg
; NT Style
[ClassInstall32]
Addreg=DeviceUSBClassAddReg
[DeviceUSBClassAddReg]
;reg-root,[subkey],[value-entry-name],[flags],[value]
HKR,,,%REG_SZ%,%DeviceClassName%
HKR,,Icon,,"-18"
HKR,,DeviceCharacteristics,%REG_DWORD%,0x100 ; FILE_DEVICE_SECURE_OPEN
HKR,,Security,,"D:P(A;;GR;;;WD)(A;;GA;;;SY)(A;;GA;;;BA)" ; generic read - everybody
; generic all access - system and admin
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
DefaultDestDir = 10
DeviceUSB_Files_Driver = 12
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation.
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
DeviceUSB.sys = 1,,
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName% = DeviceUSB_Mfg
[DeviceUSB_Mfg]
; DisplayName Section DeviceId
%DeviceUSB_DeviceDesc%=DeviceUSB_DDI, USB\VID_03EB&PID_6136
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 98 -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[DeviceUSB_DDI]
CopyFiles=DeviceUSB_Files_Driver
AddReg=DeviceUSB_9X_AddReg
[DeviceUSB_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,DeviceUSB.sys
HKR,,Description,,%DeviceUSB_DeviceDesc%
; --------- Windows NT -----------------
[DeviceUSB_DDI.NT]
CopyFiles=DeviceUSB_Files_Driver
[DeviceUSB_DDI.NT.Services]
Addservice = DeviceUSB, %FLG_ADDREG_NOCLOBBER%, DeviceUSB_Service
[DeviceUSB_DDI2.NT]
CopyFiles=DeviceUSB_Files_Driver
[DeviceUSB_DDI2.NT.Services]
Addservice = DeviceUSB, %FLG_ADDREG_NOCLOBBER%, DeviceUSB_Service
; --------- Service ----------------------
[DeviceUSB_Service]
DisplayName = %DeviceUSB_SvcDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\DeviceUSB.sys
LoadOrderGroup = Extended Base
; --------- Files ----------------------
[DeviceUSB_Files_Driver]
DeviceUSB.sys,,,2
;--------- Strings Section ---------------------------------------------------
[Strings]
Provider = "Contora Ltd"
MfgName = "Contora Ltd"
DeviceUSB_DeviceDesc = "DeviceUSB Device"
DeviceClassName="Class for DeviceUSB devices"
DeviceUSB_SvcDesc = "Driver for DeviceUSB Device"
DiskId1 = "DeviceUSB Device Installation Disk #1"
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
REG_NONE = 0x00020001
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
FLG_ADDREG_NOCLOBBER = 0x00000002
FLG_ADDREG_DELVAL = 0x00000004
FLG_ADDREG_APPEND = 0x00000008
FLG_ADDREG_KEYONLY = 0x00000010
FLG_ADDREG_OVERWRITEONLY = 0x00000020
FLG_ADDREG_64BITKEY = 0x00001000
FLG_ADDREG_KEYONLY_COMMON = 0x00002000
FLG_ADDREG_32BITKEY = 0x00004000
ЗЫ на чем контроллер USB собран?
at90usb646