; Ocean Optics INF file for the USB2000 ; ; ; ; Updated 6/22/00 ; replaced "$WINDOWS NT$" signature with "$CHICAGO$" for support of ; Japanese Windows 2000 ; Updated 5/17/00 ; added support for Windows 2000 ; installs inf file into windows\inf or winnt\inf ; installs ezusb.sys to windows\system32\drivers or winnt\system32\drivers ; ; ; Two versions, one for CD has CopyFiles section active ; one for other has it commented out [Version] Signature="$CHICAGO$" Class=USB provider=%OceanOptics% LayoutFile=layout.inf [Manufacturer] %OceanOptics%=OOIDRVR [OOIDRVR] %USB\VID_2457&PID_1002.DeviceDesc%=USB2000.Dev, USB\VID_2457&PID_1002 %USB\VID_2457&PID_1004.DeviceDesc%=USB2000.Dev, USB\VID_2457&PID_1004 %USB\VID_2457&PID_1008.DeviceDesc%=USB2000.Dev, USB\VID_2457&PID_1008 %USB\VID_2457&PID_100A.DeviceDesc%=USB2000.Dev, USB\VID_2457&PID_100A %USB\VID_0457&PID_2131.DeviceDesc%=USB2000.Dev, USB\VID_0457&PID_2131 [PreCopySection] HKR,,NoSetupUI,,1 [DestinationDirs] USB2000.Files.Ext = 10,System32\Drivers USB2000.Files.Inf = 10,INF [USB2000.Dev] CopyFiles=USB2000.Files.Ext, USB2000.Files.Inf AddReg=USB2000.AddReg [USB2000.Dev.NT] ;CopyFiles=USB2000.Files.Ext, USB2000.Files.Inf AddReg=USB2000.AddReg [USB2000.Dev.NT.Services] Addservice = EZUSB, 0x00000002, USB2000.AddService [USB2000.AddService] DisplayName = %EZUSB.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 2 ; SERVICE_AUTO_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %10%\System32\Drivers\ezusb.sys LoadOrderGroup = Base [USB2000.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,ezusb.sys [USB2000.Files.Ext] ezusb.sys [USB2000.Files.Inf] ooi_usb.Inf ;---------------------------------------------------------------; [Strings] Anchor="AnchorChips" OceanOptics="Ocean Optics, Inc." USB\VID_2457&PID_1002.DeviceDesc="Ocean Optics USB2000 - EEPROM Load" USB\VID_0547&PID_2131.DeviceDesc="Ocean Optics USB2000 - No EEPROM (2131)" USB\VID_2457&PID_1008.DeviceDesc="Ocean Optics OPM512" USB\VID_2457&PID_100A.DeviceDesc="Ocean Optics HR20000 - EEPROM Load" USB\VID_2457&PID_1004.DeviceDesc="Ocean Optics ADC1000-USB - EEPROM Load" EZUSB.SvcDesc="AnchorChips General Purpose USB Driver (ezusb.sys)"