aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.c
Commit message (Expand)AuthorAgeFilesLines
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-10/+6
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-261-0/+35
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-31/+32
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-181-29/+4
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-1/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-6/+6
* 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-151-3/+2
* 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
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-345/+345
* 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
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean Camera2009-09-211-0/+345