* DiscImageChef.Decoders/ATA/Identify.cs:
* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
Rename fields, methods and structs to more adequate names.
* DiscImageChef/Commands/Decode.cs:
* DiscImageChef/Commands/DeviceInfo.cs:
Rename ATA/ATAPI decoders fields, methods and structs to
more adequate names.
* DiscImageChef.Decoders/CD/PMA.cs:
* DiscImageChef.Decoders/CD/ATIP.cs:
* DiscImageChef.Decoders/CD/Session.cs:
* DiscImageChef.Decoders/CD/FullTOC.cs:
* DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs:
Rename fields, methods and structs to more adequate names.
* DiscImageChef/Commands/Decode.cs:
Rename CD decoders fields, methods and structs to more
adequate names.
Added methods without formatting.
* DiscImageChef.Decoders/ATA.cs:
Typo.
* DiscImageChef.Decoders/SCSI.cs:
Don't try to decode Version Descriptors if there are none.
Also there are devices on the wild with less than 8 VDs.
* DiscImageChef/Commands/DeviceInfo.cs:
Use a format-less output.
* DiscImageChef/Options.cs:
* DiscImageChef/DiscImageChef.csproj:
* DiscImageChef/Commands/DeviceInfo.cs:
Added "device-info" command.
* DiscImageChef.Decoders/SCSI.cs:
Correct size miscalculation.
Do not print "Device claims no standard", generates too much
noise.
* DiscImageChef.Devices/Device/Constructor.cs:
Add OS error detection and handling.
On Linux move to opening O_RDONLY and O_NONBLOCK to allow
opening read-only media and removable drives without media.
* DiscImageChef.Devices/Device/Variables.cs:
* DiscImageChef.Devices/Device/ScsiCommands.cs:
Add OS error detection and handling.
* DiscImageChef.Devices/DiscImageChef.Devices.csproj:
* DiscImageChef.Interop/DiscImageChef.Interop.csproj:
Downgraded .NET version.