aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings in the documentation for the library class drivers about sequ...Dean Camera2011-06-086-24/+0
* Added new Host mode Audio Class driver.Dean Camera2011-06-083-4/+30
* Fix errors in the Audio device demos and class driver regarding multiple samp...Dean Camera2011-06-072-17/+17
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-053-16/+16
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-032-0/+92
* Added new incomplete AudioOutputHost Host LowLevel demo.Dean Camera2011-05-301-0/+1
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-291-0/+7
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-182-52/+122
* Replace cast-as-char* byte access of multibyte variables with proper shifts a...Dean Camera2011-04-131-2/+2
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-3/+1
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-0/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-044-13/+13
* Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean Camera2011-03-051-2/+2
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-272-5/+14
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-1/+1
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-206-11/+0
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-196-6/+12
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-196-6/+6
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-302-11/+37
* 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