961da384f9 
								
							
								 
							
						 
						
							
							
								
								Add proper reset handling to the USB Printer Device Class driver.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								95ba6527a5 
								
							
								 
							
						 
						
							
							
								
								Add missing EVENT_PRNT_Device_SoftReset() public function prototype.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9ccf3eafad 
								
							
								 
							
						 
						
							
							
								
								Add new Printer Device Class driver.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								334f70aa80 
								
							
								 
							
						 
						
							
							
								
								Add some missing function attributes.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								09ae9ad004 
								
							
								 
							
						 
						
							
							
								
								Minor documentation improvements.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								31d3984d8d 
								
							
								 
							
						 
						
							
							
								
								Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael).  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								cfa48f5987 
								
							
								 
							
						 
						
							
							
								
								Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								300a05d6c6 
								
							
								 
							
						 
						
							
							
								
								Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								de0df8b162 
								
							
								 
							
						 
						
							
							
								
								Update copyright year to 2013.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								eee252603b 
								
							
								 
							
						 
						
							
							
								
								Minor documentation improvements.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5f6235b195 
								
							
								 
							
						 
						
							
							
								
								Fix missing briefs in the documentation for several modules, fix up invalid documentation references.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e186907e39 
								
							
								 
							
						 
						
							
							
								
								Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier).  
							
							... 
							
							
 
							
							Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c4ebddd27a 
								
							
								 
							
						 
						
							
							
								
								Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								3808f5c36d 
								
							
								 
							
						 
						
							
							
								
								Spell check source code, fix mistakes.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								35564bb1a7 
								
							
								 
							
						 
						
							
							
								
								Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the UC3 devices (thanks to Andrew Chu).  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								2d98e5499b 
								
							
								 
							
						 
						
							
							
								
								Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								47f6a35013 
								
							
								 
							
						 
						
							
							
								
								Reintegrate the FullEPAddresses development branch into trunk.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								00b6b0140f 
								
							
								 
							
						 
						
							
							
								
								Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f87aec2264 
								
							
								 
							
						 
						
							
							
								
								Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep).  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								77adb2ba52 
								
							
								 
							
						 
						
							
							
								
								Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								e406140f11 
								
							
								 
							
						 
						
							
							
								
								Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								50ff97f378 
								
							
								 
							
						 
						
							
							
								
								All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								81bd8f2f83 
								
							
								 
							
						 
						
							
							
								
								Clean up the Audio Device class driver control request Endpoint match logic.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								2180f57d17 
								
							
								 
							
						 
						
							
							
								
								Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f1b6ddb710 
								
							
								 
							
						 
						
							
							
								
								Update file contributor copyrights for 2012.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								2c806f6cee 
								
							
								 
							
						 
						
							
							
								
								Update file header copyrights for 2012.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								fc4d3ab400 
								
							
								 
							
						 
						
							
							
								
								Minor documentation improvements.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								a147cee95f 
								
							
								 
							
						 
						
							
							
								
								Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f201f6697b 
								
							
								 
							
						 
						
							
							
								
								Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								8b5aa61601 
								
							
								 
							
						 
						
							
							
								
								Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								eb2e883fd3 
								
							
								 
							
						 
						
							
							
								
								Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								8df0cf3241 
								
							
								 
							
						 
						
							
							
								
								Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f1543ae8ff 
								
							
								 
							
						 
						
							
							
								
								Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								2ae41fb153 
								
							
								 
							
						 
						
							
							
								
								Added endian-correction to the CDC driver's Line Encoding control request handlers.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								94e0a0058a 
								
							
								 
							
						 
						
							
							
								
								Oops - restore conditional calls to USB_USBTask() in the Mass Storage class driver for the non-stream loops.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								40728fd20d 
								
							
								 
							
						 
						
							
							
								
								Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks.  
							
							... 
							
							
 
							
							Fix implementations of Endpoint_SetEndpointDirection() and Endpoint_GetEndpointDirection() for the AVR8 architecture. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								110711598a 
								
							
								 
							
						 
						
							
							
								
								Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.  
							
							
 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								85e85befc4 
								
							
								 
							
						 
						
							
							
								
								More endianness porting of the LUFA device mode class drivers.  
							
							... 
							
							
 
							
							Add endianness information to the class driver and core structure definitions.
Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								c6a7a028bd 
								
							
								 
							
						 
						
							
							
								
								Merge over core library changes from the MultiArchDemos branch.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								a7dd984446 
								
							
								 
							
						 
						
							
							
								
								Code style fixes for the Device mode USB Audio Class driver to make it more in line with the style of the other library Device Class drivers.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								d8fe01f19a 
								
							
								 
							
						 
						
							
							
								
								Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								0bf5064aec 
								
							
								 
							
						 
						
							
							
								
								Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address.  
							
							... 
							
							
 
							
							Add Audio_GetSetEndpointProperty() function to the Host mode Audio class driver. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								34164a5550 
								
							
								 
							
						 
						
							
							
								
								Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified).  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								e572ee7ff2 
								
							
								 
							
						 
						
							
							
								
								Added new Host mode Audio Class driver.  
							
							... 
							
							
 
							
							Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								567f7ecce0 
								
							
								 
							
						 
						
							
							
								
								Fix errors in the Audio device demos and class driver regarding multiple sample frequency support.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								7dffa15c16 
								
							
								 
							
						 
						
							
							
								
								Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								2731c3a8ae 
								
							
								 
							
						 
						
							
							
								
								Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.  
							
							... 
							
							
 
							
							Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates.
Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed.
Fix broken LowLevel audio demo descriptors.
Minor documentation fixes. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								68468e0aea 
								
							
								 
							
						 
						
							
							
								
								Added new incomplete AudioOutputHost Host LowLevel demo.  
							
							
 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								ea922c98d1 
								
							
								 
							
						 
						
							
							
								
								Added new incomplete AudioInputHost Host LowLevel demo.  
							
							... 
							
							
 
							
							Added missing Audio class control request definitions.
Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host. 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								9d733d44b4 
								
							
								 
							
						 
						
							
							
								
								Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver.  
							
							... 
							
							
 
							
							Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure. 
							
						 
						
							15 years ago