--- apm.c.org Wed Mar 21 18:40:29 2001 +++ apm.c Wed Mar 21 16:12:33 2001 @@ -547,7 +547,7 @@ case APM_CRITICAL_SUSPEND: case APM_USER_SUSPEND: /* map all suspends to ACPI D3 */ - if (pm_send_all(PM_SUSPEND, (void *)3)) { + if (pm_send_all(PM_SUSPEND, (void *)2)) { if (event == APM_CRITICAL_SUSPEND) { printk(KERN_CRIT "apm: Critical suspend was vetoed, expect armageddon\n" ); return 0;