mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix checking if drive reads subchannel in BCD.
This commit is contained in:
@@ -336,7 +336,7 @@ namespace Aaru.Core.Devices.Dumping
|
||||
// Check if subchannel is BCD
|
||||
if(supportedSubchannel != MmcSubchannel.None)
|
||||
{
|
||||
sense = _dev.ReadCd(out cmdBuf, out _, 0, blockSize, 35, MmcSectorTypes.AllTypes, false, false, true,
|
||||
sense = _dev.ReadCd(out cmdBuf, out _, 35, blockSize, 1, MmcSectorTypes.AllTypes, false, false, true,
|
||||
MmcHeaderCodes.AllHeaders, true, true, MmcErrorField.None, supportedSubchannel,
|
||||
_dev.Timeout, out _);
|
||||
|
||||
|
||||
Submodule Aaru.Decoders updated: 586c7e4376...dc861b6383
Reference in New Issue
Block a user