Skip to content

Essential Linux Device Drivers

Best in textbook rentals since 2012!

ISBN-10: 0132396556

ISBN-13: 9780132396554

Edition: 2008

Authors: Sreekrishnan Venkateswaran

List price: $54.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

"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…    
Customers also bought

Book details

List price: $54.99
Copyright year: 2008
Publisher: Prentice Hall PTR
Publication date: 3/27/2008
Binding: Hardcover
Pages: 752
Size: 7.25" wide x 9.75" long x 1.50" tall
Weight: 3.234
Language: English

Foreword
Preface
Acknowledgments
About the Author
Introduction
Evolution
The GNU Copyleft
Kernelorg
Mailing Lists and Forums
Linux Distributions
Looking at the Sources
Building the Kernel
Loadable Modules
Before Starting
A Peek Inside the Kernel
Booting Up
Kernel Mode and User Mode
Process Context and Interrupt Context
Kernel Timers
HZ and Jiffies
Long Delays
Short Delays
Pentium Time Stamp Counter
Real Time Clock
Concurrency in the Kernel
Spinlocks and Mutexes
Atomic Operators
Reader-Writer Locks
Debugging
Process Filesystem
Allocating Memory
Looking at the Sources
Kernel Facilities
Kernel Threads
Creating a Kernel Thread
Process States and Wait Queues
User Mode Helpers
Helper Interfaces
Linked Lists
Hash Lists
Work Queues
Notifier Chains
Completion Interface
Kthread Helpers
Error-Handling Aids
Looking at the Sources
Laying the Groundwork
Introducing Devices and Drivers
Interrupt Handling
Interrupt Context
Assigning IRQs
Device Example: Roller Wheel
Softirqs and Tasklets
The Linux Device Model
Udev
Sysfs, Kobjects, and Device Classes
Hotplug and Coldplug
Microcode Download
Module Autoload
Memory Barriers
Power Management
Looking at the Sources
Character Drivers
Char Driver Basics
Device Example: System CMOS
Driver Initialization
Open and Release
Exchanging Data
Seek
Control
Sensing Data Availability
Poll
Fasync
Talking to the Parallel Port
Device Example: Parallel Port LED Board
RTC Subsystem
Pseudo Char Drivers
Misc Drivers
Device Example: Watchdog Timer
Character Caveats
Looking at the Sources
6556_Bookindb i6556_ix 3/4/08 9:31:21 AM
Serial Drivers
Layered Architecture
UART Drivers
Device Example: Cell Phone
RS-485
TTY Drivers
Line Disciplines
Device Example: Touch Controller
Looking at the Sources
Input Drivers
Input Event Drivers
The Evdev Interface
Input Device Drivers
Serio
Keyboards
Mice
Touch Controllers
Accelerometers
Output Events
Debugging
Looking at the Sources
The Inter-Integrated Circuit Protocol
Whats I2C/SMBus?
I2C Core
Bus Transactions
Device Example: EEPROM
Initializing
Probing the Device
Checking Adapter Capabilities
Accessing the Device
More Methods
Device Example: Real Time Clock
I2C-dev
Hardware Monitoring Using LM-Sensors
The Serial Peripheral Interface Bus
The 1-Wire Bus
Debugging
Looking at the Sources
PCMCIA and Compact Flash
Whats PCMCIA/CF?
Linux-PCMCIA Subsystem
Host Controller Drivers
PCMCIA Core
Driver Services
Client Drivers
Data Structures
Device Example: PCMCIA Card
Tying the Pieces Together
PCMCIA Storage
Serial PCMCIA
Debugging
Looking at the Sources
Peripheral Comp