大侠绕我一命
发布时间:2014-01-14 19:56:47
zhezhelinI2C驱动linux设备驱动那点事儿之I2C驱动理论篇 (2011-08-01 21:31)分类: linux设备驱动程序分析一:I2C 概述.........【阅读全文】
发布时间:2014-01-10 11:35:24
"sysfs is a ram-based filesystem initially based on ramfs. It provides a meansto export kernel data structures, their attributes, and the linkages between them touserspace.” --- documentation/filesystems/sysfs.txt可以先把documentation/filesystems/sysfs.txt读一遍。文档这种东西,真正读起来就嫌少.........【阅读全文】
发布时间:2013-12-26 09:07:02
Linux设备文件简介概述设备管理是linux中比较基础的东西,但是由于Linux智能程度的越来越高,Udev的使用越来越广泛,使得越来越多的Linux新用户对 /dev 目录下的东西变得不再熟悉。有时候遇见问题就会变得抓狂。Linux 中的设备有2种类型:字符设备(无缓冲且只能顺序存取)、块设备(有缓冲且可以随机存.........【阅读全文】