* 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

@@ -1,3 +1,8 @@
2016-10-10 Natalia Portillo <claunia@claunia.com>
* Commands/DeviceInfo.cs:
Removed some spurious brackets.
2016-10-10 Natalia Portillo <claunia@claunia.com>
* DetectImageFormat.cs: