📄 usb_dfu.inf
字号:
; Generated by DriverWizard v5.22 - http://www.jungo.com. *
; Installation file (.inf) for Atmel devices
; Copyright (c) 2003 Atmel Corporation
;
[Version]
Signature="$CHICAGO$" ; Represents all Windows OSs
Class=Jungo
ClassGuid={c671678c-82c1-43f3-d700-0049433e9a4b}
Provider=%jun%
DriverVer=09/11/2003, 5.2.2
; Driver information
; ------------------
[Manufacturer]
%Mfg%=DeviceList
[DeviceList]
; The Vendor ID is 03eb, and the Product ID is 2ffd
"AT89C5131"=Install, USB\VID_03EB&PID_2FFD
; The Vendor ID is 03eb, and the Product ID is 2ffe
"AT8XC5122"=Install, USB\VID_03EB&PID_2FFE
; The Vendor ID is 03eb, and the Product ID is 2fff
"AT89C51SND1/AT89C51SND2"=Install, USB\VID_03EB&PID_2FFF
; Installation section
; --------------------
[Install] ; Installation script for Windows 98/Me
CopyFiles=FilesToCopy
AddReg=UpDateRegistry
[Install.NT] ; Installation script for Windows 2000/XP
CopyFiles=FilesToCopy
AddReg=UpDateRegistry
[FilesToCopy]
; To copy windrvr.sys upon installation remove the ';' from the start of the following line
;windrvr.sys ,,,0x40 ; 0x40 == COPYFLG_OVERWRITE_OLDER_ONLY
[ClassInstall] ; Register a new class in Windows 98/Me
AddReg=UpDateRegistry
[ClassInstall32] ; Register a new class in Windows 2k/XP
AddReg=UpDateRegistry
[UpDateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,, windrvr.sys
[ControlFlags]
ExcludeFromSelect = * ; Remove all devices listed in this INF file
; from the display shown to the end user (a PNP device shouldn't
; be manually loaded).
[PreCopySection]
HKR,,NoSetupUI,,1
; Defining WinDriver Service
; ---------------------------
[Install.NT.Services]
Addservice=WinDriver, 0x00000002, Service_Info
[Service_Info]
DisplayName = %Service_Description%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\windrvr.sys
; Source file information
; -----------------------
[SourceDisksFiles]
windrvr.sys=1 ; This indicates that the windrvr.sys file is located on
; disk number 1 of "Atmel Corporation Installation disks" set.
[SourceDisksNames]
1="Atmel Corporation Installation Disk",, ; This indicates that disk number 1
; has the label "Atmel Corporation Installation Disk". The installer will
; search for windrvr.sys in this disk.
[DestinationDirs]
DefaultDestDir=10, System32\Drivers ; The location to which the windrvr.sys
; file will be copied (10 translates to the correct Windows directory
; on the target machine).
;---------------------------------------------------------------;
[Strings]
jun="Jungo LTD."
Service_Description="WinDriver Kernel Module"
Mfg="Atmel Corporation"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -