Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LUFA RNDIS.inf 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ; Windows LUFA RNDIS Setup File
  2. ; Copyright (c) 2000 Microsoft Corporation
  3. [DefaultInstall]
  4. CopyINF="LUFA RNDIS.inf"
  5. [Version]
  6. Signature="$Windows NT$"
  7. Class=Net
  8. ClassGuid={4d36e972-e325-11ce-bfc1-08002be10318}
  9. Provider=%MFGNAME%
  10. DriverVer=7/1/2012,10.0.0.0
  11. [Manufacturer]
  12. %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
  13. [ControlFlags]
  14. ExcludeFromSelect=*
  15. [DriverInstall]
  16. Characteristics=0x84 ; NCF_PHYSICAL + NCF_HAS_UI
  17. BusType=15
  18. include=netrndis.inf
  19. needs=Usb_Rndis.ndi
  20. AddReg=Rndis_AddReg_Vista
  21. [DriverInstall.Services]
  22. include=netrndis.inf
  23. needs=Usb_Rndis.ndi.Services
  24. ;------------------------------------------------------------------------------
  25. ; Vendor and Product ID Definitions
  26. ;------------------------------------------------------------------------------
  27. ; When developing your USB device, the VID and PID used in the PC side
  28. ; application program and the firmware on the microcontroller must match.
  29. ; Modify the below line to use your VID and PID. Use the format as shown below.
  30. ; Note: One INF file can be used for multiple devices with different VID and PIDs.
  31. ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
  32. ;------------------------------------------------------------------------------
  33. [DeviceList]
  34. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
  35. [DeviceList.NTx86]
  36. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
  37. [DeviceList.NTamd64]
  38. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
  39. [DeviceList.NTia64]
  40. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204C
  41. ;------------------------------------------------------------------------------
  42. ; String Definitions
  43. ;------------------------------------------------------------------------------
  44. ;Modify these strings to customize your device
  45. ;------------------------------------------------------------------------------
  46. [Strings]
  47. MFGNAME="http://www.lufa-lib.org"
  48. DESCRIPTION="LUFA RNDIS USB Ethernet Adapter"