;==============================================================================
; Flter2K.inf for Win2K
; Copyright (c) 2004 WayTech Inc.
;==============================================================================
[Version]
Signature = "$Windows NT$"
Class = HIDClass
ClassGuid = {745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider = %Provider%
DriverVer = 09/14/2004,1.0.0.2
LayoutFile = layout.Inf
[SourceDisksNames]
99=%DiskName%,,
[SourceDisksFiles]
Razerlow.sys = 99
[DestinationDirs]
DefaultDestDir = 10,system32\drivers
[ControlFlags]
ExcludeFromSelect = *
[Manufacturer]
%Provider% = WayTechUSB
[WayTechUSB]
%DEVICENAME00% = HidInst00,USB\VID_1532&PID_0001
%DEVICENAME01% = HidInst00,USB\VID_1532&PID_0002
; ---------------------------------------------------------
[HidInst00]
Include = input.inf
Needs = HID_Inst.NT
CopyFiles = CopyUSBFilter
[CopyUSBFilter]
Razerlow.sys
[HidInst00.HW]
AddReg = Filter00.AddReg.HW
[Filter00.AddReg.HW]
HKR,,"LowerFilters",%REG_MULTI_SZ%,"Razerlow"
[HidInst00.Services]
AddService = Razerlow,,UsbFltr_Service_Inst
Include = input.inf
Needs = HID_Inst.NT.Services
; ---------------------------------------------------------
[UsbFltr_Service_Inst]
DisplayName = %SvcDispName%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_IGNORE%
ServiceBinary = %10%\System32\Drivers\Razerlow.sys
LoadOrderGroup = Extended Base
; ---------------------------------------------------------
[Strings]
Provider = "Razer"
DiskName = "Driver Disk"
SvcDispName = "Razerlow USB Filter Driver"
DEVICENAME00 = "Razer Diamondback"
DEVICENAME01 = "Razer Diamondback"
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_DEMAND_START = 0x00000003
SERVICE_ERROR_IGNORE = 0x00000000
REG_MULTI_SZ = 0x00010000
Download Driver Pack
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.