Store MMC GET CONFIGURATION response in device report.

This commit is contained in:
2018-12-25 16:15:33 +00:00
parent 177c140dd4
commit c670bc2bc9
11 changed files with 1668 additions and 7 deletions

View File

@@ -132,6 +132,8 @@ namespace DiscImageChef.Database.Migrations
b.Property<byte?>("AGIDs");
b.Property<byte[]>("BinaryData");
b.Property<byte?>("BindingNonceBlocks");
b.Property<ushort?>("BlocksPerReadableUnit");
@@ -1163,10 +1165,6 @@ namespace DiscImageChef.Database.Migrations
b.HasIndex("VendorId");
b.HasIndex("ProductId");
b.HasIndex("ModifiedWhen");
b.ToTable("UsbProducts");
});
@@ -1182,8 +1180,6 @@ namespace DiscImageChef.Database.Migrations
b.HasKey("Id");
b.HasIndex("ModifiedWhen");
b.ToTable("UsbVendors");
});