全部博文(404)
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
linux内存池 | 724 | 0 | 0 | 2009-07-13 | |
黑客 | 554 | 0 | 0 | 2009-07-13 | |
LDD-Makefile模板 | 783 | 0 | 0 | 2009-07-09 | |
Kbuild Makefile简要总结 | 993 | 0 | 0 | 2009-07-09 | |
VFS结点 | 1542 | 0 | 1 | 2009-07-07 | |
linux虚拟文件系统 | 609 | 0 | 0 | 2009-07-07 | |
Linux 下 VFS 虚拟文件系统 | 1144 | 0 | 0 | 2009-07-07 | |
VFS简介 | 732 | 0 | 0 | 2009-07-07 | |
从VFS认识linux文件系统 | 814 | 0 | 0 | 2009-07-07 | |
Linux——VFS | 941 | 0 | 0 | 2009-07-07 | |
开发板支持中文环境(转) | 700 | 0 | 0 | 2009-07-06 | |
广水腾飞的十大必备工程 | 714 | 0 | 0 | 2009-06-30 | |
pdflush线程 | 1277 | 0 | 0 | 2009-06-15 | |
Linux Kernel API | 555 | 0 | 0 | 2009-06-01 | |
http://blog.csdn.net/colorant/ | 465 | 0 | 0 | 2009-05-27 | |
移植和使用内核函数跟踪系统KFT | 821 | 0 | 0 | 2009-05-27 | |
http://www.xfocus.net/tools/1.html | 513 | 0 | 0 | 2009-05-27 | |
linux用C语言读取网卡MAC地址 | 740 | 0 | 0 | 2009-05-27 | |
C语言难点 | 527 | 0 | 0 | 2009-05-27 | |
调试Uboot ZZ | 697 | 0 | 0 | 2009-05-27 |
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.谢谢。