aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP_Programmer/LUFA AVRISP_Programmer.inf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-19 14:16:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-19 14:16:12 +0000
commit88051e78a281f5776538558aec113ff2b66e056c (patch)
treecfdd65c067c9c660b7e3d3f6edcefe25596f5f6f /Projects/AVRISP_Programmer/LUFA AVRISP_Programmer.inf
parent48400df13c7f9f4f0fd8e7f841d49f9502557cb1 (diff)
downloadlufa-88051e78a281f5776538558aec113ff2b66e056c.tar.gz
lufa-88051e78a281f5776538558aec113ff2b66e056c.tar.bz2
lufa-88051e78a281f5776538558aec113ff2b66e056c.zip
Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.
Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
Diffstat (limited to 'Projects/AVRISP_Programmer/LUFA AVRISP_Programmer.inf')
-rw-r--r--Projects/AVRISP_Programmer/LUFA AVRISP_Programmer.inf55
1 files changed, 0 insertions, 55 deletions
diff --git a/Projects/AVRISP_Programmer/LUFA AVRISP_Programmer.inf b/Projects/AVRISP_Programmer/LUFA AVRISP_Programmer.inf
deleted file mode 100644
index bd9c8bf14..000000000
--- a/Projects/AVRISP_Programmer/LUFA AVRISP_Programmer.inf
+++ /dev/null
@@ -1,55 +0,0 @@
-; 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" \ No newline at end of file