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

@@ -38,6 +38,8 @@ namespace DiscImageChef.Decoders.SecureDigital
{
switch(sdVendorId)
{
case 0x02: return "Kingston";
case 0x03: return "Sandisk";
case 0xAA: return "QEMU";
default: return $"Unknown manufacturer ID 0x{sdVendorId:X2}";
}