aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/StillImage.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...Dean Camera2010-06-081-5/+9
* Minor documentation cleanups.Dean Camera2010-06-031-4/+4
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-13/+13
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-323/+323
* Add briefs for the library core structures.Dean Camera2010-03-291-0/+8
* Add file-level brief documentation.Dean Camera2010-03-291-0/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+6
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-10/+14
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-4/+34
* 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-5/+20
* 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