public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PS/2 mouse driver panics during boot - 2.6.8.1
@ 2004-08-30 11:50 Peter Horton
  2004-08-30 13:09 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Horton @ 2004-08-30 11:50 UTC (permalink / raw)
  To: linux-kernel

Every other time I boot my x86 box the kernel panics in
psmouse_interrupt() because ->protocol_handler is NULL. Looks like
psmouse_connect() runs before ->protocol_handler is set and generates an
interrupt from the mouse. The mouse driver is built in, and I'm not
passing it any parameters.

This is a Micro$oft Wireless Optical Mouse 2.0A.

The call stack is something like this

	psmouse_interrupt
	serio_interrupt
	i8042_interrupt
	handle_IRQ_event
	do_IRQ
	common_interrupt
	__do_softirq
	do_softirq
	do_IRQ
	common_interrupt
	i8042_command
	i8042_activate_port
	i8042_open
	i8042_interrupt
	serio_open
	psmouse_connect
	serio_find_dev
	serio_register_port
	i8042_port_register
	i8042_init
	serio_init

P.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PS/2 mouse driver panics during boot - 2.6.8.1
  2004-08-30 11:50 PS/2 mouse driver panics during boot - 2.6.8.1 Peter Horton
@ 2004-08-30 13:09 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2004-08-30 13:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: Peter Horton

On Monday 30 August 2004 06:50 am, Peter Horton wrote:
> Every other time I boot my x86 box the kernel panics in
> psmouse_interrupt() because ->protocol_handler is NULL. Looks like
> psmouse_connect() runs before ->protocol_handler is set and generates an
> interrupt from the mouse. The mouse driver is built in, and I'm not
> passing it any parameters.
> 

Hi, 

That should be fixed when Vojtech pushes next round of input updates
to Linus, in the meantime you can try disabling USB legacy emulation
in BIOS or try building psmouse modular and loading it after all USB
modules.
 
-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-30 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-30 11:50 PS/2 mouse driver panics during boot - 2.6.8.1 Peter Horton
2004-08-30 13:09 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox