tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ACPI Issues on Lifebook P7120 (with fixes)
On Fri, Dec 05, 2008 at 05:38:06PM +0100, Gr?goire Sutre wrote:
> - a patch acpi.c.patch that comments the discarding of ACPI devices
> without HID. This patch is required for acpi_display.c, since
> otherwise the display adapter device would be discarded in
> autoconfiguration of ACPI devices.
OK, what this code is doing is essentially attach a device to the acpi
tree that really refers to a PCI device. Can we please get this to
attach as child of vga0 by checking for a device matching the PCI
address of vga0, that also provides _DOD and _DOS. This would prevent
accessing vga0 on resume before it has been reset.
Joerg
Home |
Main Index |
Thread Index |
Old Index