Search code examples
linuxlinux-kerneldevice-driverlinux-device-driver

Books/Tutorials/Video Lectures for Linux Device Driver Development Books


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


Solution

  • 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.