~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/usb/linux.inf

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/usb/linux.inf (Architecture i386) and /Documentation/usb/linux.inf (Architecture mips)


  1 ; Based on template INF file found at               1 ; Based on template INF file found at
  2 ;    <https://msdn.microsoft.com/en-us/library      2 ;    <https://msdn.microsoft.com/en-us/library/ff570620.aspx>
  3 ; which was:                                        3 ; which was:
  4 ;    Copyright (c) Microsoft Corporation            4 ;    Copyright (c) Microsoft Corporation
  5 ; and released under the MLPL as found at:          5 ; and released under the MLPL as found at:
  6 ;    <http://msdn.microsoft.com/en-us/cc300389      6 ;    <http://msdn.microsoft.com/en-us/cc300389.aspx#MLPL>.
  7 ; For use only on Windows operating systems.        7 ; For use only on Windows operating systems.
  8                                                     8 
  9 [Version]                                           9 [Version]
 10 Signature           = "$Windows NT$"               10 Signature           = "$Windows NT$"
 11 Class               = Net                          11 Class               = Net
 12 ClassGUID           = {4d36e972-e325-11ce-bfc1     12 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 13 Provider            = %Linux%                      13 Provider            = %Linux%
 14 DriverVer           = 06/21/2006,6.0.6000.1638     14 DriverVer           = 06/21/2006,6.0.6000.16384
 15                                                    15 
 16 [Manufacturer]                                     16 [Manufacturer]
 17 %Linux%             = LinuxDevices,NTx86,NTamd     17 %Linux%             = LinuxDevices,NTx86,NTamd64,NTia64
 18                                                    18 
 19 ; Decoration for x86 architecture                  19 ; Decoration for x86 architecture
 20 [LinuxDevices.NTx86]                               20 [LinuxDevices.NTx86]
 21 %LinuxDevice%       = RNDIS.NT.5.1, USB\VID_05     21 %LinuxDevice%       = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2, USB\VID_1d6b&PID_0104&MI_00
 22                                                    22 
 23 ; Decoration for x64 architecture                  23 ; Decoration for x64 architecture
 24 [LinuxDevices.NTamd64]                             24 [LinuxDevices.NTamd64]
 25 %LinuxDevice%       = RNDIS.NT.5.1, USB\VID_05     25 %LinuxDevice%       = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2, USB\VID_1d6b&PID_0104&MI_00
 26                                                    26 
 27 ; Decoration for ia64 architecture                 27 ; Decoration for ia64 architecture
 28 [LinuxDevices.NTia64]                              28 [LinuxDevices.NTia64]
 29 %LinuxDevice%       = RNDIS.NT.5.1, USB\VID_05     29 %LinuxDevice%       = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2, USB\VID_1d6b&PID_0104&MI_00
 30                                                    30 
 31 ;@@@ This is the common setting for setup          31 ;@@@ This is the common setting for setup
 32 [ControlFlags]                                     32 [ControlFlags]
 33 ExcludeFromSelect=*                                33 ExcludeFromSelect=*
 34                                                    34 
 35 ; DDInstall section                                35 ; DDInstall section
 36 ; References the in-build Netrndis.inf             36 ; References the in-build Netrndis.inf
 37 [RNDIS.NT.5.1]                                     37 [RNDIS.NT.5.1]
 38 Characteristics     = 0x84   ; NCF_PHYSICAL +      38 Characteristics     = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
 39 BusType             = 15                           39 BusType             = 15
 40 ; NEVER REMOVE THE FOLLOWING REFERENCE FOR NET     40 ; NEVER REMOVE THE FOLLOWING REFERENCE FOR NETRNDIS.INF
 41 include             = netrndis.inf                 41 include             = netrndis.inf
 42 needs               = Usb_Rndis.ndi                42 needs               = Usb_Rndis.ndi
 43 AddReg              = Rndis_AddReg_Vista           43 AddReg              = Rndis_AddReg_Vista
 44                                                    44 
 45 ; DDInstal.Services section                        45 ; DDInstal.Services section
 46 [RNDIS.NT.5.1.Services]                            46 [RNDIS.NT.5.1.Services]
 47 include             = netrndis.inf                 47 include             = netrndis.inf
 48 needs               = Usb_Rndis.ndi.Services       48 needs               = Usb_Rndis.ndi.Services
 49                                                    49 
 50 ; Optional registry settings. You can modify a     50 ; Optional registry settings. You can modify as needed.
 51 [RNDIS_AddReg_Vista]                               51 [RNDIS_AddReg_Vista]
 52 HKR, NDI\params\VistaProperty, ParamDesc,  0,      52 HKR, NDI\params\VistaProperty, ParamDesc,  0, %Vista_Property%
 53 HKR, NDI\params\VistaProperty, type,       0,      53 HKR, NDI\params\VistaProperty, type,       0, "edit"
 54 HKR, NDI\params\VistaProperty, LimitText,  0,      54 HKR, NDI\params\VistaProperty, LimitText,  0, "12"
 55 HKR, NDI\params\VistaProperty, UpperCase,  0,      55 HKR, NDI\params\VistaProperty, UpperCase,  0, "1"
 56 HKR, NDI\params\VistaProperty, default,    0,      56 HKR, NDI\params\VistaProperty, default,    0, " "
 57 HKR, NDI\params\VistaProperty, optional,   0,      57 HKR, NDI\params\VistaProperty, optional,   0, "1"
 58                                                    58 
 59 ; No sys copyfiles - the sys files are already     59 ; No sys copyfiles - the sys files are already in-build
 60 ; (part of the operating system).                  60 ; (part of the operating system).
 61 ; We do not support XP SP1-, 2003 SP1-, ME, 9x     61 ; We do not support XP SP1-, 2003 SP1-, ME, 9x.
 62                                                    62 
 63 [Strings]                                          63 [Strings]
 64 Linux                 = "Linux Developer Commu     64 Linux                 = "Linux Developer Community"
 65 LinuxDevice           = "Linux USB Ethernet/RN     65 LinuxDevice           = "Linux USB Ethernet/RNDIS Gadget"
 66 Vista_Property        = "Optional Vista Proper     66 Vista_Property        = "Optional Vista Property"
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php