From e06948a5445f5ef8d16d2acdaac032c6a7c257be Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 29 Jul 2020 21:48:49 +0200 Subject: op-mode: T2560: rename "show system usb serial" to "show hardware usb serial" This is more inline with the overall op-mode. --- op-mode-definitions/show-hardware.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'op-mode-definitions/show-hardware.xml') 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 @@ Show peripherals connected to the USB bus - lsusb + /usr/bin/lsusb -t Show detailed USB bus information - lsusb -v + /usr/bin/lsusb -v + + + Show information about connected USB serial ports + + ${vyos_op_scripts_dir}/show_usb_serial.py + -- cgit v1.2.3