Re: INPUT: keyboard_tasklet - don't touch LED's of already grabed device

2005-09-06 Thread Aivils Stoss
On Otrdiena, 6. Septembris 2005 14:57, Vojtech Pavlik wrote: > On Tue, Sep 06, 2005 at 04:52:28AM -0700, Hugo Vanwoerkom wrote: > > --- Aivils Stoss <[EMAIL PROTECTED]> wrote: > > > Hi, Vojtech! > > > > > > Recent kernels allow exclusive usage of input device > > > when > > > input device is grabed

Re: INPUT: keyboard_tasklet - don't touch LED's of already grabed device

2005-09-06 Thread Vojtech Pavlik
On Tue, Sep 06, 2005 at 04:52:28AM -0700, Hugo Vanwoerkom wrote: > > > --- Aivils Stoss <[EMAIL PROTECTED]> wrote: > > > Hi, Vojtech! > > > > Recent kernels allow exclusive usage of input device > > when > > input device is grabed. keyboard_tasklet does not > > check > > device state and switch

Re: INPUT: keyboard_tasklet - don't touch LED's of already grabed device

2005-09-06 Thread Hugo Vanwoerkom
--- Aivils Stoss <[EMAIL PROTECTED]> wrote: > Hi, Vojtech! > > Recent kernels allow exclusive usage of input device > when > input device is grabed. keyboard_tasklet does not > check > device state and switch LED's of all keyboards. > However > grabed device may be use another LED steering code

INPUT: keyboard_tasklet - don't touch LED's of already grabed device

2005-09-06 Thread Aivils Stoss
Hi, Vojtech! Recent kernels allow exclusive usage of input device when input device is grabed. keyboard_tasklet does not check device state and switch LED's of all keyboards. However grabed device may be use another LED steering code. This patch forbid keyboard_tasklet switch LED's of grabed devi