mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added Apple OEM MODE page 30h.
This commit is contained in:
@@ -730,6 +730,15 @@ namespace DiscImageChef.Commands
|
||||
else
|
||||
goto default;
|
||||
|
||||
break;
|
||||
}
|
||||
case 0x30:
|
||||
{
|
||||
if(Decoders.SCSI.Modes.IsAppleModePage_30(page.PageResponse))
|
||||
DicConsole.WriteLine("Drive identifies as Apple OEM drive");
|
||||
else
|
||||
goto default;
|
||||
|
||||
break;
|
||||
}
|
||||
case 0x3B:
|
||||
|
||||
Reference in New Issue
Block a user