Egbert Eich <e...@freedesktop.org> writes:

> +PMClose
> +lnxACPIPoll(void)
> +{
> +    TimerSet(NULL, 0, 10000, lnxACPICheckTimer, NULL);

I'm betting this is supposed to be:

       acpiTimer = TimerSet(NULL, 0, 10000, lnxACPICheckTimer, NULL);

I'm also not understanding how this code is supposed to detect an acpid
failure and automatically reconnect; seems like that would take a check
in the ACPI event reading code? Did I just miss something?

-- 
keith.pack...@intel.com

Attachment: pgp5MiOSxY2Md.pgp
Description: PGP signature

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to