lkml.org 
[lkml]   [2002]   [Sep]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: APM & ACPI detect
Date
> 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/

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.039 / U:0.688 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site