Add detection and media type for ISO 15041 compliant 3.5" MO 540Mb disks.

This commit is contained in:
2021-09-30 18:38:43 +01:00
parent a6045ed587
commit 9d3dc715d7
6 changed files with 21 additions and 0 deletions

View File

@@ -907,6 +907,11 @@ namespace Aaru.CommonTypes.Metadata
discType = "3.5\" magneto-optical";
discSubType = "ECMA-201";
break;
case CommonTypes.MediaType.ISO_15041_512:
discType = "3.5\" magneto-optical";
discSubType = "ISO 15041";
break;
case CommonTypes.MediaType.FlashDrive:
discType = "USB flash drive";