Add new SD and MMC vendor IDs thanks to @darkstar

This commit is contained in:
2018-08-05 00:49:22 +01:00
parent cee9e53156
commit a7e8c43183
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}";
}
}