Hi Alain,
On Thu, Jan 16, 2020 at 8:24 PM, Alain Michaud <alainm@xxxxxxxxxxxx>
wrote:
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[] = {
Applied, thanks.