0001 ; Based on template INF file found at
0002 ; <https://msdn.microsoft.com/en-us/library/ff570620.aspx>
0003 ; which was:
0004 ; Copyright (c) Microsoft Corporation
0005 ; and released under the MLPL as found at:
0006 ; <http://msdn.microsoft.com/en-us/cc300389.aspx#MLPL>.
0007 ; For use only on Windows operating systems.
0008
0009 [Version]
0010 Signature = "$Windows NT$"
0011 Class = Net
0012 ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
0013 Provider = %Linux%
0014 DriverVer = 06/21/2006,6.0.6000.16384
0015
0016 [Manufacturer]
0017 %Linux% = LinuxDevices,NTx86,NTamd64,NTia64
0018
0019 ; Decoration for x86 architecture
0020 [LinuxDevices.NTx86]
0021 %LinuxDevice% = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2, USB\VID_1d6b&PID_0104&MI_00
0022
0023 ; Decoration for x64 architecture
0024 [LinuxDevices.NTamd64]
0025 %LinuxDevice% = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2, USB\VID_1d6b&PID_0104&MI_00
0026
0027 ; Decoration for ia64 architecture
0028 [LinuxDevices.NTia64]
0029 %LinuxDevice% = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2, USB\VID_1d6b&PID_0104&MI_00
0030
0031 ;@@@ This is the common setting for setup
0032 [ControlFlags]
0033 ExcludeFromSelect=*
0034
0035 ; DDInstall section
0036 ; References the in-build Netrndis.inf
0037 [RNDIS.NT.5.1]
0038 Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
0039 BusType = 15
0040 ; NEVER REMOVE THE FOLLOWING REFERENCE FOR NETRNDIS.INF
0041 include = netrndis.inf
0042 needs = Usb_Rndis.ndi
0043 AddReg = Rndis_AddReg_Vista
0044
0045 ; DDInstal.Services section
0046 [RNDIS.NT.5.1.Services]
0047 include = netrndis.inf
0048 needs = Usb_Rndis.ndi.Services
0049
0050 ; Optional registry settings. You can modify as needed.
0051 [RNDIS_AddReg_Vista]
0052 HKR, NDI\params\VistaProperty, ParamDesc, 0, %Vista_Property%
0053 HKR, NDI\params\VistaProperty, type, 0, "edit"
0054 HKR, NDI\params\VistaProperty, LimitText, 0, "12"
0055 HKR, NDI\params\VistaProperty, UpperCase, 0, "1"
0056 HKR, NDI\params\VistaProperty, default, 0, " "
0057 HKR, NDI\params\VistaProperty, optional, 0, "1"
0058
0059 ; No sys copyfiles - the sys files are already in-build
0060 ; (part of the operating system).
0061 ; We do not support XP SP1-, 2003 SP1-, ME, 9x.
0062
0063 [Strings]
0064 Linux = "Linux Developer Community"
0065 LinuxDevice = "Linux USB Ethernet/RNDIS Gadget"
0066 Vista_Property = "Optional Vista Property"