本书是Linux设备驱动程序领域的权威著作。全书基于2.6内核,不仅透彻讲解了基本概念和技术,更深入探讨了其他书没有涵盖或辄止浅尝的许多重要主题和关键难点,如PCMCIA、I2C和USB等外部总线、视频、音频、无线连网和闪存等技术。在解释每一个技术时,均讲解了相关的内核源码文件,并给出了完整的开发实例。
本书适合中高级Linux 开发人员阅读。
时至今日,Linux操作系统以其跨平台、开源、支持众多应用软件和网络协议等优点,已经成为应用最广泛的开发平台。
在这部贴近实战、实例丰富的著作中,世界上经验最丰富的Linux驱动程序开发者之一系统全面地阐述了如何为各种设备开发可靠的驱动程序。在回顾了驱动开发的各种基础知识和最新的Linux 2.6内核相关特性之后,作者不仅讲述了其他设备驱动程序图书中都会涉及的较容易的内容,更迎难而上,深入探讨了驱动开发包括嵌入式Linux开发中必须面对的难点,比如PCMCIA、USB、I2C、视频、音频、闪存、无线通信等,揭示了许多内幕技术的秘密。对每种驱动程序,书中在剖析关键技术之外,还带你查看相关的内核源代码,提供完整的实例。
Chapter 1 Introduction
Evolution
The GNU Copyleft
Kemel.org
Mailing Lists and Forums
Linux Distributions
Looking at the Sources
Building the Kernel
Loadable Modules
Before Starting
Chapter 2 A Peek Inside the Kernel
Chapter 3 Kernel Facilities
Chapter 4 Laying the Groundwork
Chapter 5 Character Drivers
Chapter 6 Serial Drivers
Chapter 7 Input Drivers
Chapter 8 The Inter-Integrated Circuit Protocol
Chapter 9 PCMCIA and Compact Flash
Chapter 10 Peripheral Component Interconnect
Chapter 11 Universal Serial Bus
Chapter 12 Video Drivers
Chapter 13 Audio Drivers
Chapter 14 Block Drivers
Chapter 15 Network Interface Cards
Chapter 16 Linux Without Wires
Chapter 17 Memory Technology Devices
Chapter 18 Embedding Linux
Chapter 19 Drivers in User Space
Chapter 20 More Devices and Drivers
Chapter 21 Debugging Device Drivers
Chapter 22 Maintenance and Delivery
Chapter 23 Shutting Down
Appendix A Linux Assembly
Appendix B Linux and the BIOS
Appendix C Seq Files
Index