I am expecting some work in near future related to capacitive screen devices, there we have to write the software for capacitive touch screen. Please guide me how to start for that , and also how to learn writing driver software for a hardware in general like a modem , usb etc

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I read a bunch of chapters from Linux Device Drivers some time ago. It's a good book licensed under Creative Common license that explains how to write different kinds of device drivers. I only used it to know about concurrency in the kernel, block and network drivers but you could find it interesting.

link|improve this answer
thnaks for the answer , please see if u can find something related to Capacitive screens – Prachur Sep 12 '11 at 14:20
You asked for some infos about device drivers in general, so I gave you this answer but I don't know anything about capacitive screens, I'm sorry. – Riccardo Sep 12 '11 at 14:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.