Re: input core

2004-12-13 Thread Matthew Wilcox
On Mon, Dec 13, 2004 at 04:17:17PM +0900, Horms wrote: > On Wed, Dec 08, 2004 at 06:29:34PM +, Matthew Wilcox wrote: > > On Wed, Dec 08, 2004 at 07:26:40PM +0100, Paul Akkermans wrote: > > > Hello everyone, > > > > HEY! RETARD!! This is the third time this week you've posted to > > debian-ke

Re: input core

2004-12-13 Thread Horms
On Wed, Dec 08, 2004 at 06:29:34PM +, Matthew Wilcox wrote: > On Wed, Dec 08, 2004 at 07:26:40PM +0100, Paul Akkermans wrote: > > Hello everyone, > > HEY! RETARD!! This is the third time this week you've posted to > debian-kernel. This is the third time I'm telling you to fuck off. > I was

Re: input core

2004-12-13 Thread Horms
On Tue, Dec 07, 2004 at 09:18:14PM +, Matthew Wilcox wrote: > On Tue, Dec 07, 2004 at 09:51:30PM +0100, Paul Akkermans wrote: > > Hi group, > > > > I have a compicated question. I am analysing the input core. My question is > > if it is so that the functions and p

Re: input core

2004-12-08 Thread Matthew Wilcox
On Wed, Dec 08, 2004 at 07:26:40PM +0100, Paul Akkermans wrote: > Hello everyone, HEY! RETARD!! This is the third time this week you've posted to debian-kernel. This is the third time I'm telling you to fuck off. I was polite before. But now you've made me angry. GO AWAY. -- "Next the state

input core

2004-12-08 Thread Paul Akkermans
Hello everyone,   I am trying to do some locking on the input layer because adding/removing devices while events are generated might lead into problems, and that's where adding locking will help. The trouble is that I am having trouble to precisely pinpoint where this locking should be added

Re: input core

2004-12-07 Thread Matthew Wilcox
On Tue, Dec 07, 2004 at 09:51:30PM +0100, Paul Akkermans wrote: > Hi group, > > I have a compicated question. I am analysing the input core. My question is > if it is so that the functions and procedures which are defined and exported > in input.c can be overridden in other modu

input core

2004-12-07 Thread Paul Akkermans
Hi group,   I have a compicated question. I am analysing the input core. My question is if it is so that the functions and procedures which are defined and exported in input.c can be overridden in other modules (other than input.c). I mean inheritance? Can somebody answer this specific