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

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