Results 1 to 3 of 3
Hi ,
I read some books for device drivers like "linux kernel module Programming Guide" by Peter jay Salzman and trield some examples and now i want to start writing ...
- 12-08-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 9
Device Driver Programming
Hi ,
I read some books for device drivers like "linux kernel module Programming Guide" by Peter jay Salzman and trield some examples and now i want to start writing for simple driver like USB detection only or any other one if the forum suggest me to if any other and Please help me how to start writng and if any sample code for this detection so that i can do some R&D on this,Please help me to learn.....
Regards
Reddy
- 12-09-2008 #2Just Joined!
- Join Date
- Nov 2008
- Posts
- 11
The 3rd edition of Linux Device Drivers (O'Reiley - Alessandro Rubini and Jonathan Corbet) includes a good section on USB devices and some sample code for the basics. I've only skimmed it so far.
What device are you hoping to write a driver for? Do you already know what data messages you need to send/receive to control this device?
- 12-11-2008 #3Just Joined!
- Join Date
- May 2008
- Posts
- 9
I am not sure about the data messages ,but i need Your help in starting this device driver of USb or any other if You can suggest me ,if there is any exsisting drivers i will remove and then start working on that,but i need help in "How to start"


Reply With Quote