0.1/UsersGuide: neo_vista_x64.inf

File neo_vista_x64.inf, 1.7 KB (added by dottedmag, 4 years ago)

Driver for Vista64

Line 
1 ; Freerunner USB Ethernet/RNDIS driver
2 ; for Vista x64
3
4 ; from the Template INF for a USB Remote NDIS Device
5 ; by Microsoft Corporation
6 ;
7 ;  see http://wiki.openmoko.org/wiki/Neo1973_and_Windows
8 ;  for further instructions
9 
10 [Version]
11 Signature           = "$Windows NT$"
12 Class               = Net
13 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
14 Provider            = %Linux%
15 DriverVer           = 08/03/2007,1.0.0.0
16 ; catalog file would be used by WHQL
17 ;CatalogFile         = Linux.cat
18 
19 [Manufacturer]
20 %Linux%          = LinuxDevices,NTamd64
21
22 [LinuxDevices.NTamd64]
23 %LinuxDevice%    = RNDIS.NT.5.1, USB\VID_1457&PID_5122
24
25 
26 [ControlFlags]
27 ExcludeFromSelect=*
28 
29 
30 [RNDIS.NT.5.1]
31 Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
32 BusType         = 15
33 DriverVer       = 08/03/2007,1.0.0.0
34 include         = netrndis.inf
35 needs           = Usb_Rndis.ndi
36 AddReg          = RNDIS_AddReg_Vista
37 
38 [RNDIS.NT.5.1.Services]
39 include     = netrndis.inf
40 needs       = Usb_Rndis.ndi.Services
41 
42 
43 ; An optional Property
44 [RNDIS_AddReg_Vista]
45 HKR, NDI\params\VistaProperty, ParamDesc,  0, %NetworkAddress%
46 HKR, NDI\params\VistaProperty, type,       0, "edit"
47 HKR, NDI\params\VistaProperty, LimitText,  0, "12"
48 HKR, NDI\params\VistaProperty, UpperCase,  0, "1"
49 HKR, NDI\params\VistaProperty, default,    0, " "
50 HKR, NDI\params\VistaProperty, optional,   0, "1"
51 
52 
53 ; DO NOT CHANGE ServiceDisplayName
54 [Strings]
55 ServiceDisplayName    = "USB Remote NDIS Network Device Driver"
56 NetworkAddress        = "Network Address"
57 Linux                 = "Linux Developer Community"
58 LinuxDevice           = "Neo Freerunner USB Ethernet/RNDIS"