Add FatFS library to the Webserver project, extend the HTTP server so that it now...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / MassStorage.h
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-04 Dean CameraFixed Mass Storage Host Class driver and Low Level...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-09-28 Dean CameraFixed PrinterHost demo returning invalid Device ID...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-27 Dean CameraSimplified Host mode Mass Storage Class driver to reduc...
2009-08-27 Dean CameraAdded new "Common" section to the class drivers, to...
2009-08-27 Dean CameraMinor documentation fixes to the completed Host mode...
2009-08-27 Dean CameraCompleted initial Host mode Mass Storage class driver.
2009-08-26 Dean CameraAdded MS_Host_TestUnitReady() and MS_Host_ReadDeviceCap...
2009-08-26 Dean CameraAdd SCSICodes.h to the Class Driver Common folder,...
2009-08-26 Dean CameraOops: Really disable building of Projects/Host/ClassDri...
2009-08-26 Dean CameraMore work on the Mass Storage Host mode Class driver.
2009-08-13 Dean CameraAdded CDC_Device_Flush() command to the CDC Device...
2009-07-14 Dean CameraAdded module file dependancy information to the USB...
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-15 Dean CameraEnhanced class drivers to use the same public/private...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...