Added Sony HyperStorage media type.

This commit is contained in:
2025-12-01 12:55:34 +00:00
parent 1689c6dd80
commit dd7d2f53ad
2 changed files with 8 additions and 0 deletions

View File

@@ -917,6 +917,11 @@ public static class MediaType
discType = "3.5\" magneto-optical";
discSubType = "ISO 15041";
break;
case CommonTypes.MediaType.HSM650:
discType = "3.5\" magneto-optical";
discSubType = "Sony HyperStorage";
break;
case CommonTypes.MediaType.FlashDrive:
discType = "USB flash drive";