MtsHID.inf Driver File Contents (TwinhanDriverSetup_Latest.zip)

;
;   Installation inf file for Mantis BDA HID driver
;

[Version]
Signature="$CHICAGO$"
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%DTV-DVB%
DriverVer=06/19/2006,1.0.1.3
CatalogFile 	= MtsHID.cat
CatalogFile.NTAMD64 = MtsHID.cat
CatalogFile.NTIA64  = MtsHID.cat

[Manufacturer]
%MfgName% = DTV-DVB, NTAMD64, NTIA64

[DTV-DVB]
%MtsHID.DeviceDesc%=MtsHID.Device,AVSTREAM\MtsHID.VIRTUAL

[DTV-DVB.NTAMD64]
%MtsHID.DeviceDesc%=MtsHID.Device,AVSTREAM\MtsHID.VIRTUAL

[DTV-DVB.NTIA64]
%MtsHID.DeviceDesc%=MtsHID.Device,AVSTREAM\MtsHID.VIRTUAL

[DestinationDirs]
MtsHID.CopyDrivers = 10,System32\Drivers 

[SourceDisksNames]
1 = %INSTALLATION_DISK%,,

[SourceDisksNames.AMD64]
1 = %INSTALLATION_DISK%, MtsHID.inf, , \AMD64

[SourceDisksNames.IA64]
1 = %INSTALLATION_DISK%, MtsHID.inf, , \IA64

[SourceDisksFiles]
MtsHID.sys = 1

[ControlFlags]
ExcludeFromSelect	= *
ExcludeFromSelect.NT	= *

[MtsHID.Device]
CopyFiles = MtsHID.CopyDrivers
AddReg    = MtsHID.AddReg

[MtsHID.Device.NT]
CopyFiles = MtsHID.CopyDrivers
AddReg    = MtsHID.AddReg

[MtsHID.Device.NT.Services]
AddService = MtsHID,0x00000002,MtsHID.AddService

[MtsHID.AddService]
DisplayName     = %MtsHID.FriendlyName%
ServiceType     = 1                  ; SERVICE_KERNEL_DRIVER
StartType       = 3                  ; SERVICE_DEMAND_START
ErrorControl    = 0                  ; SERVICE_ERROR_IGNORE
ServiceBinary   = %10%\system32\drivers\MtsHID.sys
LoadOrderGroup  = Extended Base

[MtsHID.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,MtsHID.sys


;0:Twinhan Hotkey table only, 1:All RC table
HKR,"DriverData","RC_Report",0x00010001, 0x00,0x00, 0x00, 0x00

;Configurable RC Hot keys 
; Scan code mappings.
; Format: SCANCODE_nn = 0xii, 0xjj, 0xkk, 0xll
;   nn: hex value of scan code (Please reference DTV-DVB RC table)
;   ii: first virtual key value
;   jj: ctrl virtual key value
;   kk: shift virtual key value
;   ll: alt virtual key value
; Note: 1) Refer to MSDN for virtual key values (keyword: "VK_")
;       2) Maximum three key combination supported now
;
;HKR,"DriverData","RC_Scancode_00",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_01",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_02",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_03",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_04",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_05",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_06",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_07",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_08",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_09",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_0A",0x00010001, 0x00,0x00, 0x00, 0x00
;.....
;.....
;HKR,"DriverData","RC_Scancode_71",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_72",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_73",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_74",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_75",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_76",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_77",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_78",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_7A",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_7B",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_7C",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_7D",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_7E",0x00010001, 0x00,0x00, 0x00, 0x00
;HKR,"DriverData","RC_Scancode_7F",0x00010001, 0x00,0x00, 0x00, 0x00


[MtsHID.CopyDrivers]
MtsHID.sys

[Strings]
DTV-DVB				= "DTV-DVB"
MfgName				= "DTV-DVB"

MtsHID.DeviceDesc		= "DTV-DVB Mantis BDA HID Device"
MtsHID.FriendlyName	    = "DTV-DVB Mantis BDA HID Driver"
INSTALLATION_DISK		= "DTV-DVB Mantis BDA HID Installation Disk"
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: 3.12