Implement decoding Fujitsu Verify Control Page.

This commit is contained in:
2016-01-15 22:42:33 +00:00
parent 57c885201e
commit 8088f6f249
4 changed files with 143 additions and 0 deletions

View File

@@ -473,6 +473,15 @@ namespace DiscImageChef.Commands
else
goto default;
break;
}
case 0x3E:
{
if (StringHandlers.SpacePaddedToString(inq.Value.VendorIdentification) == "FUJITSU")
DicConsole.WriteLine(Decoders.SCSI.Modes.PrettifyFujitsuModePage_3E(page.PageResponse));
else
goto default;
break;
}
default: