mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Corrected typo on SCSI peripheral device types.
This commit is contained in:
@@ -128,7 +128,7 @@ namespace DiscImageChef.Server.App_Start
|
||||
case PeripheralDeviceTypes.SCSISecurityManagerDevice: //0x13,
|
||||
scsiOneValue.Add("Security Manager Device");
|
||||
break;
|
||||
case PeripheralDeviceTypes.SCSIZonedBlockDEvice: //0x14
|
||||
case PeripheralDeviceTypes.SCSIZonedBlockDevice: //0x14
|
||||
scsiOneValue.Add("Host managed zoned block device");
|
||||
break;
|
||||
case PeripheralDeviceTypes.WellKnownDevice: //0x1E,
|
||||
|
||||
Reference in New Issue
Block a user