; yrtumdriver.inf
;
; Installation inf for the Device that needs flitering adapter.
;
; Copyright (c) 2005 YiRuan Technology Corp.Ltd.,BJ
;
[Version]
Signature="$Windows NT$"
Provider=%YiRuan%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Class=Mouse
DriverVer=05/01/2005,1.01.01
[SourceDisksNames]
1 = %DiskId1%,,,
[SourceDisksFiles]
yrtumdriver.sys = 10,System32\Drivers
[Manufacturer]
%YiRuan% = YiRuan.Mfg
[YiRuan.Mfg]
%KYE.Device% = YiRuanUSB, HID\Vid_05d5&Pid_8001&Mi_01&Col03
[DestinationDirs]
DefaultDestDir = 12
;
; Driver information
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; installation section for USB only
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[YiRuanUSB]
; Copy the driver over
CopyFiles=YiRuanUSB.CopyFiles
;
; Service Installation
;
[YiRuanUSB.Services]
Include=msmouse.inf
Needs=HID_Mouse_Inst.NT.Services
AddService = YiRuanUSB,, YiRuanUSB_Service_Inst
[YiRuanUSB.HW]
; Add the device upper filter
Include=msmouse.inf
Needs=HID_Mouse_Inst.NT.HW
AddReg = YiRuanUSB.HW.AddReg
[YiRuanUSB.HW.AddReg]
HKR,,"LowerFilters",0x00010000,"YiRuanUSB"
HKR,,"SampleFilterParam",0x00010001,512
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;common setction for PS2 and USB
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[YiRuanUSB_Service_Inst]
DisplayName = %YiRuanUSB.SvcDesc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 0 ;%SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\yrtumdriver.sys
LoadOrderGroup = extended base
[YiRuanUSB.CopyFiles]
yrtumdriver.sys
[Strings]
SPSVCINST_ASSOCSERVICE = 0x00000002
KYE.Device = "KYE 4D Device"
YiRuanUSB.SvcDesc = "YiRuan device driver for 4d"
DiskId1 = "KYE Driver Installation Disk #1"
YiRuan = "YiRuan"
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.