mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added vendor code for QEMU SecureDigital.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user