Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2281750b5f 
							
						 
					 
					
						
						
							
							Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo, so that slow devices don't time out the data pipe. Increase pipe timeout in both MassStorageHost demos to 5 seconds to account for the really slow devices.  
						
						... 
						
						
						
						Fix TeensyHID bootloader not properly shutting down the USB interface to trigger a disconnection on the host before resetting the AVR. 
						
						
					 
					
						2009-12-08 07:43:33 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3757b1760f 
							
						 
					 
					
						
						
							
							Fix newly renamed VirtualSerial demos' include filename references so that they compile.  
						
						
						
						
					 
					
						2009-12-07 04:49:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							cf22a744ec 
							
						 
					 
					
						
						
							
							Additional file renames and modifications to change CDC demos to VirtualSerial.  
						
						
						
						
					 
					
						2009-12-07 04:35:59 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7a9b3d3641 
							
						 
					 
					
						
						
							
							Rename CDC demos to VirtualSerial.  
						
						
						
						
					 
					
						2009-12-07 04:18:07 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c49bdcb7c9 
							
						 
					 
					
						
						
							
							Fixed Mass Storage Host Class driver and Low Level demo not clearing the error condition if an attached device returns a STALL to a GET MAX LUN request (thanks to Martin Luxen).  
						
						
						
						
					 
					
						2009-12-04 09:08:48 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							2919aeeaab 
							
						 
					 
					
						
						
							
							Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items.  
						
						... 
						
						
						
						Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype.
Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values. 
						
						
					 
					
						2009-12-04 01:06:26 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5aa2b26261 
							
						 
					 
					
						
						
							
							Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo.  
						
						... 
						
						
						
						Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble.
Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes. 
						
						
					 
					
						2009-11-26 04:46:31 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ab602a8b48 
							
						 
					 
					
						
						
							
							Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.  
						
						
						
						
					 
					
						2009-11-25 04:23:40 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							50f4a3b625 
							
						 
					 
					
						
						
							
							Fix build and Doxygen errors.  
						
						
						
						
					 
					
						2009-11-25 03:56:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8c6c27d88b 
							
						 
					 
					
						
						
							
							Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints.  
						
						
						
						
					 
					
						2009-11-25 03:26:57 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c438d01f87 
							
						 
					 
					
						
						
							
							Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser.  
						
						
						
						
					 
					
						2009-11-23 13:01:50 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							21cc9c9e19 
							
						 
					 
					
						
						
							
							Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver.  
						
						
						
						
					 
					
						2009-11-15 12:50:23 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e625fd6df3 
							
						 
					 
					
						
						
							
							Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function to USB_Host_GetDeviceConfigDescriptor().  
						
						
						
						
					 
					
						2009-11-13 10:07:25 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							d6edfe35c8 
							
						 
					 
					
						
						
							
							Spell check all source code variables, comments and strings.  
						
						
						
						
					 
					
						2009-11-09 13:15:28 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							4dde844e9f 
							
						 
					 
					
						
						
							
							Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used.  
						
						
						
						
					 
					
						2009-11-08 21:56:18 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							34dc7f241f 
							
						 
					 
					
						
						
							
							Make Low Level host demos use void pointers for the configuration descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines.  
						
						... 
						
						
						
						Added preprocessor checks to give a human readable error when the class drivers are used when the incompatible NO_STREAM_CALLBACKS compile time option is used. 
						
						
					 
					
						2009-11-07 07:23:03 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							8ba51f090f 
							
						 
					 
					
						
						
							
							Added new Printer Host mode Class driver.  
						
						... 
						
						
						
						Added new Printer Host mode ClassDriver demo.
Added table of supported classes and modes to the main USB Class Driver documentation. 
						
						
					 
					
						2009-11-04 13:16:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ba8ffa4cb7 
							
						 
					 
					
						
						
							
							Add support for Mouse Scrollwheel to the MouseHostWithParser demos.  
						
						
						
						
					 
					
						2009-11-04 05:18:43 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							87b2572ae5 
							
						 
					 
					
						
						
							
							Added new JoystickHostWithParser demos to the library.  
						
						... 
						
						
						
						Add some missing documentation to some of the library demos. 
						
						
					 
					
						2009-11-04 04:55:10 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5832bab02f 
							
						 
					 
					
						
						
							
							Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.  
						
						
						
						
					 
					
						2009-11-03 11:11:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c3dfc58707 
							
						 
					 
					
						
						
							
							Fix invalid Event name rule in demo/project makefiles.  
						
						
						
						
					 
					
						2009-10-16 08:04:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							dc68de15b6 
							
						 
					 
					
						
						
							
							Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.  
						
						... 
						
						
						
						Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series. 
						
						
					 
					
						2009-10-12 05:59:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							be9d0a5aa9 
							
						 
					 
					
						
						
							
							Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.  
						
						... 
						
						
						
						Removed accidental reference to the incomplete MIDI class bootloader in the Bootloader folder makefile. 
						
						
					 
					
						2009-10-11 06:14:08 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c7bc3ec391 
							
						 
					 
					
						
						
							
							Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.  
						
						... 
						
						
						
						Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own. 
						
						
					 
					
						2009-10-08 08:46:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							664a292181 
							
						 
					 
					
						
						
							
							Application documentation/comment cleanup.  
						
						
						
						
					 
					
						2009-10-08 07:18:28 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							bdedbd558c 
							
						 
					 
					
						
						
							
							Add new MIDIHost LowLevel demo application.  
						
						... 
						
						
						
						Make unfinished device mode applications use the VID/PID reserved for LUFA development devices. 
						
						
					 
					
						2009-10-08 07:00:44 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							059ebd01a3 
							
						 
					 
					
						
						
							
							Fix missing semicolons in the *WithParser Host mode demos.  
						
						
						
						
					 
					
						2009-09-29 07:21:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							fa8d25ef29 
							
						 
					 
					
						
						
							
							Remove old OTG demo directory with useless TestApp demo. Add new DualRole directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers.  
						
						
						
						
					 
					
						2009-09-29 07:13:42 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							e57e08c672 
							
						 
					 
					
						
						
							
							Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev).  
						
						
						
						
					 
					
						2009-09-28 15:56:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							409c49f057 
							
						 
					 
					
						
						
							
							Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos.  
						
						
						
						
					 
					
						2009-09-24 02:05:33 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f0fcffd146 
							
						 
					 
					
						
						
							
							Fix more build errors in the LowLevel "WithParser" HID Host demos.  
						
						
						
						
					 
					
						2009-09-22 10:05:17 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							849b9535e7 
							
						 
					 
					
						
						
							
							Add new error condition to the HID Report Parser for when a report is parsed but no unfiltered items are encountered (i.e. nothing of interest in the device report). Make all host HID "WithParser" demos print the new error condition.  
						
						
						
						
					 
					
						2009-09-22 08:07:48 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3ffa7543a0 
							
						 
					 
					
						
						
							
							Finish initial draft of the Host Mode HID Class driver.  
						
						... 
						
						
						
						Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos. 
						
						
					 
					
						2009-09-21 10:49:06 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6bbd2a99c2 
							
						 
					 
					
						
						
							
							Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken by HIDParser API changes.  
						
						
						
						
					 
					
						2009-09-21 06:32:16 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							b221e7d175 
							
						 
					 
					
						
						
							
							Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.  
						
						... 
						
						
						
						Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request. 
						
						
					 
					
						2009-09-09 13:17:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							524decdeb3 
							
						 
					 
					
						
						
							
							Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report.  
						
						... 
						
						
						
						Add to MouseHostWithParser and KeyboardHostWithParser demos to print out the report sizes when a valid device is connected. 
						
						
					 
					
						2009-09-09 08:34:24 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6f993a2f75 
							
						 
					 
					
						
						
							
							Add link to third-party signed version of the official FLIP DFU driver for 64-bit Windows OSes to the DFU bootloader readme file.  
						
						... 
						
						
						
						Add HTML anchor links to URLs in the documentation to ensure that they are rendered correctly in the generated documentation. 
						
						
					 
					
						2009-09-07 10:50:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0486f12e3e 
							
						 
					 
					
						
						
							
							Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project.  
						
						... 
						
						
						
						Re-add in flip, flip-ee, dfu and dfu-ee targets to project makefiles (thanks to Opendous Inc.)
Fix allowable F_CPU values comment in project makefiles. 
						
						
					 
					
						2009-09-06 05:58:40 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							6783bc4594 
							
						 
					 
					
						
						
							
							Add StillImage Host Class Driver functions for opening and closing sessions. Ensure IsActive is set on the interface to allow device functions to run.  
						
						... 
						
						
						
						Fix spelling of "Received" in all source files where it is misspelt "Recieved". 
						
						
					 
					
						2009-09-02 13:08:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							205b35d131 
							
						 
					 
					
						
						
							
							Add user-filtering to the HID report parser, so that the user code can decide which items are to be stored into the HID_ReportInfo_t structure and which should be discarded to save on RAM usage.  
						
						
						
						
					 
					
						2009-09-02 07:16:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							ecf7c18cf2 
							
						 
					 
					
						
						
							
							Fixed error in PrinterHost preventing the full page data from being sent to the attached device.  
						
						
						
						
					 
					
						2009-09-02 00:27:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							5908e28e8d 
							
						 
					 
					
						
						
							
							Fixed StillImageHost not correctly freezing and unfreezing data pipes while waiting for a response block header.  
						
						... 
						
						
						
						Added basic PIMA commands to the StillImage Host Class driver - need to extend to PIMA specific command functions. 
						
						
					 
					
						2009-09-01 13:35:30 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							f9f1bcc25c 
							
						 
					 
					
						
						
							
							Oops - with new changes to the way the device Configuration Descriptor is retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters.  
						
						
						
						
					 
					
						2009-08-31 08:27:48 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							7fbb759287 
							
						 
					 
					
						
						
							
							Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() function so that it now performs size checks and data validations internally, to simplify user code.  
						
						
						
						
					 
					
						2009-08-31 07:48:32 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							3dce79d68c 
							
						 
					 
					
						
						
							
							Added start of the Still Image Host Class driver demo and driver code.  
						
						... 
						
						
						
						Re-enabled building of the Host mode demos ClassDriver directory. 
						
						
					 
					
						2009-08-30 11:36:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							0f51db56c0 
							
						 
					 
					
						
						
							
							Replace -finline-limit with -fno-inline-small-functions in project makefiles.  
						
						
						
						
					 
					
						2009-08-30 06:52:03 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							922e60192d 
							
						 
					 
					
						
						
							
							Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save on FLASH space.  
						
						... 
						
						
						
						Fixed issue in AVRISP project where the target RESET line was being toggled before it was tristated, causing problems synchronising to some targets (thanks to Mike Alex). 
						
						
					 
					
						2009-08-27 13:12:44 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							85c2716f2d 
							
						 
					 
					
						
						
							
							Make Benito ping-pong LED code more explicit, using masks of the TX and RX LED masks for ping-pong toggle rather than the ambiguous LED "Busy" mask.  
						
						... 
						
						
						
						Fix incorrect event name in MassStorageHost.c. 
						
						
					 
					
						2009-08-07 00:27:11 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							c830fcb0e1 
							
						 
					 
					
						
						
							
							Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface.  
						
						... 
						
						
						
						Condense sequential printf_P/puts_P calls to single printf_P calls for size and clarity. 
						
						
					 
					
						2009-08-06 14:22:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Camera 
							
						 
					 
					
						
						
						
						
							
						
						
							4421782b7f 
							
						 
					 
					
						
						
							
							Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes.  
						
						... 
						
						
						
						Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed.
Fix incorrect model compatibility information in the Host LowLevel demo overview text files. 
						
						
					 
					
						2009-08-05 11:39:28 +00:00