Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...