From ee39d6d85cfcfa8e856c410c0ad4cd96e8fded55 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 17 Jan 2013 21:32:03 +0000 Subject: Import ACPICA 20130117. --- source/components/debugger/dbinput.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/components/debugger/dbinput.c') diff --git a/source/components/debugger/dbinput.c b/source/components/debugger/dbinput.c index 077ad7ebae8f1..b7ee073345a96 100644 --- a/source/components/debugger/dbinput.c +++ b/source/components/debugger/dbinput.c @@ -5,7 +5,7 @@ ******************************************************************************/ /* - * Copyright (C) 2000 - 2012, Intel Corp. + * Copyright (C) 2000 - 2013, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -210,7 +210,7 @@ static const ACPI_DB_COMMAND_INFO AcpiGbl_DbCommands[] = {"RESOURCES", 1}, {"RESULTS", 0}, {"SET", 3}, - {"SLEEP", 1}, + {"SLEEP", 0}, {"STATS", 1}, {"STOP", 0}, {"TABLES", 0}, @@ -274,7 +274,7 @@ static const ACPI_DB_COMMAND_HELP AcpiGbl_DbCommandHelp[] = {1, " References ", "Find all references to object at addr\n"}, {1, " Resources ", "Display Device resources (* = all devices)\n"}, {1, " Set N ", "Set value for named integer\n"}, - {1, " Sleep ", "Simulate sleep/wake sequence\n"}, + {1, " Sleep [SleepState]", "Simulate sleep/wake sequence(s) (0-5)\n"}, {1, " Template ", "Format/dump a Buffer/ResourceTemplate\n"}, {1, " Terminate", "Delete namespace and all internal objects\n"}, {1, " Type ", "Display object type\n"}, -- cgit v1.2.3