Login
From:
My embedded system development
(Uncensored)
subscribe
Linux device driver
https://myembeddeddev.blogspot.com/2010/02/linux-device-driver.html
links
backlinks
Roast topics
Find topics
Find it!
As we know, every device in a linux system is a file. A program read/write to a device through the file. How is this possible? It's made possible by device driver.