From 7c58b51e9ba146aa08aae019c019e08300e75932 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:20:39 +0300 Subject: [PATCH] cec-ctl: add page (#17852) Co-authored-by: Harshavardhan --- pages/linux/cec-ctl.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/cec-ctl.md diff --git a/pages/linux/cec-ctl.md b/pages/linux/cec-ctl.md new file mode 100644 index 0000000000..edba0003aa --- /dev/null +++ b/pages/linux/cec-ctl.md @@ -0,0 +1,17 @@ +# cec-ctl + +> Control kernel CEC devices. +> See also: `cec-client`. +> More information: . + +- List CEC devices: + +`cec-ctl --list-devices` + +- Monitor CEC traffic: + +`sudo cec-ctl {{[-m|--monitor]}}` + +- Show CEC topology: + +`cec-ctl {{[-S|--show-topology]}}`