linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / acpi / sleep / wakeup.c
index af1dbab..85df0ce 100644 (file)
@@ -155,6 +155,7 @@ static int __init acpi_wakeup_device_init(void)
 
        if (acpi_disabled)
                return 0;
+       printk("ACPI wakeup devices: \n");
 
        spin_lock(&acpi_device_lock);
        list_for_each_safe(node, next, &acpi_wakeup_device_list) {
@@ -173,8 +174,10 @@ static int __init acpi_wakeup_device_init(void)
                        dev->wakeup.state.enabled = 1;
                        spin_lock(&acpi_device_lock);
                }
+               printk("%4s ", dev->pnp.bus_id);
        }
        spin_unlock(&acpi_device_lock);
+       printk("\n");
 
        return 0;
 }