mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Send manufacturer to EVPD reporter.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user