1 ;     Windows LUFA RNDIS Setup File
 
   2 ; Copyright (c) 2000 Microsoft Corporation
 
   5 Signature="$Windows NT$"
 
   7 ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
 
   9 DriverVer=7/1/2012,10.0.0.0
 
  12 %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
 
  18 Characteristics=0x84 ; NCF_PHYSICAL + NCF_HAS_UI
 
  22 AddReg=Rndis_AddReg_Vista
 
  24 [DriverInstall.Services]
 
  26 needs=Usb_Rndis.ndi.Services
 
  28 ;------------------------------------------------------------------------------
 
  29 ;  Vendor and Product ID Definitions
 
  30 ;------------------------------------------------------------------------------
 
  31 ; When developing your USB device, the VID and PID used in the PC side
 
  32 ; application program and the firmware on the microcontroller must match.
 
  33 ; Modify the below line to use your VID and PID.  Use the format as shown below.
 
  34 ; Note: One INF file can be used for multiple devices with different VID and PIDs.
 
  35 ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
 
  36 ;------------------------------------------------------------------------------
 
  38 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
 
  41 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
 
  44 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
 
  47 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
 
  49 ;------------------------------------------------------------------------------
 
  51 ;------------------------------------------------------------------------------
 
  52 ;Modify these strings to customize your device
 
  53 ;------------------------------------------------------------------------------
 
  55 MFGNAME="http://www.lufa-lib.org"
 
  56 DESCRIPTION="LUFA RNDIS USB Ethernet Adapter"