Benjamin Herrenschmidt wrote:
From: Soeren Sonnenburg <[EMAIL PROTECTED]>
To: Linux Kernel <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Subject: oops on wake up using usb-keyb/mouse on powerbook
Date: Thu, 10 Jun 2004 08:06:20 +0200

Hi!

I get this oops when I use a usb keyboard to wakeup the powerbook.
Kernel is 2.6.7-rc2, usb keyboard is infect a ps2 keyboard attached via
a usb->ps2 adapter.

Any ideas ?
Soeren.

The most interesting parts precede this message. Why did the HC die? Stop that, and the rest should be fine.


kernel: ohci_hcd 0001:01:18.0: HC died; cleaning up
kernel: drivers/usb/input/hid-core.c: can't resubmit intr, 0001:01:18.0-1/input1, 
status -108
kernel: usb 1-1: USB disconnect, address 3
kernel: Badness in hcd_endpoint_disable at drivers/usb/core/hcd.c:1359

That's just a WARN_ON(strange):

        WARN_ON (!HCD_IS_RUNNING (hcd->state) && hcd->state != USB_STATE_HALT);

If the HC died, then it sure ought to be flagged as in HALT state.

kernel: Call trace:
kernel: [c0009c84] dump_stack+0x18/0x28
kernel: [c0006ed4] check_bug_trap+0xb4/0xf0
kernel: [c0007070] ProgramCheckException+0x160/0x190
kernel: [c0006514] ret_from_except_full+0x0/0x4c
kernel: [c02870b8] hcd_endpoint_disable+0x44/0x190
kernel: [c0288804] usb_disable_endpoint+0xa8/0xac
kernel: [c028897c] usb_disable_device+0x10c/0x128
kernel: [c028289c] usb_disconnect+0xac/0x110
kernel: [c0287400] hcd_panic+0x68/0x70
kernel: [c0030124] worker_thread+0x17c/0x21c
kernel: [c0033ff0] kthread+0xb8/0xc0
kernel: [c0009384] kernel_thread+0x44/0x60
kernel: Badness in hcd_endpoint_disable at drivers/usb/core/hcd.c:1359
kernel: ohci_hcd 0001:01:18.0: leak ed efb69040 (#2) state 0 (has tds)
[repeating several times]



------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to