Added SSC report to DiscImageChef.Device.Report.

This commit is contained in:
2017-12-18 07:56:03 +00:00
parent 935d4b9e96
commit bb895360e6
6 changed files with 454 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
#include "inquiry_decode.h"
#include "scsi_mode.h"
#include "mmc_report.h"
#include "ssc_report.h"
void ScsiReport(int fd, xmlTextWriterPtr xmlWriter)
{
@@ -251,7 +252,7 @@ void ScsiReport(int fd, xmlTextWriterPtr xmlWriter)
}
else if(inquiry->PeripheralDeviceType == 0x01) // SequentialAccess
{
// TODO: Report SSC
SscReport(fd, xmlWriter);
}
else
{