mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add field on device report for command F1h subcommand 06h.
This commit is contained in:
@@ -1042,6 +1042,10 @@ namespace Aaru.Database.Migrations
|
||||
|
||||
b.Property<bool?>("CanReadDiscInformation").HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool?>("CanReadF1_06").HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool?>("CanReadF1_06LeadOut").HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool?>("CanReadFirstTrackPreGap").HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool?>("CanReadFullTOC").HasColumnType("INTEGER");
|
||||
@@ -1206,6 +1210,10 @@ namespace Aaru.Database.Migrations
|
||||
|
||||
b.Property<byte[]>("ReadDmaRetryLbaData").HasColumnType("BLOB");
|
||||
|
||||
b.Property<byte[]>("ReadF1_06Data").HasColumnType("BLOB");
|
||||
|
||||
b.Property<byte[]>("ReadF1_06LeadOutData").HasColumnType("BLOB");
|
||||
|
||||
b.Property<byte[]>("ReadLba48Data").HasColumnType("BLOB");
|
||||
|
||||
b.Property<byte[]>("ReadLbaData").HasColumnType("BLOB");
|
||||
|
||||
Reference in New Issue
Block a user