全部博文(404)
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Linux上Platform device and driver介绍 | 1388 | 0 | 1 | 2008-12-23 | |
Linux设备驱动程序学习-Linux设备模型(总线、设备、驱动程序和类) | 1258 | 0 | 1 | 2008-12-23 | |
Linux2.6设备模型解析 | 1361 | 0 | 1 | 2008-12-23 | |
Platform Devices and Drivers(English) | 977 | 0 | 0 | 2008-12-23 | |
浅析如何打印显示platform_bus_type总线上注册的所有设备信息 | 1057 | 0 | 0 | 2008-12-23 | |
Linux Platform Device and Driver | 889 | 0 | 0 | 2008-12-23 | |
Platform总线 | 1421 | 0 | 0 | 2008-12-23 | |
Linux设备模型之platform总线 | 1253 | 0 | 0 | 2008-12-23 | |
Platform Device系列转载收集 | 1370 | 2 | 0 | 2008-12-23 | |
s3c2440的IO静态映射的分析 | 1478 | 0 | 0 | 2008-12-23 | |
USB驱动移植(转载) | 1029 | 1 | 0 | 2008-10-21 | |
linux键盘驱动(转载) | 1256 | 0 | 0 | 2008-10-21 | |
Writting Linux Frame Buffer Driver fo LCD Device | 1631 | 0 | 0 | 2008-10-07 | |
Linux MTD源代码分析(一)(转载) | 1073 | 0 | 0 | 2008-10-07 | |
触摸屏驱动1+1(转载) | 1225 | 0 | 0 | 2008-10-07 | |
request_irq | 1501 | 0 | 0 | 2008-10-06 | |
内核API函数(转载) | 1371 | 0 | 0 | 2008-10-06 | |
Linux-2.6.20的LCD驱动分析(四)(转载) | 837 | 0 | 0 | 2008-10-06 | |
Linux-2.6.20的LCD驱动分析(三)(转载) | 870 | 0 | 0 | 2008-10-06 | |
Linux-2.6.20的LCD驱动分析(一)(转载) | 1037 | 2 | 0 | 2008-10-06 |
chinaunix网友2009-06-20 19:34
您好!我刚刚又详细看了一次Linux Device Driver书籍中关于USB 驱动的部分。了解更深入了些,现在发现的问题是: 照一个博主(http://blog.chinaunix.net/u2/60434/showart_471562.html)的解释。在加载驱动模块成功后就会在/dev/下生成设备文件了,此框架程序生成的是skel0(可以自由修改)的设备文件,现在就可以对这个设备文件进行打开、读写、关闭等的操作了。 我是可以看到skel0的设备文件的了。我也尝试对其打开进行读写操作。 if((SKELETON=fopen("/dev/skel0","r"))==NULL) { printf("\nEooro on opening source file!") ; return ; } if((STOREDEVICE=fopen("/usr/temp.txt", "aw"))==NULL) { printf("\nEooro on opening desitination file!") ; return ; } 但是结果是没有什么反应。。temp.txt里面是空的,也就是没读出什么东西来。但是那个usb设备中确实灌注了程序的。。不知道怎么回事。 请帮忙解答下。谢谢了~~
chinaunix网友2009-01-04 10:30
您好,我是猎头顾问Susie,目前手上有一个MNC的Linux开发的职位,如果有兴趣的话欢迎与我联系,我的邮箱是susie.ren@globalassociates.com.谢谢。