Add new SD and MMC vendor IDs thanks to @darkstar

This commit is contained in:
2018-08-05 00:49:22 +01:00
parent 906b98aaa6
commit 6b76d39a96
2 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ namespace DiscImageChef.Decoders.MMC
switch(mmcVendorId)
{
case 0x15: return "Samsung";
case 0x2C: return "extreMEmory";
default: return $"Unknown manufacturer ID 0x{mmcVendorId:X2}";
}
}