aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Host/MassStorage.h
AgeCommit message (Expand)Author
2009-08-30Added start of the Still Image Host Class driver demo and driver code.Dean
2009-08-27Simplified Host mode Mass Storage Class driver to reduce compiled program size.Dean
2009-08-27Added new "Common" section to the class drivers, to hold all mode-independant...Dean
2009-08-27Minor documentation fixes to the completed Host mode Class drivers.Dean
2009-08-27Completed initial Host mode Mass Storage class driver.Dean
2009-08-26Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo...Dean
2009-08-26Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean
2009-08-26Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean
2009-08-26More work on the Mass Storage Host mode Class driver.Dean
2009-08-13Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean
2009-07-14Added module file dependancy information to the USB class drivers.Dean
2009-06-15More Doxygen fixes - ensure no undocumented function parameters.Dean
2009-06-15Enhanced class drivers to use the same public/private section seperations as ...Dean
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean