aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/StillImage.c
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+2
* Fixed several functions in the Host mode Still Image Class driver returning a...Dean Camera2011-01-161-4/+4
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-7/+7
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-021-10/+38
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-12/+14
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-4/+4
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-16/+16
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-44/+45
* Whitespace corrections.Dean Camera2010-10-011-5/+5
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-301-19/+13
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-41/+64
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-52/+52
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-9/+9
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-9/+19
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-1/+1
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-413/+413
* 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