提交 1299e052 编写于 作者: O openharmony_ci 提交者: Gitee

!105 usb0906commit

Merge pull request !105 from bigA2021/0906usb
...@@ -309,6 +309,8 @@ static const char *GetDeviceBasePath(const char *subsystem) ...@@ -309,6 +309,8 @@ static const char *GetDeviceBasePath(const char *subsystem)
devPath = "/dev/graphics"; devPath = "/dev/graphics";
} else if (STRINGEQUAL(subsystem, "sound")) { } else if (STRINGEQUAL(subsystem, "sound")) {
devPath = "/dev/snd"; devPath = "/dev/snd";
} else if (STRINGEQUAL(subsystem, "functionfs")) {
devPath = "/dev/functionfs";
} else { } else {
devPath = "/dev"; devPath = "/dev";
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册