aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorageKeyboard/Lib
Commit message (Expand)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-284-4/+4
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+0
* Minor documentation corrections.Dean Camera2010-10-131-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-134-96/+100
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-3/+3
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-185-118/+41
* Spell check all source files once again to find any typos.Dean Camera2010-07-293-63/+63
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-214-10/+24
* Add missing const qualifiers to class drivers.Dean Camera2010-07-214-16/+16
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-2/+2
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-152-4/+9
* Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec...Dean Camera2010-07-091-2/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-11/+7
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-085-1086/+1086
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-2/+2
* Update copyright year to 2010.Dean Camera2009-12-305-10/+10
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-285-35/+35
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-3/+3
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-231-61/+0
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-2/+2
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean Camera2009-09-215-0/+1147