user space program from keyboard driver

From: Payasam Manohar (pmanohar_at_lantana.cs.iitm.ernet.in)
Date: 02/28/05

  • Next message: Evgeniy Polyakov: "Re: [Lse-tech] Re: A common layer for Accounting packages"
    Date:	Mon, 28 Feb 2005 21:24:52 +0530 (IST)
    To: linux-kernel@vger.kernel.org
    
    

    hai all,
        I am a newbie to kernel, I want to work on linux kernel modules.
    My task is to call a user program from keyboard driver under certain
    conditions. I know that we can call user program using
    call_usermodehelper(), but we can not call it direcly from driver as it is
    a interrupt context. So we need to call using schedule_work(). But I need
    more clarification on these points. How to call user program from the
    keyboard driver. Please give ur ideas for doing this.

    Any small help is appreciated.

    Please cc ur replies to my mail id.

       Thanks&Regards,

       P.Manohar,

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Evgeniy Polyakov: "Re: [Lse-tech] Re: A common layer for Accounting packages"

    Relevant Pages

    • Re: user space program from keyboard driver
      ... > I am a newbie to kernel, I want to work on linux kernel modules. ... > My task is to call a user program from keyboard driver under certain ... I know that we can call user program using ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: user space program from keyboard driver
      ... Thanks.My work is not writing keystroke logger, I know about it, but I ... >> I am a newbie to kernel, I want to work on linux kernel modules. ... >> My task is to call a user program from keyboard driver under certain ... I know that we can call user program using ...
      (Linux-Kernel)