Michael Bommarito wrote:
> I'll try patching and building the kernel on another machine with those
> lines, then transferring source to the machine via Windows 7.
>
> Could you attach the full diff from DeviceVM in case it helps?
>
> At that point, I can reboot to Linux and run make install && make
> modules_install, edit grub, and reboot without frying the machine...
>
>   
I got some bad news on that; I just compared the two files and so much 
has changed since 2.6.20.11 that there's no way you can do a diff on 
that. It all comes down to inserting the four lines below in 
acpi_ec_gpe_query;

+       if (ACPI_SUCCESS(acpi_get_handle(ec->handle, object_name, &h_dummy)))
+               acpi_evaluate_object(ec->handle, object_name, NULL, NULL);
+       else
+               acpi_bus_generate_event(first_ec, value, 0);

instead of

- acpi_evaluate_object(ec->handle, object_name, NULL, NULL);

However, this function has changed quite a bit. Including parameters
it's passing (it no longer passes object_name it seems).

I'll upload the patch anyway. Good luck & keep us posted! :)

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to