Corrected typo on SCSI peripheral device types.

This commit is contained in:
2017-12-15 01:14:28 +00:00
parent 7383667cb5
commit 167170c7a5
3 changed files with 3 additions and 3 deletions

View File

@@ -1177,7 +1177,7 @@ namespace DiscImageChef.Decoders.SCSI
sb.AppendLine("SCSI Extended INQUIRY Data:");
if(page.PeripheralDeviceType == PeripheralDeviceTypes.DirectAccess ||
page.PeripheralDeviceType == PeripheralDeviceTypes.SCSIZonedBlockDEvice)
page.PeripheralDeviceType == PeripheralDeviceTypes.SCSIZonedBlockDevice)
{
switch(page.SPT)
{

View File

@@ -141,7 +141,7 @@ namespace DiscImageChef.Decoders.SCSI
/// <summary>
/// Host managed zoned block device
/// </summary>
SCSIZonedBlockDEvice = 0x14,
SCSIZonedBlockDevice = 0x14,
/// <summary>
/// Well known logical unit
/// </summary>

View File

@@ -355,7 +355,7 @@ namespace DiscImageChef.Decoders.SCSI
case PeripheralDeviceTypes.SCSISecurityManagerDevice: //0x13,
sb.AppendLine("Security Manager Device");
break;
case PeripheralDeviceTypes.SCSIZonedBlockDEvice: //0x14
case PeripheralDeviceTypes.SCSIZonedBlockDevice: //0x14
sb.AppendLine("Host managed zoned block device");
break;
case PeripheralDeviceTypes.WellKnownDevice: //0x1E,