Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131075
b: refs/heads/master
c: 2a7dc0d
h: refs/heads/master
i:
  131073: b88f776
  131071: 5e1d553
v: v3
  • Loading branch information
Corentin Chary authored and Len Brown committed Jan 20, 2009
1 parent 518ab2b commit 14a1f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 1021e2119eb33a990a2b9ff1410805dd9bdf7997
refs/heads/master: 2a7dc0d8c60325e9bf820900bf919430e5a419ab
5 changes: 3 additions & 2 deletions trunk/drivers/platform/x86/asus-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,9 @@ static void asus_hotk_notify(acpi_handle handle, u32 event, void *data)
lcd_blank(FB_BLANK_POWERDOWN);
}

acpi_bus_generate_proc_event(hotk->device, event,
hotk->event_count[event % 128]++);
acpi_bus_generate_netlink_event(hotk->device->pnp.device_class,
dev_name(&hotk->device->dev), event,
hotk->event_count[event % 128]++);

return;
}
Expand Down

0 comments on commit 14a1f75

Please sign in to comment.