aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/MassStorage.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-0/+1
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-4/+4
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-2/+2
* Simplified Host mode Mass Storage Class driver to reduce compiled program size.Dean Camera2009-08-271-1/+2
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-1/+0
* Minor documentation fixes to the completed Host mode Class drivers.Dean Camera2009-08-271-2/+6
* Completed initial Host mode Mass Storage class driver.Dean Camera2009-08-271-2/+55
* Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo...Dean Camera2009-08-261-2/+13
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-261-2/+3
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-7/+28
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-261-3/+134
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-0/+59
* 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