* CICMMetadata:

Updated to last upstream.

	* DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs:
	  Added DDS-2, DDS-3, DDS-4 with no medium type code.

	* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
	  Added REQUEST SENSE command.

	* DiscImageChef.Devices/Device/ScsiCommands/SSC.cs:
	  Added SPACE command.

	* DiscImageChef.Devices/Enums.cs:
	  Added enumeration for SPACE command codes.

	* DiscImageChef.Metadata/MediaType.cs:
	  Added support for DDS, DDS-2, DDS-3, DDS-4.
This commit is contained in:
2016-10-12 06:16:41 +01:00
parent 12daf68c1f
commit 8b8fe9a9cc
9 changed files with 113 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2016-10-12 Natalia Portillo <claunia@claunia.com>
* MediaTypeFromSCSI.cs: Added DDS-2, DDS-3, DDS-4 with no
medium type code.
2016-08-21 Natalia Portillo <claunia@claunia.com>
* MediaType.cs: Added missing NEC and SHARP floppy types.