Glitch app is in progress, first support will be for AVR.
[goodfet] / client / GoodFETAVR.py
index df4acf4..2f06722 100644 (file)
@@ -112,4 +112,4 @@ class GoodFETAVR(GoodFET):
         if device==None:
             device=("0x%04x" % deviceid);
         
-        return device;
+        return "%s %s" % (vendor,device);