aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/x86/eeepc-laptop.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c
index 66655d2b4ce9..4348d9909bb2 100644
--- a/drivers/platform/x86/eeepc-laptop.c
+++ b/drivers/platform/x86/eeepc-laptop.c
@@ -560,8 +560,9 @@ static void eeepc_hotk_notify(acpi_handle handle, u32 event, void *data)
560 return; 560 return;
561 if (event >= NOTIFY_BRN_MIN && event <= NOTIFY_BRN_MAX) 561 if (event >= NOTIFY_BRN_MIN && event <= NOTIFY_BRN_MAX)
562 notify_brn(); 562 notify_brn();
563 acpi_bus_generate_proc_event(ehotk->device, event, 563 acpi_bus_generate_netlink_event(ehotk->device->pnp.device_class,
564 ehotk->event_count[event % 128]++); 564 dev_name(&ehotk->device->dev), event,
565 ehotk->event_count[event % 128]++);
565 if (ehotk->inputdev) { 566 if (ehotk->inputdev) {
566 key = eepc_get_entry_by_scancode(event); 567 key = eepc_get_entry_by_scancode(event);
567 if (key) { 568 if (key) {