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.25.0.rc1.283.g88dfdc4193-goog