aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class
Commit message (Expand)AuthorAgeFilesLines
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-162-2/+2
* Fix HID class device driver -- if a SetIDle request is issued with the LSB of...Dean Camera2009-07-151-8/+15
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-1413-0/+53
* 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-2816-138/+132
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-2614-330/+265
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+2
* Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...Dean Camera2009-06-231-2/+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-204-26/+56
* Clean up RNDIS demo type define names.Dean Camera2009-06-196-43/+48
* 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-1820-407/+545
* Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...Dean Camera2009-06-161-2/+2
* Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...Dean Camera2009-06-151-0/+67
* 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-1513-351/+391
* 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