Re: [PATCH] keyboard notifier documentation

2008-02-09 Thread Samuel Thibault
Randy Dunlap, le Sat 09 Feb 2008 07:38:59 -0800, a écrit : > Samuel Thibault wrote: > >Randy Dunlap, le Fri 08 Feb 2008 20:12:53 -0800, a écrit : > >>On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: > >>>+- 'vc' always provide the VC for which the keyboard event applies ; > >>>+- 'down' is

Re: [PATCH] keyboard notifier documentation

2008-02-09 Thread Randy Dunlap
Samuel Thibault wrote: Randy Dunlap, le Fri 08 Feb 2008 20:12:53 -0800, a écrit : On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: +- 'vc' always provide the VC for which the keyboard event applies ; +- 'down' is 1 for a key press event, 0 for a key release ; +- 'shift' is the current

Re: [PATCH] keyboard notifier documentation

2008-02-09 Thread Samuel Thibault
Randy Dunlap, le Fri 08 Feb 2008 20:12:53 -0800, a écrit : > On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: > > +- 'vc' always provide the VC for which the keyboard event applies ; > > +- 'down' is 1 for a key press event, 0 for a key release ; > > +- 'shift' is the current modifier

Re: [PATCH] keyboard notifier documentation

2008-02-09 Thread Samuel Thibault
Randy Dunlap, le Fri 08 Feb 2008 20:12:53 -0800, a écrit : On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: +- 'vc' always provide the VC for which the keyboard event applies ; +- 'down' is 1 for a key press event, 0 for a key release ; +- 'shift' is the current modifier state, mask

Re: [PATCH] keyboard notifier documentation

2008-02-09 Thread Randy Dunlap
Samuel Thibault wrote: Randy Dunlap, le Fri 08 Feb 2008 20:12:53 -0800, a écrit : On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: +- 'vc' always provide the VC for which the keyboard event applies ; +- 'down' is 1 for a key press event, 0 for a key release ; +- 'shift' is the current

Re: [PATCH] keyboard notifier documentation

2008-02-09 Thread Samuel Thibault
Randy Dunlap, le Sat 09 Feb 2008 07:38:59 -0800, a écrit : Samuel Thibault wrote: Randy Dunlap, le Fri 08 Feb 2008 20:12:53 -0800, a écrit : On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: +- 'vc' always provide the VC for which the keyboard event applies ; +- 'down' is 1 for a key

Re: [PATCH] keyboard notifier documentation

2008-02-08 Thread Randy Dunlap
On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: > Document the keyboard notifier. > > Signed-off-by: Samuel Thibault <[EMAIL PROTECTED]> > > --- /dev/null 2008-02-09 01:22:34.790011677 + > +++ linux/Documentation/input/notifier.txt2008-02-09 01:28:12.0 > + > @@

[PATCH] keyboard notifier documentation

2008-02-08 Thread Samuel Thibault
Document the keyboard notifier. Signed-off-by: Samuel Thibault <[EMAIL PROTECTED]> --- /dev/null 2008-02-09 01:22:34.790011677 + +++ linux/Documentation/input/notifier.txt 2008-02-09 01:28:12.0 + @@ -0,0 +1,52 @@ +Keyboard notifier + +One can use

Re: [PATCH] keyboard notifier documentation

2008-02-08 Thread Randy Dunlap
On Sat, 9 Feb 2008 01:33:22 + Samuel Thibault wrote: Document the keyboard notifier. Signed-off-by: Samuel Thibault [EMAIL PROTECTED] --- /dev/null 2008-02-09 01:22:34.790011677 + +++ linux/Documentation/input/notifier.txt2008-02-09 01:28:12.0 + @@ -0,0 +1,52 @@