From: Dean Camera Date: Wed, 18 Aug 2010 10:33:21 +0000 (+0000) Subject: Fixed MassStorage based demos and projects resetting the SCSI sense values before... X-Git-Tag: LUFA-110528-BETA~285 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4f114e576694b6b49931d5f14874df6c361d4267?ds=inline;hp=4f114e576694b6b49931d5f14874df6c361d4267 Fixed MassStorage based demos and projects resetting the SCSI sense values before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger). Added missing DataflashManager_CheckDataflashOperation() function to the MassStorageKeyboard demo, removed redundant SCSI_Codes.h file as these values are part of the MassStorage Class Driver. ---