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

Commit 560e84ac authored by Almer S. Tigelaar's avatar Almer S. Tigelaar Committed by Len Brown
Browse files

sony-laptop: SNC 127 Initialization Fix



Fixes additional special key initialization for SNC 127 key events.
Verified / tested on a Sony VAIO SR model.

Signed-off-by: default avatarAlmer S. Tigelaar <almer@gnome.org>
Signed-off-by: default avatarMattia Dongili <malattia@linux.it>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 226fced3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1003,6 +1003,7 @@ static int sony_nc_function_setup(struct acpi_device *device)
	sony_call_snc_handle(0x0100, 0, &result);
	sony_call_snc_handle(0x0101, 0, &result);
	sony_call_snc_handle(0x0102, 0x100, &result);
	sony_call_snc_handle(0x0127, 0, &result);

	return 0;
}