From bcc7ed2c8c5df610bffd14d1496ec23b7fd4062e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 3 Sep 2026 15:39:29 -0500 Subject: [PATCH] Promote ucsicontrol to "other". --- toys/{pending => other}/ucsicontrol.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename toys/{pending => other}/ucsicontrol.c (99%) diff --git a/toys/pending/ucsicontrol.c b/toys/other/ucsicontrol.c similarity index 99% rename from toys/pending/ucsicontrol.c rename to toys/other/ucsicontrol.c index 575d9792..bba4b9d7 100644 --- a/toys/pending/ucsicontrol.c +++ b/toys/other/ucsicontrol.c @@ -11,7 +11,7 @@ USE_UCSICONTROL(NEWTOY(ucsicontrol, "<1&", TOYFLAG_USR|TOYFLAG_SBIN|TOYFLAG_NEED config UCSICONTROL bool "ucsicontrol" - default n + default y help Usage: ucsicontrol COMMAND [OPTIONS] @@ -49,8 +49,7 @@ config UCSICONTROL #include "toys.h" GLOBALS( - int fp_command; - int fp_response; + int fp_command, fp_response; ) #define UCSI_MIN_MESSAGE_IN_LEN 16 -- 2.39.5