aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/StillImage.h
Commit message (Expand)AuthorAgeFilesLines
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Fix build and Doxygen errors.Dean Camera2009-11-251-2/+2
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-3/+3
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-4/+5
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-121-1/+1
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+6
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-1/+1
* Add const attribute to class driver APIs.Dean Camera2009-11-031-6/+6
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-13/+15
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-1/+1
* Prevent the CDC Device Class driver from sending empty IN packets on every se...Dean Camera2009-09-101-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-8/+9
* Finish Still Image Host class driver.Dean Camera2009-09-091-7/+80
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-0/+6
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-11/+20
* 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-0/+7
* Remove deleted source files from the LUFA library makefile.Dean Camera2009-08-301-2/+2
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-1/+83
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-141-0/+4
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-1/+1
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-1/+2
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+61