mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Implement decoding Fujitsu Verify Control Page.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2016-01-15 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Commands/DeviceInfo.cs:
|
||||
Implement decoding Fujitsu Verify Control Page.
|
||||
|
||||
2016-01-15 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Commands/MediaInfo.cs:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user