aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-0/+1
* Add briefs for the library core structures.Dean Camera2010-03-296-7/+31
* Add file-level brief documentation.Dean Camera2010-03-296-0/+42
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-5/+1
* More AVR32 achitecture ports.Dean Camera2010-02-241-1/+5
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-1112-7/+48
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean Camera2010-02-081-4/+7
* Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...Dean Camera2010-01-281-3/+10
* Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean Camera2010-01-121-0/+17
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-053-6/+46
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-055-38/+38
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-045-7/+36
* Fixed blocking CDC streams not aborting when the host is disconnected.Dean Camera2010-01-041-0/+3
* Update copyright year to 2010.Dean Camera2009-12-3012-24/+24
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2812-84/+84
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+2
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-134-4/+15
* Add to the existing CDC Class Driver's CreateStream() function documentation ...Dean Camera2009-11-291-1/+2
* Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ...Dean Camera2009-11-261-1/+0
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-263-103/+4
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-232-5/+8
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-174-8/+14
* Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...Dean Camera2009-11-152-25/+39
* Add blocking versions of the CDC Class driver streams, for applications requi...Dean Camera2009-11-122-0/+31
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-121-23/+21
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-3/+2
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-102-0/+35
* Spell check all source code variables, comments and strings.Dean Camera2009-11-096-24/+24