From c535e48b0bc9847f9622be561958948676ab5bef Mon Sep 17 00:00:00 2001 From: liyan Date: Wed, 27 Jul 2022 14:51:31 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5zh-cn/device=5Fapi/hdi/input/?= =?UTF-8?q?input=5Ftype.h=E7=9A=84=E4=BF=AE=E6=94=B9=20Signed-off-by:=20li?= =?UTF-8?q?-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/device-dev/reference/hdi-apis/input__type_8h.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zh-cn/device-dev/reference/hdi-apis/input__type_8h.md b/zh-cn/device-dev/reference/hdi-apis/input__type_8h.md index 2081c26822..882f771d12 100644 --- a/zh-cn/device-dev/reference/hdi-apis/input__type_8h.md +++ b/zh-cn/device-dev/reference/hdi-apis/input__type_8h.md @@ -26,11 +26,12 @@ | 宏定义 | 描述 | | -------- | -------- | | **MAX_INPUT_DEV_NUM**   32 | Input设备最大数量。 | -| **MAX_NODE_PATH_LEN**   64 | 节点路径最大长度。 | +| **DEV_NAME_LEN**   64 | Input设备名称长度。 | | **CHIP_INFO_LEN**   10 | 芯片信息长度。 | | **CHIP_NAME_LEN**   10 | 芯片名称长度。 | | **VENDOR_NAME_LEN**   10 | 厂商名称长度。 | | **SELF_TEST_RESULT_LEN**   20 | 自测结果长度。 | +| **DEV_MANAGER_SERVICE_NAME**   "hdf_input_host" | Input设备节点服务名称。 | ### 枚举 -- GitLab