aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/MassStorage.h
Commit message (Expand)AuthorAgeFilesLines
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-365/+0
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-111-1/+6
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-1/+1
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-46/+46
* Add structure padding to the appropriate descriptor structures to maintain co...Dean Camera2011-03-111-4/+4
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-201-2/+0
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+1
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+1
* Minor documentation improvements.Dean Camera2011-01-081-2/+2
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-1/+1
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-4/+16
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-11/+28
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-21/+22
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-121-5/+5
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-32/+37
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-201-0/+5
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-5/+5
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-15/+17
* Fixed incorrect function references in the Mass Storage Class driver document...Dean Camera2010-06-031-1/+3
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-318/+318
* Add briefs for the library core structures.Dean Camera2010-03-291-4/+15
* Add file-level brief documentation.Dean Camera2010-03-291-0/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+5
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-0/+63
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-4/+4
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-0/+127
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-2/+2
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-30/+0
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+135