ACPI: Don't print internal BIOS names of wakeup devices
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 3 Apr 2006 17:14:00 +0000 (13:14 -0400)
committerLen Brown <len.brown@intel.com>
Mon, 3 Apr 2006 20:06:47 +0000 (16:06 -0400)
Internal BIOS names like these should be exposed
to the user as little as possible:

ACPI wakeup devices: C069 C0CE C1D1 C0DE C1D4

Eventually, the "wakeup" property of a device should be exported via the
device tree, not by a printk of an internal BIOS name.  For the hard-core,
these are still available in /proc/acpi/wakeup_devices, just not
printed to dmesg.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found