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 167170c7a5
commit 299cdaf9e6

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;