Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144096
b: refs/heads/master
c: 5aa63f0
h: refs/heads/master
v: v3
  • Loading branch information
Almer S. Tigelaar authored and Len Brown committed Apr 24, 2009
1 parent f70baad commit bd26b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a83021a229016f93b4e532d9cef21b01be5a8bb7
refs/heads/master: 5aa63f038f042fd1acd6e720a95df72857db0bc7
1 change: 1 addition & 0 deletions trunk/drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@ static int acpi_ec_resume(struct acpi_device *device)
struct acpi_ec *ec = acpi_driver_data(device);
/* Enable use of GPE back */
clear_bit(EC_FLAGS_NO_GPE, &ec->flags);
set_bit(EC_FLAGS_GPE_MODE, &ec->flags);
acpi_enable_gpe(NULL, ec->gpe);
return 0;
}
Expand Down

0 comments on commit bd26b1d

Please sign in to comment.