From 559733e707090999282bfa0d71ac9a1bebc68a34 Mon Sep 17 00:00:00 2001 From: Alain Michaud Date: Fri, 17 Jan 2020 04:24:21 +0000 Subject: [PATCH] lib: Adding missing op_code string conversion Adding the missing string conversion for MGMG_OP_SET_BLOCKED_KEYS. --- lib/mgmt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index 276445d0a..101cf5f95 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -893,6 +893,7 @@ static const char *mgmt_op[] = { "Set Appearance", "Get PHY Configuration", "Set PHY Configuration", + "Set Blocked Keys", }; static const char *mgmt_ev[] = { -- 2.47.3