-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2ff51c
commit 2ed5298
Showing
1,719 changed files
with
80,255 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
;/***************************************************************************** | ||
;* 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) 2010 | ||
;* | ||
;* 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). | ||
;* | ||
;*****************************************************************************/ | ||
; | ||
; usb2ser_2kXP.inf | ||
; | ||
|
||
[Version] | ||
Signature="$Windows NT$" | ||
Class=Ports | ||
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} | ||
|
||
Provider=%MTK% | ||
DriverVer=07/28/2010,1.1032.0 | ||
CatalogFile=usb2ser_2kXP_Comp.cat | ||
|
||
[Manufacturer] | ||
%MTK%=MTK | ||
|
||
[MTK] | ||
%MTK6218%=Reader,USB\Vid_0e8d&Pid_0003 | ||
%MTK_COM%=Reader,USB\Vid_0e8d&Pid_0023&MI_00 | ||
%MTK_CAT%=Reader,USB\Vid_0e8d&Pid_0023&MI_02 | ||
|
||
[DestinationDirs] | ||
DefaultDestDir=12 | ||
|
||
[Reader.NT] | ||
include=mdmcpq.inf | ||
AddReg=Reader.NT.AddReg | ||
CopyFiles=FakeModemCopyFileSection | ||
|
||
[Reader.NT.AddReg] | ||
HKR,,DevLoader,,*ntkern | ||
HKR,,NTMPDriver,,usbser.sys | ||
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" | ||
|
||
[Reader.NT.Services] | ||
AddService = usbser, 0x00000002, Service_Inst | ||
|
||
[Service_Inst] | ||
DisplayName = %Serial.SvcDesc% | ||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER | ||
StartType = 3 ; SERVICE_DEMAND_START | ||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL | ||
ServiceBinary = %12%\usbser.sys | ||
LoadOrderGroup = Base | ||
|
||
[SourceDisksNames] | ||
|
||
[SourceDisksFiles] | ||
|
||
|
||
[Strings] | ||
MTK = "MediaTek Inc." | ||
MTK6218 = "MTK USB Port" | ||
MTK_COM = "MTK USB Modem Port" | ||
MTK_CAT = "MTK USB Debug Port" | ||
Serial.SvcDesc = "USB Serial emulation modem driver" |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
;/***************************************************************************** | ||
;* 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) 2010 | ||
;* | ||
;* 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). | ||
;* | ||
;*****************************************************************************/ | ||
; | ||
; usb2ser_XP64.inf | ||
; | ||
|
||
[Version] | ||
Signature="$Windows NT$" | ||
Class=Ports | ||
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} | ||
|
||
Provider=%MTK% | ||
DriverVer=07/28/2010,1.1032.0 | ||
CatalogFile=usb2ser_2kXP_64.cat | ||
|
||
[Manufacturer] | ||
%MTK%=MTK,NTamd64 | ||
|
||
[MTK.NTamd64] | ||
%MTK6218%=Reader,USB\Vid_0e8d&Pid_0003 | ||
%MTK_COM%=Reader,USB\Vid_0e8d&Pid_0023&MI_00 | ||
%MTK_CAT%=Reader,USB\Vid_0e8d&Pid_0023&MI_02 | ||
|
||
[DestinationDirs] | ||
DefaultDestDir=12 | ||
|
||
[Reader.NTamd64] | ||
include=mdmcpq.inf | ||
AddReg=Reader.NTamd64.AddReg | ||
CopyFiles=FakeModemCopyFileSection | ||
|
||
[Reader.NTamd64.AddReg] | ||
HKR,,DevLoader,,*ntkern | ||
HKR,,NTMPDriver,,usbser.sys | ||
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" | ||
|
||
[Reader.NTamd64.Services] | ||
AddService = usbser, 0x00000002, Service_Inst | ||
|
||
[Service_Inst] | ||
DisplayName = %Serial.SvcDesc% | ||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER | ||
StartType = 3 ; SERVICE_DEMAND_START | ||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL | ||
ServiceBinary = %12%\usbser.sys | ||
LoadOrderGroup = Base | ||
|
||
[SourceDisksNames] | ||
|
||
[SourceDisksFiles] | ||
|
||
[Strings] | ||
MTK = "MediaTek Inc." | ||
MTK6218 = "MTK USB Port" | ||
MTK_COM = "MTK USB Modem Port" | ||
MTK_CAT = "MTK USB Debug Port" | ||
Serial.SvcDesc = "USB Serial emulation modem driver" |
Oops, something went wrong.