USB 插入时的嵌入式 Linux C 中断

发布于 2025-01-10 19:28:43 字数 208 浏览 0 评论 0原文

我有一个用 Yocto 构建的小项目。当我插入 USB 设备时,内核会将信息打印到控制台。这告诉我有什么东西促使了这一点,我应该能够在我编写的 C 程序中捕获它。

我的问题是,C 线程中有没有办法捕获 USB 插入通知、挂载和读取文件?

如果我的应用程序无法检索到此通知,我可以启动一个线程并每隔 X 秒运行 ls /dev/sda 。如果我受到攻击,则安装并读取我的文件。

I have a small project build with Yocto. When I insert a USB device the kernel prints the info to the console. This tells me something is prompting this and I should be able to capture it in a C program that I write.

My question is, is there a way in a C thread to capture the USB inserted notification, mount, and read a file?

If my application cannot retrieve this notification I can just start a thread and every X seconds run ls /dev/sda. If I get a hit then mount and read my file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文