From c6a8acc849327ee179d7ec2d190eb9ad9b2fa56a Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 18 Aug 2022 07:58:31 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=90=8D=20Signed-off-by:=20li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyan --- .../reference/hdi-apis/_input_dev_identify.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zh-cn/device-dev/reference/hdi-apis/_input_dev_identify.md b/zh-cn/device-dev/reference/hdi-apis/_input_dev_identify.md index 8520f5f62c..76839b56e7 100644 --- a/zh-cn/device-dev/reference/hdi-apis/_input_dev_identify.md +++ b/zh-cn/device-dev/reference/hdi-apis/_input_dev_identify.md @@ -18,7 +18,7 @@ | [busType](#bustype) | 总线类型 | | [vendor](#vendor) | 生产商编号 | | [product](#product) | 产品编号 | -| [fuzz](#version) | 版本号 | +| [version](#version) | 版本号 | ## **详细描述** @@ -30,7 +30,7 @@ Input设备的识别信息。 ### busType -``` +```cpp uint16_t InputDevIdentify::busType ``` @@ -40,7 +40,7 @@ uint16_t InputDevIdentify::busType ### vendor -``` +```cpp uint16_t InputDevIdentify::vendor ``` @@ -50,7 +50,7 @@ uint16_t InputDevIdentify::vendor ### product -``` +```cpp uint16_t InputDevIdentify::product ``` @@ -60,7 +60,7 @@ uint16_t InputDevIdentify::product ### version -``` +```cpp uint16_t InputDevIdentify::version ``` -- GitLab