; Freerunner USB Ethernet/RNDIS driver ; for Vista x64 ; from the Template INF for a USB Remote NDIS Device ; by Microsoft Corporation ; ; see http://wiki.openmoko.org/wiki/Neo1973_and_Windows ; for further instructions [Version] Signature = "$Windows NT$" Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %Linux% DriverVer = 08/03/2007,1.0.0.0 ; catalog file would be used by WHQL ;CatalogFile = Linux.cat [Manufacturer] %Linux% = LinuxDevices,NTamd64 [LinuxDevices.NTamd64] %LinuxDevice% = RNDIS.NT.5.1, USB\VID_1457&PID_5122 [ControlFlags] ExcludeFromSelect=* [RNDIS.NT.5.1] Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI BusType = 15 DriverVer = 08/03/2007,1.0.0.0 include = netrndis.inf needs = Usb_Rndis.ndi AddReg = RNDIS_AddReg_Vista [RNDIS.NT.5.1.Services] include = netrndis.inf needs = Usb_Rndis.ndi.Services ; An optional Property [RNDIS_AddReg_Vista] HKR, NDI\params\VistaProperty, ParamDesc, 0, %NetworkAddress% HKR, NDI\params\VistaProperty, type, 0, "edit" HKR, NDI\params\VistaProperty, LimitText, 0, "12" HKR, NDI\params\VistaProperty, UpperCase, 0, "1" HKR, NDI\params\VistaProperty, default, 0, " " HKR, NDI\params\VistaProperty, optional, 0, "1" ; DO NOT CHANGE ServiceDisplayName [Strings] ServiceDisplayName = "USB Remote NDIS Network Device Driver" NetworkAddress = "Network Address" Linux = "Linux Developer Community" LinuxDevice = "Neo Freerunner USB Ethernet/RNDIS"