* DiscImageChef.Devices/Enums.cs:

* DiscImageChef.Devices/DiscImageChef.Devices.csproj:
	* DiscImageChef.Devices/Device/ScsiCommands/Plasmon.cs:
	  Added Plasmon vendor commands.

	* DiscImageChef.Devices/Device/ScsiCommands/Pioneer.cs:
	  Added Pioner READ CD-XA vendor command.
This commit is contained in:
2016-01-14 02:46:36 +00:00
parent e45a783fa4
commit 5828d60f15
5 changed files with 193 additions and 4 deletions

View File

@@ -2434,6 +2434,7 @@ namespace DiscImageChef.Devices
/// Sets the spindle speed to be used while reading/writing data to a CD
/// </summary>
SetCdSpeed = 0xDA,
WriteCdp = 0xE3,
#endregion
#region ATA Command Pass-Through
@@ -2668,6 +2669,17 @@ namespace DiscImageChef.Devices
/// </summary>
MSystems_SecurityEraseOld = 0xDF,
#endregion M-Systems vendor commands
#region Plasmon vendor commands
/// <summary>
/// Retrieves sector address
/// </summary>
Plasmon_ReadSectorLocation = 0xE6,
/// <summary>
/// Makes a Compliant WORM block completely unreadable
/// </summary>
Plasmon_Shred = 0xEE,
#endregion Plasmon vendor commands
}
#endregion SCSI Commands