mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
When PhysicalInterface MMC feature is unknown, store integer value separately in the report.
This commit is contained in:
@@ -649,6 +649,7 @@ namespace DiscImageChef.Metadata
|
||||
public uint LogicalBlockSize { get; set; }
|
||||
public bool MultiRead { get; set; }
|
||||
public Decoders.SCSI.MMC.PhysicalInterfaces PhysicalInterfaceStandard { get; set; }
|
||||
public uint PhysicalInterfaceStandardNumber { get; set; }
|
||||
public bool PreventJumper { get; set; }
|
||||
public bool SupportsAACS { get; set; }
|
||||
public bool SupportsBusEncryption { get; set; }
|
||||
@@ -672,6 +673,8 @@ namespace DiscImageChef.Metadata
|
||||
[XmlIgnore]
|
||||
public bool PhysicalInterfaceStandardSpecified { get; set; }
|
||||
[XmlIgnore]
|
||||
public bool PhysicalInterfaceStandardNumberSpecified { get; set; }
|
||||
[XmlIgnore]
|
||||
public bool AACSVersionSpecified { get; set; }
|
||||
[XmlIgnore]
|
||||
public bool AGIDsSpecified { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user