全部博文(404)
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
segread()函数 | 808 | 0 | 0 | 2009-02-26 | |
getpass()函数 | 2971 | 0 | 0 | 2009-02-26 | |
C语言 文件的输入输出函数 | 824 | 0 | 0 | 2009-02-26 | |
feof -- 测试文件指针是否到了文件结束的位置 | 704 | 0 | 0 | 2009-02-26 | |
Linux系统环境变量详谈 | 751 | 0 | 0 | 2009-02-26 | |
操作系统环境 Environ 函数 | 876 | 0 | 0 | 2009-02-26 | |
strcat | 668 | 0 | 0 | 2009-02-26 | |
atexit()函数知识 | 691 | 0 | 0 | 2009-02-26 | |
CCNA和AANP视频学习下载 | 1145 | 1 | 0 | 2009-02-26 | |
一个指针使用例子 | 745 | 0 | 0 | 2009-02-25 | |
sh脚本异常:bad interpreter: No such file or directory | 1178 | 1 | 0 | 2009-02-25 | |
Beep the speaker | 784 | 0 | 0 | 2009-02-25 | |
system函数 | 1082 | 0 | 0 | 2009-02-25 | |
修改Red Hat Enterprise Linux 5 终端乱码(SSH、Putty)! | 693 | 0 | 0 | 2009-02-16 | |
保护眼睛 | 1030 | 0 | 0 | 2009-01-20 | |
使用异步 I/O 大大提高应用程序的性能 | 609 | 0 | 0 | 2009-01-20 | |
./configure --help说明(补充) | 1649 | 1 | 0 | 2009-01-07 | |
YAMD的Test的Makefile分析(补充) | 1175 | 0 | 0 | 2009-01-06 | |
MEMWATCH.log for test.c | 1062 | 0 | 0 | 2009-01-06 | |
IBIS 理解说明 | 2304 | 0 | 0 | 2009-01-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.谢谢。