Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
This commit is contained in:
		
							parent
							
								
									6a7c298c0f
								
							
						
					
					
						commit
						b9b03aadb2
					
				
					 273 changed files with 46078 additions and 0 deletions
				
			
		
							
								
								
									
										55
									
								
								Demos/Device/LowLevel/CDC/LUFA CDC.inf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								Demos/Device/LowLevel/CDC/LUFA CDC.inf
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,55 @@ | |||
| ;       Windows LUFA CDC 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_2044 | ||||
| 
 | ||||
| ;------------------------------------------------------------------------------ | ||||
| ;  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" | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dean Camera
						Dean Camera