Re: [PLUG] command line http authentication

2009-03-08 Thread Dnyanraj Mali
Hi, On Sun, Mar 8, 2009 at 1:30 AM, wrote: > > Date: Sat, 7 Mar 2009 20:15:22 +0530 > From: Mayuresh > Subject: [PLUG] command line http authentication > To: plug-mail@plug.org.in > Message-ID: <200903072015.22920.mayur...@acm.org> > Content-Type: text/plain; charset="us-ascii" > > My ISP use

[PLUG] Asynchronous Notification

2009-03-08 Thread paras
Hi all, I am working on linux kernel-2.6.20. I write one kernel module for GPIO. In my module, I am generating an interrupt when the status of GPIO pin (e.g GPIP 3) changes. its works properly. Then I am using Asynchronous Notification to get notification of interrupt in my user space process. For