Started studying about device driver development in Linux. I came from an academic background. Started with Robert Love's book to know more about basics. Then started reading Linux Kernel Module Programming Guide by Ori Pomerantz. But feels the Device driver books bit difficult to understand. Looking for some nice Lectures/Books that explains the Linux Device Driver Development. A long list will help the readers here

link|improve this question

feedback

closed as not constructive by Will Sep 28 '11 at 10:24

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 3 down vote accepted

You could take a look at this excellent book - http://lwn.net/Kernel/LDD3/. I use it a lot and find it quite good and helpful. Hope it can do the same for you.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.