;============================================================================
; Installation file (.inf) for Windows 10.
;
; All Rights Reserved, Copyright(C) ELAN Microelectronics Corp. 2003-2018
;============================================================================
[Version]
Signature=$WINDOWS NT$
Provider=%VENDER_NAME%
ClassGUID={745A17A0-74D3-11D0-B6FE-00A0C90F57DA}
Class=HIDClass
CatalogFile=ETDMiniPTP.cat
DriverVer=02/27/2018, 24.13.0.1
[SourceDisksNames]
1=%WDM_INSTALL_DISK%,,,
[SourceDisksFiles]
ETDMiniPTP.sys = 1
;----------------------------------------------------------------------------
; Manufacturer Sections
;----------------------------------------------------------------------------
[Manufacturer]
%VENDER_NAME% = DeviceList, NTamd64
[DeviceList.NTamd64]
%DESCRIPTION% = MiniPTP_Device, ETDMINIPTP\VID_04F3&PID_0000
;----------------------------------------------------------------------------
; Install Sections
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; Driver directory
[DriverService]
DisplayName = %SERVICE_DISPLAY_NAME%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %12%\ETDMiniPTP.sys
;----------------------------------------------------------------------------
; Common File Copy and Registry Operations
;----------------------------------------------------------------------------
[DriverCopyFiles]
ETDMiniPTP.sys,,,0x00000001
;----------------------------------------------------------------------------
; MiniPTP Device
;----------------------------------------------------------------------------
[MiniPTP_Device]
CopyFiles = DriverCopyFiles
[MiniPTP_Device.Services]
AddService = ETDMiniPTP, 2, DriverService
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
VENDER_NAME = "ELAN"
PUBLISHER = "ELAN Microelectronic Corp."
DESCRIPTION = "ELAN Miniport PTP Driver"
WDM_INSTALL_DISK = "ELAN Miniport PTP Disk"
SERVICE_DISPLAY_NAME = "ELAN Miniport PTP Driver"
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
REG_MULTI_SZ = 0x00010000
REG_BINARY = 0x00000001
REG_SZ = 0x00000000
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.