1e1cf2c499 
								
							
								 
							
						 
						
							
							
								
								Fix CDC blocking streams in Host mode locking up when the device is removed.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								7f9f97c792 
								
							
								 
							
						 
						
							
							
								
								Update copyright year to 2010.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								d4ca7fb44c 
								
							
								 
							
						 
						
							
							
								
								Fix MIT license language to make its intent clearer.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								1b2cd16976 
								
							
								 
							
						 
						
							
							
								
								Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								5e46801096 
								
							
								 
							
						 
						
							
							
								
								Complete RNDIS Host Class driver code - add SendPacket function.  
							
							... 
							
							
 
							
							Correct CDC Host Class driver token handling for sending data on bidirectional data endpoints. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								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. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								ab602a8b48 
								
							
								 
							
						 
						
							
							
								
								Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								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.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								aaa0bed556 
								
							
								 
							
						 
						
							
							
								
								The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick.  
							
							... 
							
							
 
							
							The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR).
The SCSI_Request_Sense_Response_t and SCSI_Inquiry_Response_t type defines are now part of the Mass Storage Class driver common defines, rather than being defined in the Host mode Class driver section only.
The USB_MODE_HOST token is now defined even when host mode is not available.
Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								652042111c 
								
							
								 
							
						 
						
							
							
								
								Add blocking versions of the CDC Class driver streams, for applications requiring blocking reads.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								5de364163f 
								
							
								 
							
						 
						
							
							
								
								Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF.  
							
							... 
							
							
 
							
							Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								c1782ac024 
								
							
								 
							
						 
						
							
							
								
								Added new stream creation function to the CDC Class drivers, to easily make standard streams from CDC Class driver instances.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								64e5c4084f 
								
							
								 
							
						 
						
							
							
								
								Add optional pipe double banking support to the Host mode Class drivers.  
							
							... 
							
							
 
							
							Descriptor processing routines now pass around void pointers rather than uint8_t pointers, as their destination datatype is know well known -- they are just streams of bytes until they are cast to the correct destination type by DESCRIPTOR_CAST. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								f29fc1abc4 
								
							
								 
							
						 
						
							
							
								
								Add double banking property to LUFA powered projects in the Projects directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								870591983c 
								
							
								 
							
						 
						
							
							
								
								Add const attribute to class driver APIs.  
							
							... 
							
							
 
							
							Add new manual pages detailing the advantages of LUFA over the official Atmel USB AVR stack, and reasons why LUFA should be used over a built-from-scratch USB stack. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								89c837ee34 
								
							
								 
							
						 
						
							
							
								
								Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library.  
							
							... 
							
							
 
							
							MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs.
Added beginnings of a MIDI class bootloader. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								9d6a373cb6 
								
							
								 
							
						 
						
							
							
								
								Add const qualifiers to Host mode Class drivers.  
							
							... 
							
							
 
							
							Fix KeyboardHost ClassDriver demo; boot protocol keyboard report structure in the Host Mode HID Class driver uses the full keycode array from the attached device. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								eee712f769 
								
							
								 
							
						 
						
							
							
								
								Fixed MIDI Device Class driver not sending/receiving MIDI packets of the correct size (thanks to Thomas Bleeker).  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								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. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								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". 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								dac7b046fd 
								
							
								 
							
						 
						
							
							
								
								Add return codes to the CDC Host Class driver String/Byte transmission functions.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								3dce79d68c 
								
							
								 
							
						 
						
							
							
								
								Added start of the Still Image Host Class driver demo and driver code.  
							
							... 
							
							
 
							
							Re-enabled building of the Host mode demos ClassDriver directory. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								c86491af8b 
								
							
								 
							
						 
						
							
							
								
								Add new functions to the HID host class driver, refine HID interface protocol matching.  
							
							... 
							
							
 
							
							Remove stray state variable from the CDC host class driver. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								f4814771d2 
								
							
								 
							
						 
						
							
							
								
								Completion of initial CDC host mode class driver.  
							
							... 
							
							
 
							
							Adjustments to the CDC and MIDI device class drivers to use sizeof() on the actual variable being transmitted or received rather than its datatype to reduce possible mistakes. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								8711dc7ced 
								
							
								 
							
						 
						
							
							
								
								Fix issue in CDC device class driver where received data the size of the data endpoint could lock up the driver.  
							
							... 
							
							
 
							
							Further work on the new CDC and HID host mode class drivers.
Reset changelog et. al. to reset development information for the new version currently under development. 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								4b35dd1670 
								
							
								 
							
						 
						
							
							
								
								Commit for 090810rc1 release.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								864196c884 
								
							
								 
							
						 
						
							
							
								
								State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								84c3c4a3d9 
								
							
								 
							
						 
						
							
							
								
								Change Host mode class driver Pipe configuration routines -- better to let the application fetch the configuration descriptors once, and then pass them to each class driver in turn.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								5251bc6e4e 
								
							
								 
							
						 
						
							
							
								
								Add new MouseHost Class Driver demo, unfinished, to allow for better testing of the new prototype Host Mode Class Driver framework. Flesh out start of a HID class Host mode class driver.  
							
							
 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								05fa6e0c43 
								
							
								 
							
						 
						
							
							
								
								Corrected new Pipe_IsEndpointBound() function.  
							
							... 
							
							
 
							
							Completed host CDC class driver enumeration code. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								0fcbe22c9e 
								
							
								 
							
						 
						
							
							
								
								Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state.  
							
							... 
							
							
 
							
							Added verbose documentation for each of the USB Host state machine states. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								a3a04aa671 
								
							
								 
							
						 
						
							
							
								
								Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								00d0883507 
								
							
								 
							
						 
						
							
							
								
								Added USE_INTERNAL_SERIAL compile time option to automatically read out the internal unique serial number as the device's serial number descriptor on supported AVR models.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								dfa547164a 
								
							
								 
							
						 
						
							
							
								
								Extend USB_GetDeviceConfigDescriptor() routine to require the configuration number within the device to fetch, to add support for multi-configuration devices.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								0d8679cf6b 
								
							
								 
							
						 
						
							
							
								
								Re-add in simple scheduler for compatibility with legacy code, mark all scheduler related files as deprecated.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								f896c00c48 
								
							
								 
							
						 
						
							
							
								
								Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								b7049da11b 
								
							
								 
							
						 
						
							
							
								
								Enhanced class drivers to use the same public/private section seperations as other portions of the library.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								afe6ae1402 
								
							
								 
							
						 
						
							
							
								
								Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.  
							
							... 
							
							
 
							
							Split out common defines/types from class drivers into a seperate common class driver directory.
Make central USB Class driver dispatch headers, used for both device and host modes. 
							
						 
						
							17 years ago