Bug 16395
Summary: | Regression since commit 0b28bac5aef | ||
---|---|---|---|
Product: | Drivers | Reporter: | Larry Finger (Larry.Finger) |
Component: | Serial | Assignee: | Russell King (rmk) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | dmitry.torokhov, rjw, wl |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35-rc4, 2.6.35-rc5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16055 |
Description
Larry Finger
2010-07-14 23:53:11 UTC
Clarification: CONFIG_X86_MRST=y in .config. I tripped over the double negative. The same is true for my Dell Inspiron 6400 laptop; I can press the power button to initiate a clean shutdown (obviously, this key is not handled by the normal keyboard driver), but except this button no other input (including the mouse) works. First-Bad-Commit : 0b28bac5aef7bd1ab213723df031e61db9ff151a commit 0b28bac5aef7bd1ab213723df031e61db9ff151a Author: Randy Dunlap <randy.dunlap@oracle.com> Date: Thu Jun 17 22:31:17 2010 -0700 Input: fixup X86_MRST selects Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Jacob Pan <jacob.jun.pan@intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> A workaround is to disable Moorestown support. When you do this, CONFIG_SERIO_I8042 is once again selected and the box works. According to Dmitri, "HPA posted a patch series that should fix the problem". Should be fixed by series of commits ending with 5cdfa1c3bbabb809ef3134f741a63e13373a8cad Fix confirmed. |