diff -r 6a2083f7eeb8 -r 2a78c4ff2eab commands/variant/variant.cpp --- a/commands/variant/variant.cpp Mon Sep 20 16:46:34 2010 +0100 +++ b/commands/variant/variant.cpp Wed Oct 13 12:41:05 2010 +0100 @@ -68,7 +68,8 @@ { 0x2000DA56, DESC("5800") }, { 0x2001F0A1, DESC("satio") }, // I assume this is what it shipped with... { 0x20029a73, DESC("n8") }, // Likewise... - { 0x102734e3, DESC("qemu") }, + { 0x102734e3, DESC("qemu") }, // This is the same as H4! Doh... + { 0x10286F79, DESC("beagle") }, }; const TInt KMachineIdVariantCount = sizeof(KMachineIdVariants) / sizeof(TVariant);