aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/MassStorage.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-9/+7
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-10/+7
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-81/+39
* Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean Camera2009-09-011-3/+6
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-4/+4
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-271-3/+5
* Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive...Dean Camera2009-08-271-2/+5
* Simplified Host mode Mass Storage Class driver to reduce compiled program size.Dean Camera2009-08-271-101/+45
* Fix memory corruption in Host mode Mass Storage Class driver.Dean Camera2009-08-271-2/+2
* Completed initial Host mode Mass Storage class driver.Dean Camera2009-08-271-8/+216
* Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo...Dean Camera2009-08-261-11/+124
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-261-1/+43
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-5/+19
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-261-0/+188
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-0/+95
* Commit for 090810rc1 release.Dean Camera2009-08-051-1/+4
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+36