Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119352
b: refs/heads/master
c: 95a28ed
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Nov 27, 2008
1 parent 13e1c04 commit ceb34df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0081b162023690877e0096ef17a82ba1969befa8
refs/heads/master: 95a28ed08619cc70f31611886ac7b26ab0e462dc
2 changes: 1 addition & 1 deletion trunk/include/acpi/acpredef.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static const union acpi_predefined_info predefined_names[] = {

/* Acpi 1.0 defined _WAK with no return value. Later, it was changed to return a package */

{.info = {"_WAK", 1, ACPI_RTYPE_NONE | ACPI_RTYPE_PACKAGE}},
{.info = {"_WAK", 1, ACPI_RTYPE_NONE | ACPI_RTYPE_INTEGER | ACPI_RTYPE_PACKAGE}},
{.ret_info = {ACPI_PTYPE1_FIXED, ACPI_RTYPE_INTEGER, 2, 0, 0, 0}}, /* fixed (2 Int), but is optional */
{.ret_info = {0, 0, 0, 0, 0, 0}} /* Table terminator */
};
Expand Down

0 comments on commit ceb34df

Please sign in to comment.