On debug add more binary data from the responses to the report.

This commit is contained in:
2017-09-05 15:47:36 +01:00
parent 6d4c3f302d
commit 5e2dff4dee
7 changed files with 53 additions and 12 deletions

View File

@@ -458,6 +458,8 @@ namespace DiscImageChef.Core.Devices.Report
report.ATAPI.WRVSectorCountMode2 = atapiId.WRVSectorCountMode2;
report.ATAPI.WRVSectorCountMode2Specified = true;
}
if(debug)
report.ATAPI.Identify = buffer;
}
}
}