Re: Problem accessing PS/2 mouse using input core

2007-08-24 Thread Isidor Zeuner
> I remember this problem from ages ago, when I added a 2.6.8 kernel to my > Sarge > installs. When booting with the 2.6.8 kernel there was no mouse pointer. I > had to modproble 2 modules, "mousedev" , and "psmouse" (without the double > quotes). One of them got the mouse pointer to appear, bu

Re: Problem accessing PS/2 mouse using input core

2007-08-23 Thread Nigel Henry
ard and PC > speaker, and the generic /dev/input/mice, which doesn't provide any > data of course). Loading the psmouse module or compiling PS/2 mouse > input core support into the kernel doesn't help. What else could I > look into to solve the problem? > > Many thanks in adv

Problem accessing PS/2 mouse using input core

2007-08-23 Thread Isidor Zeuner
Loading the psmouse module or compiling PS/2 mouse input core support into the kernel doesn't help. What else could I look into to solve the problem? Many thanks in advance, Isidor Zeuner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: input core

2004-12-12 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-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