CBehci.inf Driver File Contents (cbu2_pcmcia-usb2_xp-2k-me-98.zip)

; 
; INF -- REX-CBU2 CardBus PC Card
;
; RATOC Systems,Inc. 
;
; INF 	Ver1.0 	May/01/2001
;       Ver1.2 	Jun/11/2001  add "CBU2PnP"
;                            change "RSEHCD.SYS" => "RSEHCDCB.SYS"
;                            change Service  "RSEHCD" => "RSEHCDCB"
;                            change PCI\VEN_1033&DEV_00E0&CC_0C0320 
;                             => PCI\VEN_1033&DEV_00E0&SUBSYS_00E01195
;                            change DisplayName "RATOC CB USB Enhanced Host Controller" 
;                             => "RATOC CBU2 USB Enhanced Host Controller"
;       Ver1.3 	Oct/01/2001  DriverVer : 08/06/2001 -> 10/01/2001
;	Ver2.0  Oct/10/2001  Hub support
;	Ver2.1  Nov/22/2001  CanoScan support
;	Ver2.2  Feb/12/2002  
;	Ver2.4  May/28/2002  Olympus Mo support
;	Ver2.5  Jun/03/2002  
;	Ver2.6  Aug/02/2002  Minolta Scanner support
;                            Nikon Firm scanner support
;	Ver2.8  Jan/14/2003  Composite device support
;                            SERVICE_AUTO_START->SERVICE_DEMAND_START
;	Ver2.9  Feb/20/2003  Isochronous support
;
[Version]
Signature="$CHICAGO$"
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
Provider=%RATOC%
Class=USB
ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
DriverVer=12/02/2001,2.90

[SourceDisksNames]
1=%DISK1%,,

[SourceDisksFiles]
rsehcdcb.sys = 1
rsusbd.sys = 1
rsusbh.sys = 1
CBRPSET.VXD = 1
cbprset.sys=1
CBU2PnP.exe = 1
REXCFG.VXD = 1
RSCOMP.sys = 1

[Manufacturer]
%MfgName%=RATOC

[RATOC]
; Host
%USBEHCD.DeviceDesc%=RSEHCDCB,PCI\VEN_1033&DEV_00E0
; Hub
%USBH.DeviceDesc%=RSUSBH,USB2\VID_0409&PID_0058
%USB2\CLASS_09.DviceDesc%=RSUSBH,USB2\CLASS_09
; Composite
%USBCPST.DeviceDesc% = RSCOMP,USB\COMPOSITE
%USBCPST.DeviceDesc% = RSCOMP,USB2\COMPOSITE

[DestinationDirs]
DefaultDestDir = 10,SYSTEM32\DRIVERS
RSEHCDCB.CopyFiles = 10,SYSTEM32\DRIVERS
RSEHCDCB.DelFiles = 10,SYSTEM32\DRIVERS
RSUSBH.CopyFiles = 10,SYSTEM32\DRIVERS
RSUSBH.DelFiles = 10,SYSTEM32\DRIVERS
CBPRSET.CopyFiles = 10,SYSTEM32\DRIVERS
CBPRSET.DelFiles = 10,SYSTEM32\DRIVERS
CBRPSET.CopyFiles = 11
CBRPSET.DelFiles = 11
CBU2PNP.CopyFiles = 11
CBU2PNP.DelFiles = 11
RSCOMP.CopyFiles = 10,SYSTEM32\DRIVERS

[ClassInstall32]
Addreg=USBClassReg

[USBClassReg]
HKR,,,,%USBClassName%
HKR,,Icon,,-20
HKR,,NoInstallClass,,1

[RSEHCDCB]
DelFiles =RSEHCDCB.DelFiles,CBRPSET.DelFiles,CBU2PNP.DelFiles
DelReg=RSEHCDCB.DelReg,CBU2PNP.DelReg
CopyFiles=RSEHCDCB.CopyFiles,CBRPSET.CopyFiles,CBU2PNP.CopyFiles
AddReg=RSEHCDCB.AddReg,CBU2PNP.AddReg
Reboot

[RSEHCDCB.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"rsehcdcb.sys,rsusbd.sys"
HKLM,"System\CurrentControlSet\Services\VxD\CBRPSET","StaticVxd",FLG_ADDREG_TYPE_SZ,"CBRPSET.vxd"

[RSEHCDCB.DelReg]
HKLM,"System\CurrentControlSet\Services\VxD\CBRPSET"

;;[CBU2PNP.AddReg]
;;HKLM,"Software\Microsoft\Windows\CurrentVersion\run","REXCBU2",FLG_ADDREG_TYPE_SZ,"CBU2PnP.exe"

[CBU2PNP.DelReg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\run","REXCBU2"

[RSEHCDCB.NT]
DelFiles = RSEHCDCB.DelFiles,CBRPSET.DelFiles
CopyFiles = RSEHCDCB.CopyFiles,CBPRSET.CopyFiles
AddReg = RSEHCDCB.AddReg.NT
Reboot

[RSEHCDCB.AddReg.NT]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,rsehcdcb.sys

[RSEHCDCB.NT.Services]
AddService=cbprset,0x00000002, Filter_Service_Inst2
AddService = RSEHCDCB, 0x00000002, RSEHCDCB.AddService
AddService = FilterService,,Filter_Service_Inst1

[RSEHCDCB.AddService]
DisplayName    = %USBEHCD.DisplayName%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
;StartType      = 2                  ; SERVICE_AUTO_START
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\rsehcdcb.sys
LoadOrderGroup = Base

[Filter_Service_Inst1]
DisplayName    = "Filter Service"
ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
;StartType      = 2 ;%SERVICE_DEMAND_START%
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0 ;%SERVICE_ERROR_IGNORE%
ServiceBinary  = %12%\rsusbd.sys
LoadOrderGroup = extended base

[Filter_Service_Inst2]
DisplayName    = %Filter.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\cbprset.sys
LoadOrderGroup = PNP Filter

[RSEHCDCB.NT.HW]
AddReg=RSEHCDCB.AddReg.NT.HW

[RSEHCDCB.AddReg.NT.HW]
HKR,,"LowerFilters",0x00010000,"cbprset"
HKR,,"UpperFilters",0x00010000,"FilterService"

[RSEHCDCB.CopyFiles]
rsehcdcb.sys
rsusbd.sys

[RSEHCDCB.DelFiles]
rsehcdcb.sys,,,1
rsusbd.sys,,,1

[CBRPSET.CopyFiles]
CBRPSET.VXD

[CBRPSET.DelFiles]
CBRPSET.VXD,,,1

[CBPRSET.CopyFiles]
cbprset.sys

[CBPRSET.DelFiles]
cbprset.sys,,,1

[CBU2PNP.CopyFiles]
CBU2PnP.exe
REXCFG.VXD

[CBU2PNP.DelFiles]
CBU2PnP.exe,,,1
REXCFG.VXD,,,1

[RSUSBH]
CopyFiles=RSUSBH.CopyFiles
DelFiles=RSUSBH.DelFiles
AddReg=RSUSBH.AddReg


[RSUSBH.NT]
CopyFiles=RSUSBH.CopyFiles
DelFiles=RSUSBH.DelFiles
AddReg=RSUSBH.AddReg

[RSUSBH.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"rsusbh.sys"

[RSUSBH.NT.Services]
AddService = RSUSBH, 0x00000002, RSUSBH.AddService

[RSUSBH.AddService]
DisplayName    = %USBH.DeviceDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
;StartType      = 2                  ; SERVICE_AUTO_START
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\RSUSBH.sys
LoadOrderGroup = extended base

[RSUSBH.CopyFiles]
rsusbh.sys

[RSUSBH.DelFiles]
rsusbh.sys,,,1


[RSCOMP]
CopyFiles=RSCOMP.CopyFiles
;;DelFiles=RSCOMP.DelFiles
AddReg=RSCOMP.AddReg

[RSCOMP.NT]
CopyFiles=RSCOMP.CopyFiles
;;DelFiles=RSCOMP.DelFiles
AddReg=RSCOMP.AddReg

[RSCOMP.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,RSCOMP.sys

[RSCOMP.NT.Services]
AddService = RSCOMP, 0x00000002, RSCOMP.AddService

[RSCOMP.AddService]
DisplayName    = %USBCPST.DeviceDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
;StartType      = 2                  ; SERVICE_AUTO_START
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\RSCOMP.sys
;LoadOrderGroup = extended base
LoadOrderGroup = Base

[RSCOMP.CopyFiles]
RSCOMP.sys

;;[RSCOMP.DelFiles]
;;RSCOMP.sys,,,1


[Strings]
RATOC = "RATOC Systems,inc."
MfgName = "RATOC"
;Host
USBEHCD.DeviceDesc = "RATOC CB USB Enhanced Host Controller"
USBEHCD.DisplayName = "RATOC CBU2 USB Enhanced Host Controller"
Filter.SVCDESC = "USB2.0 CardBus Card Upper Filter Driver"
USBClassName = "Universal Serial Bus Controller"
;Hub
USBH.DeviceDesc = "RATOC USB Hub for EHCI"
USB2\CLASS_09.DviceDesc = "Geniric USB Hub for EHCI"
; Composite
USBCPST.DeviceDesc = "RATOC USB CompositeDevice"

DISK1=""
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: web1, load: 1.31