mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected typos in report code that could lead to a partially incorrect device report.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user