Results 1 to 2 of 2
I want the device driver to issue a signal to the user. The user should have a signal handler. The signal must be sent from device driver interrupt sub-routine. The ...
- 05-19-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 11
Kernel Device Driver signalling the User....
I want the device driver to issue a signal to the user. The user should have a signal handler. The signal must be sent from device driver interrupt sub-routine. The interrupt source in the kernel can be anything - basically any peripheral interrupt.
Can someone point me a link to get some sample code? I am not sure how to do the above.
- 05-19-2009 #2Debian GNU/Linux -- You know you want it.


Reply With Quote