From 3606c1a7da7fb7e39bc900c1e2562cae7d42a8e5 Mon Sep 17 00:00:00 2001 From: travisutk Date: Sun, 7 Oct 2012 21:19:51 +0000 Subject: [PATCH] Docco change for goodfet.maxusbdfu. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1290 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.maxusbdfu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/goodfet.maxusbdfu b/client/goodfet.maxusbdfu index 04f4001..387fe81 100755 --- a/client/goodfet.maxusbdfu +++ b/client/goodfet.maxusbdfu @@ -300,9 +300,10 @@ if(len(sys.argv)<3): print "Usage: %s VID PID" % sys.argv[0]; print ""; print """Example VID/PID pairs: -\tFFFF 0004 -- Ubertooth ( Tested ) +\tFFFF 0004 -- Ubertooth ( Works ) \t0483 DF11 -- STM32 (Untested) \t03EB 2F.. -- Atmel DFU (Untested) +\t05AC 1227 -- Apple iBoot (Untested) """ sys.exit(); -- 2.20.1