diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-30 19:21:01 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-30 19:21:01 +0000 |
commit | c8873ce2a047a9e64ecabe5b2eb60d2ad088f61b (patch) | |
tree | b5063576cde6f083fdab672a1bd0410988df4c8f /src/northbridge | |
parent | a8d11a20324fab65b07793ed4bb870c048a32e4d (diff) |
get rid of some more warnings..
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5516 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/via/vx800/vx800_lpc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/via/vx800/vx800_lpc.c b/src/northbridge/via/vx800/vx800_lpc.c index ce2d822946..4996e57c68 100644 --- a/src/northbridge/via/vx800/vx800_lpc.c +++ b/src/northbridge/via/vx800/vx800_lpc.c @@ -342,9 +342,11 @@ static void southbridge_init(struct device *dev) /* turn on keyboard and RTC, no need to visit this reg twice */ pc_keyboard_init(0); + printk(BIOS_DEBUG, "ps2 usb lid, you set who can wakeup system from s3 sleep\n"); S3_ps2_kb_ms_wakeup(dev); S3_usb_wakeup(dev); + S3_lid_wakeup(dev); /* enable acpi cpu c3 state. (c2 state need not do anything.) #1 |