ftdi: use "adapter usb location" instead of ftdi_location command
Use unified "adapter usb location" instead of driver specific command. Change-Id: I568a76b87d09cea0f40f1580cf81f7c51402f6f1 Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-on: http://openocd.zylin.com/4771 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
This commit is contained in:
committed by
Matthias Welwarsky
parent
fd8a3c9516
commit
b04c7c2ca5
@@ -2368,6 +2368,7 @@ the hardware can support.
|
||||
Returns the name of the debug adapter driver being used.
|
||||
@end deffn
|
||||
|
||||
@anchor{adapter_usb_location}
|
||||
@deffn Command {adapter usb location} <bus>-<port>[.<port>]...
|
||||
Specifies the physical USB port of the adapter to use. The path
|
||||
roots at @var{bus} and walks down the physical ports, with each
|
||||
@@ -2510,7 +2511,10 @@ If not specified, serial numbers are not considered.
|
||||
and are not restricted to containing only decimal digits.)
|
||||
@end deffn
|
||||
|
||||
@deffn {Config Command} {ftdi_location} <bus>:<port>[,<port>]...
|
||||
@deffn {Config Command} {ftdi_location} <bus>-<port>[.<port>]...
|
||||
@emph{DEPRECATED -- avoid using this.
|
||||
Use the @xref{adapter_usb_location, adapter usb location} command instead.}
|
||||
|
||||
Specifies the physical USB port of the adapter to use. The path
|
||||
roots at @var{bus} and walks down the physical ports, with each
|
||||
@var{port} option specifying a deeper level in the bus topology, the last
|
||||
|
||||
Reference in New Issue
Block a user