mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Common types] Add more information for SyQuest QPAK (SQ100, SQ200 and SQ300) cartridges.
This commit is contained in:
@@ -433,6 +433,17 @@ public static partial class MediaTypeFromDevice
|
||||
blockSize);
|
||||
|
||||
return MediaType.ECMA_99_26;
|
||||
case 19584 when vendor.Equals("syquest", StringComparison.InvariantCultureIgnoreCase):
|
||||
AaruConsole.DebugWriteLine(MODULE_NAME,
|
||||
"Drive manufacturer is SyQuest, media has 19584 blocks of 256 bytes, setting media type to SQ100.");
|
||||
|
||||
return MediaType.SQ200;
|
||||
case 39360 when vendor.Equals("syquest", StringComparison.InvariantCultureIgnoreCase):
|
||||
AaruConsole.DebugWriteLine(MODULE_NAME,
|
||||
"Drive manufacturer is SyQuest, media has 39360 blocks of 256 bytes, setting media type to SQ200.");
|
||||
|
||||
return MediaType.SQ200;
|
||||
|
||||
case 39168 when vendor.StartsWith("iomega", StringComparison.OrdinalIgnoreCase):
|
||||
case 41004 when vendor.StartsWith("iomega", StringComparison.OrdinalIgnoreCase):
|
||||
AaruConsole.DebugWriteLine(MODULE_NAME,
|
||||
|
||||
Reference in New Issue
Block a user