Send manufacturer to EVPD reporter.

This commit is contained in:
2018-12-25 14:48:00 +00:00
parent 6ff0b54a4d
commit 177c140dd4

View File

@@ -292,7 +292,10 @@ namespace DiscImageChef.Commands
report.SCSI = reporter.ReportScsiInquiry();
if(report.SCSI == null) break;
report.SCSI.EVPDPages = reporter.ReportEvpdPages();
report.SCSI.EVPDPages =
reporter.ReportEvpdPages(StringHandlers
.CToString(report.SCSI.Inquiry?.VendorIdentification)?.Trim()
.ToLowerInvariant());
reporter.ReportScsiModes(ref report, out byte[] cdromMode);