* DiscImageChef.Devices/Device/ScsiCommands/SMC.cs:

* DiscImageChef.Devices/DiscImageChef.Devices.csproj:
	  Added read-only Streaming Commands.

	* DiscImageChef.Devices/Device/ScsiCommands/SSC.cs:
	  Added READ ATTRIBUTE.

	* DiscImageChef.Devices/Device/ScsiCommands/MMC.cs:
	  Corrected typo on header

	* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
	  Corrected buffer mislength.
	Added support for READ ATTRIBUTE.

	* DiscImageChef.Devices/Enums.cs:
	  Corrected opcode for SCSI WRITE ATTRIBUTE.
	Added SCSI Streaming and Attribute enumerations.
This commit is contained in:
2016-01-13 03:47:25 +00:00
parent 8c24edf3dd
commit 3b318a56e3
7 changed files with 1298 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
2016-01-13 Natalia Portillo <claunia@claunia.com>
* Device/ScsiCommands/SMC.cs:
* DiscImageChef.Devices.csproj:
Added read-only Streaming Commands.
* Device/ScsiCommands/SSC.cs:
Added READ ATTRIBUTE.
* Device/ScsiCommands/MMC.cs:
Corrected typo on header
* Device/ScsiCommands/SPC.cs:
Corrected buffer mislength.
Added support for READ ATTRIBUTE.
* Enums.cs:
Corrected opcode for SCSI WRITE ATTRIBUTE.
Added SCSI Streaming and Attribute enumerations.
2016-01-11 Natalia Portillo <claunia@claunia.com>
* Device/ScsiCommands.cs: