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 CDC-ACM.inf 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ; Windows LUFA CDC ACM Setup File
  2. ; Copyright (c) 2000 Microsoft Corporation
  3. [DefaultInstall]
  4. CopyINF="LUFA CDC-ACM.inf"
  5. [Version]
  6. Signature="$Windows NT$"
  7. Class=Ports
  8. ClassGuid={4D36E978-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. [SourceDisksNames]
  14. [SourceDisksFiles]
  15. [DestinationDirs]
  16. DefaultDestDir=12
  17. [DriverInstall]
  18. Include=mdmcpq.inf
  19. CopyFiles=FakeModemCopyFileSection
  20. AddReg=DriverInstall.AddReg
  21. [DriverInstall.Services]
  22. Include=mdmcpq.inf
  23. AddService=usbser, 0x00000002, LowerFilter_Service_Inst
  24. [DriverInstall.AddReg]
  25. HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
  26. ;------------------------------------------------------------------------------
  27. ; Vendor and Product ID Definitions
  28. ;------------------------------------------------------------------------------
  29. ; When developing your USB device, the VID and PID used in the PC side
  30. ; application program and the firmware on the microcontroller must match.
  31. ; Modify the below line to use your VID and PID. Use the format as shown below.
  32. ; Note: One INF file can be used for multiple devices with different VID and PIDs.
  33. ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
  34. ;------------------------------------------------------------------------------
  35. [DeviceList]
  36. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
  37. [DeviceList.NTx86]
  38. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
  39. [DeviceList.NTamd64]
  40. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
  41. [DeviceList.NTia64]
  42. %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
  43. ;------------------------------------------------------------------------------
  44. ; String Definitions
  45. ;------------------------------------------------------------------------------
  46. ;Modify these strings to customize your device
  47. ;------------------------------------------------------------------------------
  48. [Strings]
  49. MFGNAME="http://www.lufa-lib.org"
  50. DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"