module-avb: milan: aecp-aem: introducing available command handler

This commit is contained in:
hackerman-kl 2025-11-30 12:58:38 +01:00 committed by Wim Taymans
parent 6619aba582
commit 52f2137397
4 changed files with 83 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#include "utils.h"
/* The headers including the command and response of the system */
#include "aecp-aem-cmds-resps/cmd-available.h"
#include "aecp-aem-cmds-resps/cmd-lock-entity.h"
@ -286,7 +287,7 @@ static const struct cmd_info cmd_info_milan_v12[] = {
handle_cmd_lock_entity_milan_v12),
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_ENTITY_AVAILABLE, true,
NULL),
handle_cmd_entity_available_milan_v12),
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_READ_DESCRIPTOR, true,
handle_read_descriptor_common),