summaryrefslogtreecommitdiffstats
path: root/flashrom.8
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-07-01 00:02:23 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-07-01 00:02:23 +0000
commitfeea27222877521548b369e3eb49197f804f7f9c (patch)
tree7976f18e7aa76f8a7e2f04e09e8a989bec3a1d9b /flashrom.8
parent9cb867b57162d028e5819f72e9e504af242d19b4 (diff)
downloadflashrom-feea27222877521548b369e3eb49197f804f7f9c.tar.gz
flashrom-feea27222877521548b369e3eb49197f804f7f9c.tar.bz2
flashrom-feea27222877521548b369e3eb49197f804f7f9c.zip
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs
B. Corresponding to flashrom svn r638. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Tested-by: Jakob Bornecrantz <wallbraker@gmail.com> Acked-by: Jakob Bornecrantz <wallbraker@gmail.com>
Diffstat (limited to 'flashrom.8')
-rw-r--r--flashrom.817
1 files changed, 17 insertions, 0 deletions
diff --git a/flashrom.8 b/flashrom.8
index 446315e21..cdc055ff5 100644
--- a/flashrom.8
+++ b/flashrom.8
@@ -183,6 +183,23 @@ Example:
Currently the following programmers support this mechanism:
.BR nic3com ,
.BR satasii .
+.sp
+The ft2232spi has an optional parameter specifying the controller type and
+interface/port it should support. For that you have to use the
+.B "flashrom -p ft2232spi=model,port=interface"
+syntax where
+.B model
+can be any of
+.B 2232H 4232H
+and
+.B interface
+can be any of
+.B A
+.BR B .
+The default model is
+.B 4232H
+and the default interface is
+.BR B .
.TP
.B "\-h, \-\-help"
Show a help text and exit.