http://bugzilla.kernel.org/show_bug.cgi?id=10285





------- Comment #5 from [EMAIL PROTECTED]  2008-03-20 13:53 -------
Reply-To: [EMAIL PROTECTED]

Hi!

> You mean "this revert of 4af8e10a6c57e7292862bd1703712f0565c7e429"
> 
> > diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
> > index 7222a18..caf873c 100644
> > --- a/drivers/acpi/ec.c
> > +++ b/drivers/acpi/ec.c
> > @@ -943,7 +943,11 @@ int __init acpi_ec_ecdt_probe(void)
> >                 boot_ec->command_addr = ecdt_ptr->control.address;
> >                 boot_ec->data_addr = ecdt_ptr->data.address;
> >                 boot_ec->gpe = ecdt_ptr->gpe;
> > -               boot_ec->handle = ACPI_ROOT_OBJECT;
> > +               if (ACPI_FAILURE(acpi_get_handle(NULL, ecdt_ptr->id,
> > +                               &boot_ec->handle))) {
> > +                       pr_info("Failed to locate handle for boot EC\n");
> > +                       boot_ec->handle = ACPI_ROOT_OBJECT;
> > +               }
> >         } else {
> >                 /* This workaround is needed only on some broken machines,
> >                  * which require early EC, but fail to provide ECDT */
> > 
> 
> But the patch which you're reverting is itself a revert of
> Alexey's 208c70a45624400fafd7511b96bc426bf01f8f5e.

I tried to seek to 

commit e760e716d47b48caf98da348368fd41b4a9b9e7e
tree 92d401fdbc618a4bdf4afe7ae5ee509e09dda0e6
parent b2e3e658b344c6bcfb8fb694100ab2f2b5b2edb0
parent 99109301d103fbf0de43fc5a580a406c12a501e0
author Linus Torvalds <[EMAIL PROTECTED]> Wed, 13
Feb 2008 16:23:44 -0800
committer Linus Torvalds <[EMAIL PROTECTED]> Wed, 13
Feb 2008 16:23:44 -0800

    Merge
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6

    *
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6

...which should before alexey's 208c7... and the X problem is there,
too.

                                                                        Pavel


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to