Essential Linux Device Drivers
β Scribed by Sreekrishnan Venkateswaran
- Publisher
- Prentice Hall
- Year
- 2008
- Tongue
- English
- Leaves
- 744
- Series
- Prentice Hall open source software development series
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
βProbably the most wide ranging and complete Linux device driver book Iβve read.β
--Alan Cox, Linux Guru and Key Kernel Developer
Β
βVery comprehensive and detailed, covering almost every single Linux device driver type.β
--Theodore Tsβo, First Linux Kernel Developer in North America and Chief Platform Strategist of the Linux Foundation
Β
The Most Practical Guide to Writing Linux Device Drivers
Linux now offers an exceptionally robust environment for driver development: with todayβs kernels, what once required years of development time can be accomplished in days. In this practical, example-driven book, one of the worldβs most experienced Linux driver developers systematically demonstrates how to develop reliable Linux drivers for virtually any device. Essential Linux Device Drivers is for any programmer with a working knowledge of operating systems and C, including programmers who have never written drivers before. Sreekrishnan Venkateswaran focuses on the essentials, bringing together all the concepts and techniques you need, while avoiding topics that only matter in highly specialized situations. Venkateswaran begins by reviewing the Linux 2.6 kernel capabilities that are most relevant to driver developers. He introduces simple device classes; then turns to serial buses such as I2C and SPI; external buses such as PCMCIA, PCI, and USB; video, audio, block, network, and wireless device drivers; user-space drivers; and drivers for embedded Linuxβone of todayβs fastest growing areas of Linux development. For each, Venkateswaran explains the technology, inspects relevant kernel source files, and walks through developing a complete example.
Β
β’ Addresses drivers discussed in no other book, including drivers for I2C, video, sound, PCMCIA, and different types of flash memory
β’ Demystifies essential kernel services and facilities, including kernel threads and helper interfaces
β’ Teaches polling, asynchronous notification, and I/O control
β’ Introduces the Inter-Integrated Circuit Protocol for embedded Linux drivers
β’ Covers multimedia device drivers using the Linux-Video subsystem and Linux-Audio framework
β’ Shows how Linux implements support for wireless technologies such as Bluetooth, Infrared, WiFi, and cellular networking
β’ Describes the entire driver development lifecycle, through debugging and maintenance
β’ Includes reference appendixes covering Linux assembly, BIOS calls, and Seq files
π SIMILAR VOLUMES
A unique resource that shows Linux kernel and Linux application programmers how to write bug-free code that's optimized for performance. This resource includes: debugging tools and techniques for the Linux kernel itself and Linux applications; performance tools and techniques that show how to superc
A unique resource that shows Linux kernel and Linux application programmers how to write bug-free code that's optimized for performance. This resource includes: debugging tools and techniques for the Linux kernel itself and Linux applications; performance tools and techniques that show how to superc
Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas of programming for the Linux operating system that calls for unique, Linux-specific knowledge. For y