Added vendor code for QEMU SecureDigital.

This commit is contained in:
2017-09-29 06:09:49 +00:00
parent 92fceb3ea3
commit 91f85d4618

View File

@@ -38,6 +38,8 @@ namespace DiscImageChef.Decoders.SecureDigital
{
switch(SDVendorID)
{
case 0xAA:
return "QEMU";
default:
return string.Format("Unknown manufacturer ID 0x{0:X2}", SDVendorID);
}