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 ++++++++-- op-mode-definitions/show-system.xml | 14 -------------- 2 files changed, 8 insertions(+), 16 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 @@ 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 + diff --git a/op-mode-definitions/show-system.xml b/op-mode-definitions/show-system.xml index 74b34ae92..1b98b559b 100644 --- a/op-mode-definitions/show-system.xml +++ b/op-mode-definitions/show-system.xml @@ -176,20 +176,6 @@ uptime - - - Show information about Universal Serial Bus (USB) - - /usr/bin/lsusb -t - - - - Show information about connected USB serial ports - - ${vyos_op_scripts_dir}/show_usb_serial.py - - - -- cgit v1.2.3