![]() |
linux device driver
i want to develop Linux device driver for usb?
so that from where i can start for it? will you please help me for that????? |
good book on computer architecture
good book on c the understanding linux kernel book linux device drivers book after reading and understanding the approx 4400 pages you should get a clearer picture |
i'll also add linux assembly programming language from prentice-hall to this list
|
Go load the Linux source-code for your distribution and look at the USB drivers that are already out there. You almost certainly will discover that the driver you are contemplating already exists. If not, you will certainly find several existing drivers that you can adapt to your purposes probably with very little modification.
USB devices are built by hardware engineers using well-known protocols and techniques, and it is inevitably going to be the case that, when they built their widget, they built drivers for it. |
| All times are GMT -5. The time now is 05:24 PM. |