ÿþ;***************************************************************************** ;* Copyright Statement: ;* -------------------- ;* This software is protected by Copyright and the information contained ;* herein is confidential. The software may not be copied and the information ;* contained herein may not be used or disclosed except with the written ;* permission of MediaTek Inc. (C) 2011 ;* ;* BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES ;* THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE") ;* RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON ;* AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES, ;* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF ;* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. ;* NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE ;* SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR ;* SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH ;* THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO ;* NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S ;* SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM. ;* ;* BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE ;* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE, ;* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE, ;* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO ;* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. ;* ;* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE ;* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF ;* LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND ;* RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER ;* THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC). ;* ;***************************************************************************** ; ; Remote NDIS based Internet Sharing device Setup File ; ; mtk_isd_xp.INF -- This is the inf installation script for ; RNDIS-over-USB host driver for Intenet Sharing device. ; [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %MediaTek% DriverVer = 07/14/2011,1.1129.00 ;CatalogFile.NTx86 = mtk_isd_xp32.cat ;CatalogFile.NTamd64 = mtk_isd_xp64.cat [Manufacturer] %MediaTek% = ISDevices_MTK,NTx86,NTamd64 ; Compatible IDs ------------------------------------------------- ;USB\Class_E0&SubClass_01&Prot_03 ;USB\DevClass_E0&SubClass_01&Prot_03 ; MTK-specific IDs ----------------------------------------------- [ISDevices_MTK.NTx86] ; MediaTek 65xx with adb(exp) %ISDevice_MTK% = RNDIS.NT.5.1, USB\VID_0e8d&PID_2004 %ISDevice_MTK% = RNDIS.NT.5.1, USB\VID_0e8d&PID_2005 %ISDevice_MTK% = RNDIS.NT.5.1, USB\VID_0bb4&PID_0003 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0bb4&PID_0004&MI_00 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0e8d&PID_0004&MI_00 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0bb4&PID_2010&MI_00 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0bb4&PID_2011&MI_00 [ISDevices_MTK.NTamd64] %ISDevice_MTK% = RNDIS.NT.5.1, USB\VID_0e8d&PID_2004 %ISDevice_MTK% = RNDIS.NT.5.1, USB\VID_0e8d&PID_2005 %ISDevice_MTK% = RNDIS.NT.5.1, USB\VID_0bb4&PID_0003 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0bb4&PID_0004&MI_00 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0e8d&PID_0004&MI_00 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0bb4&PID_2010&MI_00 %ISDevice_MTK_Composite% = RNDIS.NT.5.1, USB\VID_0bb4&PID_2011&MI_00 [ControlFlags] ExcludeFromSelect =* ; Windows LH specific sections ----------------------------------- [RNDIS.NT.5.1] Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI BusType = 15 include = netrndis.inf needs = Usb_Rndis.ndi [RNDIS.NT.5.1.Services] include = netrndis.inf needs = Usb_Rndis.ndi.Services ; no sys copyfiles - the sys files are already in place [Strings] MediaTek = "MediaTek Inc." ISDevice_MTK = "Android USB Ethernet/RNDIS" ISDevice_MTK_Composite = "Android Composite USB Ethernet/RNDIS"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.