Bug 22572
Summary: | Linux 2.6.37-rc1 (acpi_video) | ||
---|---|---|---|
Product: | ACPI | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | Power-Video | Assignee: | acpi_power-video |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | maciej.rutecki, randy.dunlap, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.37-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 21782 | ||
Attachments: | patch: poulsbo sub driver selects INPUT |
Description
Maciej Rutecki
2010-11-09 20:45:19 UTC
Created attachment 36992 [details] patch: poulsbo sub driver selects INPUT Yes, we can fix it by the one-line patch attached. But IMO, the real problem is that poulsbo stub driver should not select ACPI video driver at all, because there is no dependency between these two drivers. References: http://marc.info/?l=linux-acpi&m=128874714517914&w=2 Yes, the build is fixed by the patch attachment above. Unfortunately, I was trying to build a kernel with CONFIG_INPUT disabled, and this STUB driver now makes that impossible, but I suppose that's a different problem. This one can be closed. Patch : https://bugzilla.kernel.org/attachment.cgi?id=36992 Handled-By : Zhang Rui <rui.zhang@intel.com> |