Corrected typos in report code that could lead to a partially incorrect device report.

This commit is contained in:
2017-12-18 17:53:04 +00:00
parent 7d8038e3b6
commit 6654632a9b
4 changed files with 22 additions and 79 deletions

View File

@@ -2460,6 +2460,7 @@ namespace DiscImageChef.Decoders.SCSI.MMC
decoded.DualR |= (feature[6] & 0x01) == 0x01;
}
// TODO: Check this
if(decoded.Version >= 2 && feature.Length >= 8)
decoded.DualRW |= (feature[6] & 0x02) == 0x02;