摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 11 struct mylist_random { 12... 阅读全文
posted @ 2015-06-04 23:23 renhl 阅读(267) 评论(0) 推荐(0) 编辑
摘要: dbus-send --system --type=method_call --print-reply --dest=org.freedesktop.UDisks /org/freedesktop/UDisks org.freedesktop.UDisks.EnumerateDevicesdbus-... 阅读全文
posted @ 2015-06-04 22:58 renhl 阅读(625) 评论(0) 推荐(0) 编辑
摘要: linux 2.6.13 开始,devfs不存在,udev取代devfs.udev(mdev)存在应用层,可以实现设备文件的自动创建和删除。过程:驱动代码调用class_create创建一个class,再为每个设备调用class_create创建对应的设备。※ 自动创建设备文件需要udev的支持st... 阅读全文
posted @ 2015-06-04 00:56 renhl 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Poll 与系统select调用相对应 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)Poll设备方法完成流程... 阅读全文
posted @ 2015-06-04 00:41 renhl 阅读(231) 评论(0) 推荐(0) 编辑