mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* 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:
@@ -813,6 +813,10 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
/// </summary>
|
||||
DLT4_85k = 0x1B,
|
||||
/// <summary>
|
||||
/// DDS-2
|
||||
/// </summary>
|
||||
DDS2 = 0x24,
|
||||
/// <summary>
|
||||
/// DDS-3
|
||||
/// </summary>
|
||||
DDS3 = 0x25,
|
||||
|
||||
Reference in New Issue
Block a user