aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class
Commit message (Expand)AuthorAgeFilesLines
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-1439-1008/+2548
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-1112-110/+111
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-091-0/+1
* Finished basic documentation of all device mode class drivers.Dean Camera2009-06-086-55/+166
* Completed documentation of the HID device class driver.Dean Camera2009-06-081-1/+21
* Finished CDC device class driver documentation.Dean Camera2009-06-083-1/+48
* Synchronise with the 090605 release.Dean Camera2009-06-051-0/+3
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-055-46/+62
* Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interfa...Dean Camera2009-06-043-18/+39
* Added Doxygen documentation to the Audio class driver. Added new modules for ...Dean Camera2009-06-046-16/+267
* Ensure all USB device class drivers have the same three main functions as the...Dean Camera2009-06-043-0/+16
* Minor documentation page updates.Dean Camera2009-06-048-48/+105
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-023-47/+10
* Add MIDI class driver, update MIDI device demo to use the new USB class drive...Dean Camera2009-06-016-7/+505
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-0114-1/+2074
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-222-412/+0
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-182-67/+50
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-152-6/+11
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+1
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-242-3/+3
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-222-18/+18
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-2/+2
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-5/+5
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-193-15/+15
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-173-110/+115
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-172-7/+14
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-163-5/+35
* The USB_Host_SendControlRequest() function no longer automatically selects th...Dean Camera2009-04-141-0/+2
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-052-31/+38
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-013-7/+7
* Moved all source to the trunk directory.Dean Camera2009-02-235-0/+1102