aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed broken HIDReportParser.c.Dean Camera2009-06-151-1/+3
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-153-2/+33
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-157-16/+35
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-1413-0/+788
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-013-0/+729