AT91SAM7S CDC Driver for Windows Vista
Sunday, November 25th, 2007
Here is the CDC driver of AT91SAM7S for Windows Vista
=======================6123.inf=============================
; Changed from Atmel’s driver, and works fine in Vista now. Liang Chen 20071125
[Version]
Signature=”$Windows NT$”
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ATMEL%
DriverVer=11/23/2007,1.2.1.2
[DestinationDirs]
DefaultDestDir=12
[Manufacturer]
%ATMEL%=AtmelMfg
[AtmelMfg]
%USBtoSerialConverter%=DriverInstall,USB\VID_03EB&PID_6124 ; Identifies a device with ATMEL Vendor ID (03EBh) and
[DriverInstall.NT]
Include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=DriverInstall.NT.AddReg
[DriverInstall.NT.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,”MsPorts.dll,SerialPortPropPageProvider”
[DriverInstall.NT.Services]
AddService=usbser, 0×00000002, DriverServiceInst
[DriverServiceInst]
DisplayName=%USBtoSerialConverter%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
[Strings]
ATMEL=”ATMEL Corp.”
MFGNAME = “Microchip […]