Device driver using Linux

S

Thread Starter

Srini

I wish to know the best book for writing a device driver in Linux. ( I do not possess any previous knowledege of writing device drivers)
 
G

Greg Goodman

The standard work on the subject is "Linux Device Drivers", by Alessandro Rubini, from O'Reilly. It's excellent, and now in its second edition. http://www.oreilly.com/catalog/linuxdrive2/ Another good reference, though not specific to Linux, is "Writing a Unix Device Driver", by Egan and Teixeira, from Wiley.
 
Top