Change method of reading subchannels in Plextor drives, fixes #395

This commit is contained in:
2020-11-06 00:26:23 +00:00
parent cea53a02bd
commit 6c58083c64
4 changed files with 10 additions and 33 deletions

View File

@@ -73,16 +73,12 @@ namespace Aaru.Core.Devices.Dumping
break;
case MmcSubchannel.Raw:
supportedPlextorSubchannel = PlextorSubchannel.All;
supportedPlextorSubchannel = PlextorSubchannel.Pack;
break;
case MmcSubchannel.Q16:
supportedPlextorSubchannel = PlextorSubchannel.Q16;
break;
case MmcSubchannel.Rw:
supportedPlextorSubchannel = PlextorSubchannel.Pack;
break;
default:
supportedPlextorSubchannel = PlextorSubchannel.None;