From 094f93854dab3f39922e1132659663e746566881 Mon Sep 17 00:00:00 2001 From: xiapan Date: Tue, 24 Jun 2025 10:09:01 +0800 Subject: [PATCH] =?UTF-8?q?arkts1.2=E6=A0=87=E7=AD=BE=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiapan --- api/@ohos.usbManager.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.usbManager.d.ts b/api/@ohos.usbManager.d.ts index 2af502f937..4b54effbc7 100644 --- a/api/@ohos.usbManager.d.ts +++ b/api/@ohos.usbManager.d.ts @@ -2563,6 +2563,7 @@ declare namespace usbManager { *
2.The call chain used to obtain the input parameters is not resonable. * @syscap SystemCapability.USB.USBManager * @since 20 + * @arkts 1.1&1.2 */ function resetUsbDevice(pipe: USBDevicePipe): boolean; } -- Gitee