diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-05-02 10:36:12 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-05-02 10:36:12 +0000 |
commit | a6070450cb0c24d366a28b77056da38d9e008467 (patch) | |
tree | 7c052ba2a3ec16a258c4c9f05aef142fab01b79e | |
parent | 8bf24de7b3e60681c302baaaa9bce4bc8e39a5c7 (diff) | |
download | openocd_libswd-a6070450cb0c24d366a28b77056da38d9e008467.tar.gz openocd_libswd-a6070450cb0c24d366a28b77056da38d9e008467.tar.bz2 openocd_libswd-a6070450cb0c24d366a28b77056da38d9e008467.tar.xz openocd_libswd-a6070450cb0c24d366a28b77056da38d9e008467.zip |
- updated docs for ft2232_vid_pid command
git-svn-id: svn://svn.berlios.de/openocd/trunk@639 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | doc/openocd.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 0c5a165e..7f13f042 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -481,7 +481,10 @@ OOCDLink @item @b{ft2232_vid_pid} <@var{vid}> <@var{pid}> The vendor ID and product ID of the FTDI FT2232 device. If not specified, the FTDI -default values are used. This command is not available on Windows. +default values are used. Multiple <@var{vid}>, <@var{pid}> pairs may be given, eg. +@smallexample +ft2232_vid_pid 0x0403 0xcff8 0x15ba 0x0003 +@end smallexample @item @b{ft2232_latency} <@var{ms}> On some systems using ft2232 based JTAG interfaces the FT_Read function call in ft2232_read() fails to return the expected number of bytes. This can be caused by |