Bug 5274
Summary: | keyboard unresponsive after rebooting from 2.6.14-rc1 on SMP Opteron | ||
---|---|---|---|
Product: | Drivers | Reporter: | Brian Hall (hallbw) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | bunk, dmitry.torokhov, vojtech |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.14-rc1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 |
Description
Brian Hall
2005-09-17 09:57:16 UTC
Could you please try adding `usb-handoff' to the kernel boot command line? Adding `usb-handoff' to the kernel boot command line fixes the problem. I was able to make the problem go away and subsequently reappear by adding and removing this option. Note I can only reproduce the problem if I do heavy USB I/O (burn a DVD via usb), and then reboot back into 2.6.14-rc1. I suspect one of the USB improvements in 2.6.14-rc1 that allow me to successfully burn a DVD has a slight regression. BTW, the bug I've submitted for the USB DVD burning is # 4373 There's a bugfix to EHCI reset/init processing that was in MM for a while and is now in the 2.6.15 queue, though I'd have preferred to see it in 2.6.14 instead ... that resolves a difference between the "usb-handoff" processing and normal EHCI reset/init code. (Whoever created the "usb-handoff" code did the wrong thing by not making the two instances of that logic be identical ...) This should be fixed in 2.6.14, right? I removed "usb-handoff" from my grub boot line, and haven't had any keyboard problems after a reboot after burning to my external USB burner. The problem appears to be fixed. However, looking at the 2.6.14 changelog it is unclear to me if the fix mentioned by David Brownell is in there or not. Perhaps my issue was fixed by some of the other EHCI changes. Great, marking closed then. |