Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a7dc0d8 authored by Corentin Chary's avatar Corentin Chary Committed by Len Brown
Browse files

asus-laptop: use generic netlink interface



To be prepared for /proc/acpi/event removal we export events
also through generic netlink interface.

Signed-off-by: default avatarCorentin Chary <corentincj@iksaif.net>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 1021e211
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -738,7 +738,8 @@ static void asus_hotk_notify(acpi_handle handle, u32 event, void *data)
		lcd_blank(FB_BLANK_POWERDOWN);
		lcd_blank(FB_BLANK_POWERDOWN);
	}
	}


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


	return;
	return;