Results 1 to 3 of 3
Now days ,I am studying linux device driver . I now can write some simple
device driver .But I encounter some difficult when I study the new device model. The ...
- 01-05-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 5
How does the device driver work?
Now days ,I am studying linux device driver . I now can write some simple
device driver .But I encounter some difficult when I study the new device model. The new model introduces some concepts: device-driver ,device, class.I want to know what is the process after a new device is inserted into the running system.If the bus is registered and doesn't depend on the other things? Then if a device is inserted ,who is responsible for recognizing it and who will call it's register function .I will be very appreciated with your help.Good luck!
- 01-05-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,089
Welcome to the forums!
This looks like a homework question... is it?
You can check this online book for some tips and advice about your device driver questions.
Have fun with Linux...oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-06-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 5
Thanks for advice
Thank you for your advice .I have read some chapters of it .


Reply With Quote
