<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>设备驱动</title>
<link>http://unixreference.net/articles/linux/driver/index.html</link>
<description>Linux &amp;gt; 设备驱动</description>
<language>zh-cn</language>
<generator>Copyright(c) 2001-2007 OLDHAND ORGANIZATION, All Rights reserved. &lt;br/&gt;&lt;a href='http://www.dedecms.com' target='_blank'&gt;Power by DedeCms 织梦内容管理系统&lt;/a&gt;</generator>
<webmaster>webmaster@unixreference.net</webmaster>
<item>
    <title>向嵌入式Linux移植实时设备驱动程序</title>
    <link>http://unixreference.net/articles/linux/driver/2007/0305/647.html</link>
    <description></description>
    <pubDate>2006-09-28</pubDate>
    <category>设备驱动</category>
    <author>Bill Weinberg</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>简单编译升级内核激活FC1上的USB硬盘</title>
    <link>http://unixreference.net/articles/linux/driver/2007/0222/600.html</link>
    <description></description>
    <pubDate>2006-08-16</pubDate>
    <category>设备驱动</category>
    <author>moo</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>让arm-linux支持普通USB摄像头</title>
    <link>http://unixreference.net/articles/linux/driver/camera/2007/0208/571.html</link>
    <description>我用的是最普通的usb摄像头，主芯片为中星微ZC0301P(据说市场占有率70%以上)，CMOS传感器为Hynix的，市面上能买到的基本上是这种配置。Linux下驱动，我直接移植spca5xx，现在出了spc5xx-le(Light-Edition for Linux Embedded)更方便，直接针对嵌入式系统做了优化，可以</description>
    <pubDate>2005-12-05</pubDate>
    <category>Camera</category>
    <author>zlei</author>
    <comments>21IC论坛 ARM版</comments>
</item>
<item>
    <title>Linux下驱动SD/MMC读卡器</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1110/523.html</link>
    <description>Linux下驱动SD/MMC读卡器，本文仅仅适用于笔记本自带的内置读卡器。</description>
    <pubDate>2005-11-16</pubDate>
    <category>设备驱动</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title>一个嵌入式Linux系统的键盘驱动实现</title>
    <link>http://unixreference.net/articles/linux/embedded/driver/2006/1103/511.html</link>
    <description>很多嵌入式Linux系统，往往需要配备一个特殊键盘，此时开发者需要根据实际情况，为自己的特殊键盘编写驱动程序……</description>
    <pubDate>2006-10-09</pubDate>
    <category>设备驱动</category>
    <author>未知</author>
    <comments>天极博客</comments>
</item>
<item>
    <title>Linux培训园地：Linux下设备完全驱动之三</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1103/501.html</link>
    <description>图形化的界面能让我们方便地享用Linux的强大功能，而且现在Linux的图形化界面已经越来越完善。Linux中经常使用的图形显示系统是X－ Window，但是由于其与常见的MS Windows系统有很大的差异，所以在使用时常会遇到一些问题，比如无法驱动显卡、显示器参数错误、花屏和图</description>
    <pubDate>2005-09-20</pubDate>
    <category>设备驱动</category>
    <author>郄晓烨</author>
    <comments>赛迪技术天地-开放系统世界</comments>
</item>
<item>
    <title>Linux培训园地：Linux下设备完全驱动之二</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1103/500.html</link>
    <description>这一节首先讲述IDE硬盘及光驱的设置、IDE刻录机的使用，以及如何安装SCSI硬盘驱动。然后介绍以太网卡驱动模块的加载及网络接口的启功过程，如何调整网卡的参数，Modem、ADSL和宽带的驱动安装，以及PPP连接的设置等。</description>
    <pubDate>2005-08-30</pubDate>
    <category>设备驱动</category>
    <author>郄晓烨</author>
    <comments>赛迪技术天地-开放系统世界</comments>
</item>
<item>
    <title>Linux培训园地：Linux下设备完全驱动之一</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1103/499.html</link>
    <description>本讲主要概述Linux设备驱动框架、驱动程序的配置文件及常用的加载驱动程序的方法；并且介绍Red Hat Linux安装程序是如何加载驱动的，通过了解这个过程， 我们可以自己将驱动程序放到引导盘中；安装完系统后，使用kudzu自动配置硬件程序。</description>
    <pubDate>2005-08-29</pubDate>
    <category>设备驱动</category>
    <author>郄晓烨</author>
    <comments>赛迪技术天地-开放系统世界</comments>
</item>
<item>
    <title>深入浅出分析Linux设备驱动程序中断</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1103/498.html</link>
    <description>Linux的中断宏观分为两种：软中断和硬中断。声明一下，这里的软和硬的意思是指和软件相关以及和硬件相关，而不是软件实现的中断或硬件实现的中断。</description>
    <pubDate>2006-10-09</pubDate>
    <category>设备驱动</category>
    <author>mingming</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>如何编写Linux操作系统的设备驱动程序</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1103/497.html</link>
    <description>Linux是Unix操作系统的一种变种,在Linux下编写驱动程序的原理和思想完全类似于其他的Unix系统,但它dos或window环境下的驱动程序有很大的区别。在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,只能依赖kernel中的函数,有些常用的操作要自己来</description>
    <pubDate>2006-01-01</pubDate>
    <category>设备驱动</category>
    <author>Roy G</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title>Linux设备驱动编程之结构化设备驱动程序</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1101/493.html</link>
    <description>我们没有考虑设备驱动程序的结构组织问题。实际上，Linux设备驱动的开发者习惯于一套约定俗成的数据结构组织方法和程序框架</description>
    <pubDate>2006-10-31</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>Linux设备驱动编程之复杂设备驱动</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1101/492.html</link>
    <description>这里所说的复杂设备驱动涉及到PCI、USB、网络设备、块设备等（严格意义而言，这些设备在概念上并不并列</description>
    <pubDate>2006-11-01</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>深入浅出Linux设备驱动之并发控制</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/486.html</link>
    <description>在驱动程序中，当多个线程同时访问相同的资源时，可能会引发&quot;竞态&quot;，因此我们必须对共享资源进行并发控制</description>
    <pubDate>2006-10-20</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>深入浅出Linux设备驱动之字符设备驱动程序</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/485.html</link>
    <description>Linux下的设备驱动程序被组织为一组完成不同任务的函数的集合，通过这些函数使得Windows的设备操作犹如文件一般</description>
    <pubDate>2006-10-18</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极软件</comments>
</item>
<item>
    <title>深入浅出Linux设备驱动编程之内核模块</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/484.html</link>
    <description>Linux设备驱动属于内核的一部分，Linux内核的一个模块可以以两种方式被编译和加载</description>
    <pubDate>2006-10-17</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>深入浅出Linux设备驱动编程之引言</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/483.html</link>
    <description>基于读者对Linux设备驱动程序编写知识的需求和目前该类参考资料缺乏的现状，创作本系列文章</description>
    <pubDate>2006-10-16</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>Linux设备驱动编程之定时器</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/482.html</link>
    <description>Linux内核中定义了一个timer_list结构，我们在驱动程序中可以利用之</description>
    <pubDate>2006-10-26</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>Linux设备驱动编程之中断处理</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/481.html</link>
    <description>与Linux设备驱动中中断处理相关的首先是申请与释放IRQ的API request_irq()和free_irq()</description>
    <pubDate>2006-10-25</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>Linux设备驱动编程之异步通知</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/480.html</link>
    <description>结合阻塞与非阻塞访问、poll函数可以较好地解决设备的读写，但是如果有了异步通知就更方便了。</description>
    <pubDate>2006-10-24</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>Linux设备驱动编程之阻塞与非阻塞</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/479.html</link>
    <description>阻塞操作是指，在执行设备操作时，若不能获得资源，则进程挂起直到满足可操作的条件再进行操作。</description>
    <pubDate>2006-10-22</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极软件</comments>
</item>
<item>
    <title>Linux设备驱动编程之内存与I/O操作</title>
    <link>http://unixreference.net/articles/linux/driver/2006/1031/478.html</link>
    <description>对于提供了MMU（存储管理器，辅助操作系统进行内存管理，提供虚实地址转换等硬件支持）的处理器而言，Linux提供了复杂的存储管理系统</description>
    <pubDate>2006-10-27</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>ARM的嵌入式Linux移植体验之设备驱动</title>
    <link>http://unixreference.net/articles/linux/embedded/driver/2006/1030/474.html</link>
    <description>Linux下的设备驱动程序被组织为一组完成不同任务的函数的集合，通过这些函数使得Windows的设备操作犹如文件一般</description>
    <pubDate>2006-08-14</pubDate>
    <category>设备驱动</category>
    <author>宋宝华</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>如何编写Linux设备驱动程序</title>
    <link>http://unixreference.net/articles/linux/driver/2006/0808/403.html</link>
    <description>Linux是Unix操作系统的一种变种，在Linux下编写驱动程序的原理和思想完全类似于其他的Unix系统，但它与dos或window环境下的驱动程序有很大的区别。在Linux环境下设计驱动程序，思想简洁，操作方便，功能也很强大，但是支持函数少，只能依赖kernel中的函数，有些常用的操</description>
    <pubDate>2004-05-21</pubDate>
    <category>设备驱动</category>
    <author>未知</author>
    <comments>利索脚</comments>
</item>
<item>
    <title>摄像头（WebCam）在Linux操作系统中的驱动方法 (v0.1b)</title>
    <link>http://unixreference.net/articles/linux/driver/camera/2006/0802/402.html</link>
    <description>本文主要内容是摄像头（WebCam）在Linux操作系统中的驱动方法；本文是以源码码编译的方法来安装驱动程序的；虽然能把摄像驱动起来，但缺少好的视频聊天程序。看来只能一步一步的来了。希望就在眼前； 本文正在修正中.....请指点，谢谢～～</description>
    <pubDate>2006-08-02</pubDate>
    <category>Camera</category>
    <author>北南南北</author>
    <comments>LinuxSir.org</comments>
</item>
<item>
    <title>图解client driver in pcmcia subsystem</title>
    <link>http://unixreference.net/articles/linux/driver/pcmcia/2006/0731/398.html</link>
    <description>由于pcmcia subsystem 在2.6中的变化，不少同学反映驱动经常需要更新，而对于整个过程不是很了解的话，就有所吃力。 

在此把整个过程画出来，希望能够对想要写pcmcia client driver 的同学有所帮助。</description>
    <pubDate>2006-07-31</pubDate>
    <category>PCMCIA</category>
    <author>hatter</author>
    <comments>linuxforum.net</comments>
</item>
<item>
    <title>中星微芯片(301,302)USB 摄像头的linux驱动</title>
    <link>http://unixreference.net/articles/linux/driver/camera/2006/0731/397.html</link>
    <description>中星微芯片(301,302)USB 摄像头的linux驱动</description>
    <pubDate>2005-11-14</pubDate>
    <category>Camera</category>
    <author>linuxipy</author>
    <comments>BlackMagic Workshop</comments>
</item>
<item>
    <title>Linux的I2C驱动架构</title>
    <link>http://unixreference.net/articles/linux/driver/2006/0726/51.html</link>
    <description>最近因为工作需要涉及到了I2C总线。虽然我过去用过I2C，但看了 Linux kernel 后才发现，一个 layer 能被做到这样完善。</description>
    <pubDate>2006-04-29</pubDate>
    <category>设备驱动</category>
    <author>LoneStar</author>
    <comments>gnome-cn.org</comments>
</item>
<item>
    <title>在Linux中使用中星微301芯片的摄像头</title>
    <link>http://unixreference.net/articles/linux/driver/camera/2006/0726/50.html</link>
    <description>目前，这颗DSP在廉价型摄像头市场中以及占据了绝对统治地位。我在 5.1 节期间去商店调查了一番，抽了3个店铺，数10款不同品牌、外观的廉价摄像头，无一例外全部是使用这个芯片。一个市场领先的产品却长期无法在 Linux 下使用，这样的状况是不可接受的。</description>
    <pubDate>2005-05-06</pubDate>
    <category>Camera</category>
    <author>LoneStar</author>
    <comments>gnome-cn.org</comments>
</item>

</channel>
</rss>
