Move ATAPI device reporting to non-static class and its UI to CLI.

This commit is contained in:
2018-11-25 19:17:21 +00:00
parent 8269b7a235
commit bba98c2abf
5 changed files with 15 additions and 74 deletions

View File

@@ -76,8 +76,6 @@ namespace DiscImageChef.Core.Devices.Report.SCSI
removable = pressedKey.Key == ConsoleKey.Y;
}
if(dev.Type == DeviceType.ATAPI) Atapi.Report(dev, ref report, debug);
DicConsole.WriteLine("Querying SCSI INQUIRY...");
sense = dev.ScsiInquiry(out byte[] buffer, out byte[] senseBuffer);