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

Commit 8538c368 authored by Mattia Dongili's avatar Mattia Dongili Committed by Len Brown
Browse files

sony-laptop: map wireless switch events to KEY_WLAN

parent 044847e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -177,6 +177,8 @@ static struct {
	{ SONYPI_EVENT_BACK_PRESSED, 		KEY_BACK },
	{ SONYPI_EVENT_HELP_PRESSED, 		KEY_HELP },
	{ SONYPI_EVENT_ZOOM_PRESSED, 		KEY_ZOOM },
	{ SONYPI_EVENT_WIRELESS_ON, 		KEY_WLAN },
	{ SONYPI_EVENT_WIRELESS_OFF, 		KEY_WLAN },
	{ SONYPI_EVENT_THUMBPHRASE_PRESSED, 	BTN_THUMB },
	{ 0, 0 },
};