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

This commit is contained in:
2018-11-25 18:35:39 +00:00
parent dc4be81e35
commit 5b07108ef1
4 changed files with 30 additions and 38 deletions

View File

@@ -63,8 +63,6 @@ namespace DiscImageChef.Core.Devices.Report.SCSI
const uint TIMEOUT = 5;
ConsoleKeyInfo pressedKey;
if(dev.IsFireWire) FireWire.Report(dev, ref report, ref removable);
if(dev.IsPcmcia) Pcmcia.Report(dev, ref report);
if(!dev.IsUsb && !dev.IsFireWire && dev.IsRemovable)