Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197567
b: refs/heads/master
c: 7715348
h: refs/heads/master
i:
  197565: 974425b
  197563: 2f69d10
  197559: 25d61a2
  197551: a589431
  197535: bdf0d6a
  197503: b1632ee
v: v3
  • Loading branch information
Thomas Renninger authored and Matthew Garrett committed May 20, 2010
1 parent 3061961 commit a0807ba
Show file tree
Hide file tree
Showing 2 changed files with 7 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: fc3155b2c6419a442c6f8b34a3bf31f8efe0fe33
refs/heads/master: 7715348cbe28da80fd5372fd68748e852a9d8468
6 changes: 6 additions & 0 deletions trunk/drivers/platform/x86/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ static void acpi_wmi_notify(struct acpi_device *device, u32 event)
struct guid_block *block;
struct wmi_block *wblock;
struct list_head *p;
char guid_string[37];

list_for_each(p, &wmi_blocks.list) {
wblock = list_entry(p, struct wmi_block, list);
Expand All @@ -889,6 +890,11 @@ static void acpi_wmi_notify(struct acpi_device *device, u32 event)
(block->notify_id == event)) {
if (wblock->handler)
wblock->handler(event, wblock->handler_data);
if (debug_event) {
wmi_gtoa(wblock->gblock.guid, guid_string);
printk(KERN_INFO PREFIX "DEBUG Event GUID:"
" %s\n", guid_string);
}

acpi_bus_generate_netlink_event(
device->pnp.device_class, dev_name(&device->dev),
Expand Down

0 comments on commit a0807ba

Please sign in to comment.