[Version] Signature="$CHICAGO$" Class=USB provider=%ADI% LayoutFile=layout.inf [Manufacturer] %ADI%=Analog [Analog] ;AD7150 %USB\VID_0456&PID_B482.DeviceDesc%=ADBVUSB.Dev, USB\VID_0456&PID_B482 ; ;Add any additional devices here, copying the lines above and adding the new PID ;A corresponding entry must be made at the end of the file giving a description of the hardware ; ; [PreCopySection] HKR,,NoSetupUI,,1 [DestinationDirs] ADBVUSB.Files.Ext = 10,System32\Drivers ADBVUSB.Files.Inf = 10,INF [ADBVUSB.Dev] CopyFiles=ADBVUSB.Files.Ext, ADBVUSB.Files.Inf AddReg=ADBVUSB.AddReg [ADBVUSB.Dev.NT] ; copyfiles commented out for Win2K to avoid user intervention during install ; CopyFiles=ADBVUSB.Files.Ext, ADBVUSB.Files.Inf AddReg=ADBVUSB.AddReg [ADBVUSB.Dev.NT.Services] Addservice = ADBVUSB, 0x00000002, ADBVUSB.AddService [ADBVUSB.AddService] DisplayName = %ADBVUSB.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 2 ; SERVICE_AUTO_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %10%\System32\Drivers\ezusb.sys LoadOrderGroup = Base [ADBVUSB.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,ezusb.sys [ADBVUSB.Files.Ext] ezusb.sys [ADBVUSB.Files.Inf] adiusbicv.Inf ;---------------------------------------------------------------; [Strings] ADI="Analog Devices Inc." USB\VID_0456&PID_B482.DeviceDesc="AD7150 Evaluation Board" ; ;Any new device added in the [Analog] section above should have ; it's corresponding string to describe the device added here ; ADBVUSB.SvcDesc="Analog Devices USB Device"