mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* 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:
@@ -57,6 +57,8 @@
|
||||
<Compile Include="Device\ScsiCommands\Plextor.cs" />
|
||||
<Compile Include="Device\ScsiCommands\NEC.cs" />
|
||||
<Compile Include="Device\ScsiCommands\HL-DT-ST.cs" />
|
||||
<Compile Include="Device\ScsiCommands\SSC.cs" />
|
||||
<Compile Include="Device\ScsiCommands\SMC.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user