* DiscImageChef.Decoders/SCSI/Modes.cs:

Added DDS-2.
	Corrected casting of density enumeration.

	* DiscImageChef.Decoders/SCSI/Types.cs:
	  Added DDS-2

	* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
	  Corrected buffer size for MODE SENSE (6)

	* DiscImageChef/Commands/DeviceInfo.cs:
	  Removed some spurious brackets.
This commit is contained in:
2016-10-10 23:58:35 +01:00
parent 841453e1fa
commit 12daf68c1f
7 changed files with 72 additions and 53 deletions

View File

@@ -813,6 +813,10 @@ namespace DiscImageChef.Decoders.SCSI
/// </summary>
DLT4_85k = 0x1B,
/// <summary>
/// DDS-2
/// </summary>
DDS2 = 0x24,
/// <summary>
/// DDS-3
/// </summary>
DDS3 = 0x25,