mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added SSC report to DiscImageChef.Device.Report.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user