aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host
Commit message (Expand)AuthorAgeFilesLines
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-1116-16/+68
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-092-2/+4
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean Camera2010-02-081-4/+9
* Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean Camera2010-02-012-2/+4
* Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...Dean Camera2010-01-281-7/+16
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean Camera2010-01-254-115/+15
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-251-9/+34
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-053-5/+43
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-0512-80/+78
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-048-4/+100
* Fix CDC blocking streams in Host mode locking up when the device is removed.Dean Camera2010-01-041-0/+3
* Clean up MassStorageKeyboard demo.Dean Camera2010-01-031-1/+1
* Update copyright year to 2010.Dean Camera2009-12-3017-34/+34
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2817-119/+119
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+3
* The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still ...Dean Camera2009-12-162-7/+22
* Fix a bug in the Still Image Host Class driver where the returned block statu...Dean Camera2009-12-151-2/+0
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-136-7/+7
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-20/+20
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-2/+2
* Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...Dean Camera2009-12-042-2/+9
* Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean Camera2009-12-041-3/+3
* Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemI...Dean Camera2009-12-042-2/+2
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-042-9/+38
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-302-0/+50
* Add to the existing CDC Class Driver's CreateStream() function documentation ...Dean Camera2009-11-291-1/+2
* Complete RNDIS Host Class driver code - add SendPacket function.Dean Camera2009-11-263-2/+56
* Remove documentation of deleted parameters from the RNDIS Host Class driver's...Dean Camera2009-11-261-2/+0
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-269-30/+736
* Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.Dean Camera2009-11-251-2/+2
* Fix build and Doxygen errors.Dean Camera2009-11-251-2/+2
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-252-13/+58
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-232-6/+6
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-232-63/+6
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-177-30/+38
* Add blocking versions of the CDC Class driver streams, for applications requi...Dean Camera2009-11-122-0/+20
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-121-1/+1
* 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/+37
* Spell check all source code variables, comments and strings.Dean Camera2009-11-093-5/+5
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-093-12/+8
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-0712-27/+53
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-3/+6
* Added new Printer Host mode Class driver.Dean Camera2009-11-048-39/+494
* Fixed HID report parser collection paths invalid due to misplaced semicolon i...Dean Camera2009-11-042-34/+10
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-032-3/+3
* Add const attribute to class driver APIs.Dean Camera2009-11-0310-36/+36
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-082-0/+327
* Fix accidentally changed code breaking the HID descriptor parser.Dean Camera2009-10-051-2/+1
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-1/+2