Add UpdateStatus event to ATA dumper.

This commit is contained in:
2019-04-19 17:23:54 +01:00
parent b0426c4335
commit 5020f33006
5 changed files with 57 additions and 16 deletions

View File

@@ -296,6 +296,7 @@ namespace DiscImageChef.Commands
}
Dump dumper = new Dump();
dumper.UpdateStatus += Progress.UpdateStatus;
if(dev.IsUsb && dev.UsbVendorId == 0x054C &&
(dev.UsbProductId == 0x01C8 || dev.UsbProductId == 0x01C9 || dev.UsbProductId == 0x02D2))