1 ;     Windows LUFA CDC ACM Setup File
 
   2 ; Copyright (c) 2000 Microsoft Corporation
 
   5 Signature="$Windows NT$"
 
   7 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
 
   9 DriverVer=7/1/2012,10.0.0.0
 
  12 %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
 
  23 CopyFiles=FakeModemCopyFileSection
 
  24 AddReg=DriverInstall.AddReg
 
  26 [DriverInstall.Services]
 
  28 AddService=usbser, 0x00000002, LowerFilter_Service_Inst
 
  30 [DriverInstall.AddReg]
 
  31 HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
 
  33 ;------------------------------------------------------------------------------
 
  34 ;  Vendor and Product ID Definitions
 
  35 ;------------------------------------------------------------------------------
 
  36 ; When developing your USB device, the VID and PID used in the PC side
 
  37 ; application program and the firmware on the microcontroller must match.
 
  38 ; Modify the below line to use your VID and PID.  Use the format as shown below.
 
  39 ; Note: One INF file can be used for multiple devices with different VID and PIDs.
 
  40 ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
 
  41 ;------------------------------------------------------------------------------
 
  43 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  46 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  49 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  52 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  54 ;------------------------------------------------------------------------------
 
  56 ;------------------------------------------------------------------------------
 
  57 ;Modify these strings to customize your device
 
  58 ;------------------------------------------------------------------------------
 
  60 MFGNAME="http://www.lufa-lib.org"
 
  61 DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"