IOMUSB.INF Driver File Contents (DRV_NT_w9X_USB.zip)

; SCSI.INF -- This file contains descriptions of all the SCSI
;             Host Adapters supported in Windows NT

; Copyright (c) 1993-1996, Microsoft Corporation

[version]
signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%Iom%
LayoutFile=layout.inf

[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS

[ControlFlags]
;
; Exclude the following devices from Select Device list.
; These represent 'combination' driver nodes, for which there are separate items to be
; presented to the user.  These combination nodes are only used when figuring out what
; driver node to associate with a pre-existing service.
;
;ExcludeFromSelect = 

[Manufacturer]
%Iom%=IomUsb

;****************************
[IomUsb]

; =================== Intel USB  ====================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_8086&DEV_2412
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_8086&DEV_2422
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_8086&DEV_7020
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_8086&DEV_7112
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_8086&DEV_7602

; =================== VIA USB  ====================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1106&DEV_3038

; =================== Opti USB  ====================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1045&DEV_C861
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1045&DEV_C861
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1045&CC_0C0310
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1045&CC_0C0300
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1045&DEV_C861&SUBSYS_C8611045

; =================== AMD ======================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1022&DEV_740C

; =================== Compaq ===================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_0E11&DEV_A0F8

; =================== NEC ==================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1033&DEV_0035
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1033&DEV_0035&REV_01
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1033&DEV_0035&REV_02

; =================== CMD ==================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1095&DEV_0670
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1095&DEV_0673
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1095&CC_0C0310
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1095&CC_0C0300
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1095&DEV_0673&SUBSYS_06701095

; =================== Lucent ==================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_11C1&DEV_5801
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_11C1&CC_0C0310
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_11C1&CC_0C0300
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_11C1&DEV_5801&SUBSYS_580111C1

; =================== NatSemi ==================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_100B&DEV_0012

; =================== SIS ======================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1039&DEV_7001
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1039&CC_0C0310
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1039&CC_0C0300
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1039&DEV_7001&SUBSYS_00000000

; =================== Acer =====================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_10B9&DEV_5237

; =================== Symbios==================================
%IomegaDriver.DeviceDesc% = iom_Inst, PCI\VEN_1000&DEV_0901


;************* Iomega Driver *********************
[iom_Inst]
CopyFiles = @iomusb.sys
Reboot

[iom_Inst.Services]
AddService = iomusb, %SPSVCINST_ASSOCSERVICE%, iom_Service_Inst, Miniport_EventLog_Inst

[iom_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\iomusb.sys
LoadOrderGroup = SCSI Miniport


************************************************************
;The EventLog entries are the same for all SCSI miniports.
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg

[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[Strings]
Msft = "Microsoft"

IomegaDriver.DeviceDesc= "Iomega USB Driver For Mass Storage"

Iom="Iomega"
SCSIClassName="SCSI controllers"

;*******************************************
;Handy macro substitutions (non-localizable)
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER  = 1
SERVICE_BOOT_START     = 0
SERVICE_ERROR_NORMAL   = 1
REG_EXPAND_SZ          = 0x00020000
REG_DWORD              = 0x00010001

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 0.75