aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-3/+3
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-4/+8
* Minor documentation corrections for the new HID report item constant defines.Dean Camera2011-01-161-1/+0
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-161-0/+1
* Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean Camera2011-01-101-12/+0
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-1011-71/+47
* Minor documentation improvements.Dean Camera2011-01-086-23/+23
* Update copyright year on all source files.Dean Camera2011-01-0112-24/+24
* Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (tha...Dean Camera2010-12-311-1/+1
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-266-6/+6
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-024-4/+4
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-056-6/+6
* Fixed MIDI class driver send routines silently discarding packets if the endp...Dean Camera2010-11-031-9/+6
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2812-12/+12
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-274-12/+20
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-2412-37/+57
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean Camera2010-10-131-3/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1312-272/+283
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-124-13/+13
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-306-0/+24
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-305-72/+151
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-281-1/+1
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-285-20/+20
* Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...Dean Camera2010-09-241-2/+3
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-225-31/+16
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-222-8/+11
* Clarify in the documentation that the Audio demos and driver is for the Audio...Dean Camera2010-08-211-3/+3
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-012-11/+12
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-302-19/+27
* Add missing const qualifiers to class drivers.Dean Camera2010-07-217-38/+66
* Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...Dean Camera2010-07-201-1/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-196-6/+6
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-151-1/+1
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-137-16/+16
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-176-144/+144
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-162-4/+4
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-153-32/+32
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-121-1/+1
* Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...Dean Camera2010-06-084-18/+28
* More documentation fixes.Dean Camera2010-06-031-12/+12
* Minor documentation cleanups.Dean Camera2010-06-035-11/+11
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-293-19/+19
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-092-16/+17
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0812-2786/+2786
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-075-20/+15
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-062-0/+21
* Ensure that the CDC class drivers return 0 if the number of unread bytes is q...Dean Camera2010-05-061-3/+8
* The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean Camera2010-04-292-31/+27
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-202-4/+9