Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / MassStorage.c
2011-07-11 Dean CameraMore endianness porting of the LUFA host mode class...
2011-07-11 Dean CameraMinor documentation and style fixes.
2011-06-01 Dean CameraFixed incorrect signature in the CDC and DFU class...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-02 Dean CameraRefactored Host mode Class Driver *_Host_ConfigurePipes...
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-01 Dean CameraFixed LowLevel JoystickHostWithParser demo not saving...
2010-10-01 Dean CameraWhitespace corrections.
2010-09-30 Dean CameraMake Host mode Class drivers only set the class driver...
2010-09-30 Dean CameraFix low level host mode demos not correctly fetching...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-07-26 Dean CameraRename reserved members of all structs so that they...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-15 Dean CameraRename FunctionAttributes.h to Attributes.h, as some...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-12-04 Dean CameraFixed Mass Storage Host Class driver and Low Level...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
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-09-01 Dean CameraFixed StillImageHost not correctly freezing and unfreez...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-27 Dean CameraCondensed SCSI command functions in the LowLevel Mass...
2009-08-27 Dean CameraAdd check to Pipe_IsEndpointBound() in the Mass Storage...
2009-08-27 Dean CameraSimplified Host mode Mass Storage Class driver to reduc...
2009-08-27 Dean CameraFix memory corruption in Host mode Mass Storage Class...
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-08-05 Dean CameraCommit for 090810rc1 release.
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...