aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/StillImage.c
Commit message (Expand)AuthorAgeFilesLines
* Add file-level brief documentation.Dean Camera2010-03-291-1/+2
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-251-5/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still ...Dean Camera2009-12-161-2/+2
* 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-131-1/+1
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-3/+24
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-3/+3
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-4/+4
* Add const attribute to class driver APIs.Dean Camera2009-11-031-2/+2
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-14/+14
* Finish Still Image Host class driver.Dean Camera2009-09-091-12/+22
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-14/+38
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-11/+78
* Added documentation for the constants and enums of the new StillImage Host Cl...Dean Camera2009-09-011-0/+2
* Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean Camera2009-09-011-3/+146
* Remove deleted source files from the LUFA library makefile.Dean Camera2009-08-301-6/+6
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-0/+109
* Commit for 090810rc1 release.Dean Camera2009-08-051-0/+3
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+36