aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/StillImage.c
Commit message (Collapse)AuthorAgeFilesLines
* Added documentation for the constants and enums of the new StillImage Host ↵Dean Camera2009-09-011-0/+2
| | | | Class driver added to the library so far.
* Fixed StillImageHost not correctly freezing and unfreezing data pipes while ↵Dean Camera2009-09-011-3/+146
| | | | | | waiting for a response block header. Added basic PIMA commands to the StillImage Host Class driver - need to extend to PIMA specific command functions.
* Remove deleted source files from the LUFA library makefile.Dean Camera2009-08-301-6/+6
| | | | Renamed parameters of SI_Host_ConfigurePipes() to match other Host mode Class drivers.
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-0/+109
| | | | Re-enabled building of the Host mode demos ClassDriver directory.
* 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
Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes.