aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-096-33/+52
* Change HID report parser so that it can calculate and record the sizes (IN, O...Dean Camera2009-09-092-20/+66
* Finish Still Image Host class driver.Dean Camera2009-09-093-20/+103
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-062-14/+44
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-028-129/+165
* Add user-filtering to the HID report parser, so that the user code can decide...Dean Camera2009-09-022-54/+49
* Changed HIDParser to only zero out important values in the Parsed HID Report ...Dean Camera2009-09-011-2/+7
* Added documentation for the constants and enums of the new StillImage Host Cl...Dean Camera2009-09-012-0/+4
* Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean Camera2009-09-013-6/+159
* Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean Camera2009-08-314-10/+23
* Remove deleted source files from the LUFA library makefile.Dean Camera2009-08-302-8/+8
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-308-20/+211
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-304-210/+0
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-271-3/+5
* Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive...Dean Camera2009-08-271-2/+5
* Simplified Host mode Mass Storage Class driver to reduce compiled program size.Dean Camera2009-08-272-102/+47
* Fix memory corruption in Host mode Mass Storage Class driver.Dean Camera2009-08-271-2/+2
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-1/+0
* Minor documentation fixes to the completed Host mode Class drivers.Dean Camera2009-08-273-6/+12
* Completed initial Host mode Mass Storage class driver.Dean Camera2009-08-272-10/+271
* Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo...Dean Camera2009-08-262-13/+137
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-262-3/+46
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-262-12/+47
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-264-30/+349
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-134-5/+161
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-112-11/+20
* Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean Camera2009-08-111-0/+10
* Document CDC Host class driver functions and enums.Dean Camera2009-08-111-0/+60
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-114-18/+51
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-113-47/+47
* Completion of initial CDC host mode class driver.Dean Camera2009-08-111-5/+28
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-114-2/+132
* Commit for 090810rc1 release.Dean Camera2009-08-056-1/+17
* Fixed report data alignment issues in the MouseHostWithParser demo when X and...Dean Camera2009-07-281-0/+2
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-272-0/+4
* Collapse configuration descriptor size retrieval and size testing into a sing...Dean Camera2009-07-271-2/+7
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-274-42/+18
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-274-19/+169
* Corrected new Pipe_IsEndpointBound() function.Dean Camera2009-07-262-29/+12
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-1/+1
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-147-0/+29
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-2/+2
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-55/+44
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+2
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-6/+0
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-202-15/+37
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-192-27/+58
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-182-29/+28