VVBUSUSB.INF Driver File Contents (router_usb_driver.exe)

;*****************************************************************************
; vvbususb.INF
;
; Actiontec Gateway driver v2.05
;
; Copyright (c) 2001 Actiontec Electronics, Inc
;*****************************************************************************

[Version]
Signature = "$Chicago$"
Class = System
ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider  = %Actiontec%
DriverVer=07/02/2001, 7.01.0.25

; Driver Code Signing support (.cat files produced by Microsoft WHQL)
CatalogFile = vvbususb.cat
;CatalogFile.NT = vvbusn86.cat
; Versioning support (date in mm/dd/yyyy format)
; DriverVer = 01/25/1999, 5.0.0.66


[Manufacturer]
%Actiontec% = DeviceList

[DeviceList]
; DisplayName           Section    DeviceID
; -----------           -------    --------
%He.Description%	= usbvvbus,  USB\VID_067F&PID_6549
%Be.Description%	= usbvvbus,  USB\VID_067F&PID_6542
%He2xx.Description%     = usbvvbus,  USB\VID_1668&PID_0405

[ControlFlags]
; Prevent the user from manually installing PnP devices.
ExcludeFromSelect = USB\VID_067F&PID_6549
ExcludeFromSelect = USB\VID_067F&PID_6542
ExcludeFromSelect = USB\VID_1668&PID_0405

;*****************************************************************************
;*****************************************************************************

;[usbvvbus]
;CopyFiles = usbvvbus.CopyDriver,usbvvbus.CopyExe
;AddReg = usbvvbus98.AddReg, usbvvbus.AddReg,DEviceInstall.RunOnce.AddReg
;DriverVer=02/05/2001, 7.01.0.25

[usbvvbus.nt]
CopyFiles = usbvvbus.CopyDriver	;,usbvvbus.CopyExe
AddReg = usbvvbusNT.AddReg, usbvvbus.AddReg	;,DEviceInstall.RunOnce.AddReg
;DriverVer=02/05/2001, 7.01.0.25

;*****************************************************************************
; Registry
;*****************************************************************************

[usbvvbusNT.AddReg]
HKR,, MaxNoPendingWrites, 0x00010001, 2
HKR,, MaxNoPendingReads, 0x00010001, 2


;[usbvvbus98.AddReg]
;HKR, , DevLoader,  0, "*ntkern"
;HKR, , NTMPDriver, 0, "vvbususb.sys"
;HKR,, MaxNoPendingWrites, 0x00010001, 1
;HKR,, MaxNoPendingReads, 0x00010001, 1


[usbvvbus.AddReg]
HKR, %Test%, Id,, "TEST"
HKR, %Test%, Desirability, 0x00010001, 0x00000000
HKR, %Test%, Description,, %Test.Description%
HKR, %Test%, Location,, %Test.Location%
HKR, %Test%, DeviceType, 0x00010001, 0x00000022 ; FILE_DEVICE_UNKNOWN

HKR, %Atm%, Id,, "ATM"
HKR, %Atm%, Desirability, 0x00010001, 0x00000001
HKR, %Atm%, Description,, %Atm.Description%
HKR, %Atm%, Location,, %Atm.Location%
HKR, %Atm%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Ethernet%, Id,, "ETHERNET"
HKR, %Ethernet%, Desirability, 0x00010001, 0x00000002
HKR, %Ethernet%, Description,, %Ethernet.Description%
HKR, %Ethernet%, Location,, %Ethernet.Location%
HKR, %Ethernet%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Rfc1483%, Id,, "RFC1483"
HKR, %Rfc1483%, Desirability, 0x00010001, 0x00000003
HKR, %Rfc1483%, Description,, %Rfc1483.Description%
HKR, %Rfc1483%, Location,, %Rfc1483.Location%
HKR, %Rfc1483%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Gateway%, Id,, "GATEWAY"
HKR, %Gateway%, Desirability, 0x00010001, 0x00000003
HKR, %Gateway%, Description,, %Gateway.Description%
HKR, %Gateway%, Location,, %Gateway.Location%
HKR, %Gateway%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR,, MaxNoSmallFragments, 0x00010001, 100
HKR,, MaxNoLargeFragments, 0x00010001, 100
HKR,, DefaultStream,       0x00010001, 1



;*****************************************************************************
; Files and Directories
;*****************************************************************************

[usbvvbus.CopyDriver]
vvbususb.sys

[usbvvbus.CopyExe]
;CloseMg.exe
;DSLinst.exe

[DestinationDirs]
DefaultDestDir = 10, system32\drivers
;usbvvbus.CopyExe = 30

[SourceDisksNames]
1=%Disk1%,,,

[SourceDisksFiles]
vvbususb.sys=1,,
;DSLinst.exe=1,,
;CloseMg.exe=1,,
;*****************************************************************************
; Windows 2000
;*****************************************************************************

[usbvvbus.nt.Services]
AddService = vvbususb, 2, vvbususb.Service, vvbususb.EventLog

[vvbususb.Service]
DisplayName    = %ServiceDescription%
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
StartType      = 3  ; SERVICE_DEMAND_START
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\system32\drivers\vvbususb.sys

[vvbususb.EventLog]
AddReg = vvbususb.EventLog.AddReg

[vvbususb.EventLog.AddReg]
HKR, , EventMessageFile, 0x00020000, "%10%\system32\IoLogMsg.dll;%10%\system32\drivers\vvbususb.sys"
HKR, , TypesSupported,   0x00010001, 7

;[DEviceInstall.RunOnce.AddReg]
;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Setup APP",,"%1%\DSLinst.exe"


;*****************************************************************************
; Localised strings
;*****************************************************************************

[Strings]
Actiontec = "Actiontec"
Disk1  = "Actiontec Gateway Driver"

He.Description = "Actiontec Gateway"
Be.Description = "Actiontec Gateway"
He2xx.Description = "Actiontec Gateway"
ServiceDescription = "Actiontec Gateway USB Service"

Test = "Bun classes\Loopback"
Test.Description = "Actiontec Gateway"
Test.Location = " on the AEIGW"

Atm = "Bun classes\Atm"
Atm.Description = "Actiontec Gateway"
Atm.Location = " on the AEIGW"

Ethernet = "Bun classes\Ethernet"
Ethernet.Description = "Actiontec Gateway"
Ethernet.Location = " on the AEIGW"

Rfc1483 = "Bun classes\Rfc1483"
Rfc1483.Description = "Actiontec Gateway"
Rfc1483.Location = " on the AEIGW"

Gateway = "Bun classes\Gateway"
Gateway.Description = "Actiontec Gateway"
Gateway.Location = " on the AEIGW"

;*****************************************************************************
;******************************************************************
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: 1.20