Save firmware revision in dump hardware try.

This commit is contained in:
2020-01-09 16:14:00 +00:00
parent 5bded4e37d
commit 225b9b5df8
8 changed files with 56 additions and 50 deletions

View File

@@ -356,7 +356,7 @@ namespace DiscImageChef.Core.Devices.Dumping
}
ResumeSupport.Process(true, true, blocks, _dev.Manufacturer, _dev.Model, _dev.Serial, _dev.PlatformId,
ref _resume, ref currentTry, ref extents);
ref _resume, ref currentTry, ref extents, _dev.FirmwareRevision);
if(currentTry == null ||
extents == null)