RE: APM & ACPI detect

From: Grover, Andrew (andrew.grover@intel.com)
Date: Thu Sep 12 2002 - 10:16:05 EST


> From: Soos Peter [mailto:sp@osb.hu]
> Are there any "official way" to detect that APM or ACPI is active?
>
> With APM I try it and it works:
>
> #ifdef CONFIG_APM
> #include <linux/apm_bios.h>
> #endif
>
> ...
>
> #ifdef CONFIG_APM
> if (apm_info.disabled >= 0) {
> printk(KERN_NOTICE "Real APM support is present.\n");
> }
> #endif
>
> Are there any similar for ACPI?

Well there's pm_active, which is 1 if either is on. Is this really what you
want?

Regards -- Andy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:29 EST