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