diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-29 21:48:49 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-29 21:48:49 +0200 |
commit | e06948a5445f5ef8d16d2acdaac032c6a7c257be (patch) | |
tree | 83252f4c8da930bdf70609f20c0dc3e0cf588456 /op-mode-definitions/show-hardware.xml | |
parent | fe1d2377fe1169d7e13012295036935447ccfed1 (diff) | |
download | vyos-1x-e06948a5445f5ef8d16d2acdaac032c6a7c257be.tar.gz vyos-1x-e06948a5445f5ef8d16d2acdaac032c6a7c257be.zip |
op-mode: T2560: rename "show system usb serial" to "show hardware usb serial"
This is more inline with the overall op-mode.
Diffstat (limited to 'op-mode-definitions/show-hardware.xml')
-rw-r--r-- | op-mode-definitions/show-hardware.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/op-mode-definitions/show-hardware.xml b/op-mode-definitions/show-hardware.xml index a49036397..c3ff3a60f 100644 --- a/op-mode-definitions/show-hardware.xml +++ b/op-mode-definitions/show-hardware.xml @@ -71,14 +71,20 @@ <properties> <help>Show peripherals connected to the USB bus</help> </properties> - <command>lsusb</command> + <command>/usr/bin/lsusb -t</command> <children> <node name="detail"> <properties> <help>Show detailed USB bus information</help> </properties> - <command>lsusb -v</command> + <command>/usr/bin/lsusb -v</command> </node> + <leafNode name="serial"> + <properties> + <help>Show information about connected USB serial ports</help> + </properties> + <command>${vyos_op_scripts_dir}/show_usb_serial.py</command> + </leafNode> </children> </node> </children> |