未验证 提交 31185125 编写于 作者: O openharmony_ci 提交者: Gitee

!62 fix:Modify master sensitive words

Merge pull request !62 from 王易朋/master
/*
* Copyright (c) 2013-2019, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2013-2023, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020, Huawei Device Co., Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
......@@ -217,9 +217,9 @@ static int composite_add(void)
device_printf(composite, "WARNING: Probe and attach failed!\n");
return -1;
}
struct HdfDeviceObject *usb_fn_dev = HdfLoadUsbDevice("usbfn_master");
struct HdfDeviceObject *usb_fn_dev = HdfLoadUsbDevice("usbfn");
if (usb_fn_dev == NULL) {
dprintf("%s register usbfn_master may failed\n", __func__);
dprintf("%s register usbfn may failed\n", __func__);
}
struct HdfDeviceObject *devobj = HdfRegisterUsbDevice(usb_fn_dev, "usbfn_cdcacm", "usbfn_cdcacm");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册