Skip to content
Snippets Groups Projects
Select Git revision
  • 713670043a1edb714461fc83c2b8817f3db99961
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
17 results

Benito.c

Blame
  • Benito Programmer.inf 1.35 KiB
    ;  Windows LUFA USB to Serial Setup File
    ; Copyright (c) 2000 Microsoft Corporation
    
    [Version] 
    Signature="$Windows NT$" 
    Class=Ports
    ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} 
    Provider=%COMPANY% 
    LayoutFile=layout.inf
    DriverVer=06/06/2006,1.0.0.0
    
    [Manufacturer] 
    %MFGNAME% = ManufName
    
    [DestinationDirs] 
    DefaultDestDir=12 
    
    [ManufName] 
    %Modem3% = Modem3, USB\VID_03EB&PID_204B
    
    ;------------------------------------------------------------------------------
    ;  Windows 2000/XP Sections
    ;------------------------------------------------------------------------------
    
    [Modem3.nt]
    CopyFiles=USBModemCopyFileSection
    AddReg=Modem3.nt.AddReg 
    
    [USBModemCopyFileSection]
    usbser.sys,,,0x20
    
    [Modem3.nt.AddReg] 
    HKR,,DevLoader,,*ntkern 
    HKR,,NTMPDriver,,usbser.sys 
    HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 
    
    [Modem3.nt.Services] 
    AddService=usbser, 0x00000002, DriverService
    
    [DriverService] 
    DisplayName=%SERVICE%
    ServiceType=1
    StartType=3
    ErrorControl=1
    ServiceBinary=%12%\usbser.sys 
    
    ;------------------------------------------------------------------------------
    ;  String Definitions
    ;------------------------------------------------------------------------------
    
    [Strings] 
    COMPANY="LUFA Library"
    MFGNAME="Dean Camera"
    Modem3="USB Virtual Serial Port" 
    SERVICE="USB Virtual Serial Port CDC Driver"