摘要: 转自:http://blog.chinaunix.net/uid-11848011-id-4508834.html1、配置内核使能usb monitor:make menuconfigDevice Drivers --> USB Support --> ... 阅读全文
posted @ 2015-12-23 21:20 Sky&Zhang 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 一个容易疏忽的问题: strcmp、strncmp、memcmp, 对于memcmp进行字符串比较时可能会出现内存重叠的情况 status = strncmp(xdev->product, "MU709", 5); if (!status) { return -ENODEV; } 一个脚本,用来通过 阅读全文
posted @ 2015-12-23 17:29 Sky&Zhang 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 高手博客:嵌入式学习园地-华清远见-在21ic的的博客1. 陈莉君老师的个人空间-仰空冥思2.linuxtrave-linux内核之旅3. edsiontel-和linuxtrave链接4. fudan_abc csdn博客1. 宋宝华在51的博客2. 刘洪涛 csdn博客3. 周立功 sina博客... 阅读全文
posted @ 2015-12-23 09:25 Sky&Zhang 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-20543183-id-1930831.html------------------------------------------本文系本站原创,欢迎转载!转载请注明出处:http://ericxiao.cublog.cn/----... 阅读全文
posted @ 2015-12-23 09:23 Sky&Zhang 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-20543183-id-1930847.html------------------------------------------本文系本站原创,欢迎转载!转载请注明出处:http://ericxiao.cublog.cn/----... 阅读全文
posted @ 2015-12-23 09:20 Sky&Zhang 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-20543183-id-1930846.html------------------------------------------本文系本站原创,欢迎转载!转载请注明出处:http://ericxiao.cublog.cn/----... 阅读全文
posted @ 2015-12-23 09:19 Sky&Zhang 阅读(3834) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-20543183-id-1930845.html------------------------------------------本文系本站原创,欢迎转载!转载请注明出处:http://ericxiao.cublog.cn/----... 阅读全文
posted @ 2015-12-23 09:16 Sky&Zhang 阅读(1322) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-23046336-id-3475462.html在linux下编程的程序猿都知道shell脚本,就算你不怎么熟悉,也应该听过的吧!那在shell脚本中的死循环该怎么写呢?对于熟悉C语言的猿人们来说,最简单的死循环应该这样写:-----... 阅读全文
posted @ 2015-12-23 09:11 Sky&Zhang 阅读(11875) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-23046336-id-3243543.html看了http://blog.chinaunix.net/uid-11848011-id-96188.html的驱动框架分析,感觉受益匪浅。对于一些内容,我自己查漏补缺。首先我们按照顺序,... 阅读全文
posted @ 2015-12-23 09:08 Sky&Zhang 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-11848011-id-96188.html初次接触与OS相关的设备驱动编写,感觉还挺有意思的,为了不至于忘掉看过的东西,笔记跟总结当然不可缺,更何况我决定为嵌入式卖命了。好,言归正传,我说一说这段时间的收获,跟大家分享一下Linux... 阅读全文
posted @ 2015-12-23 09:07 Sky&Zhang 阅读(543) 评论(0) 推荐(0) 编辑