Skip to content

Commit

Permalink
asus-laptop: use generic netlink interface
Browse files Browse the repository at this point in the history
To be prepared for /proc/acpi/event removal we export events
also through generic netlink interface.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Corentin Chary authored and Len Brown committed Jan 20, 2009
1 parent 1021e21 commit 2a7dc0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 2a7dc0d

Please sign in to comment.