aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMattia Dongili <malattia@linux.it>2007-07-16 02:34:34 +0900
committerLen Brown <len.brown@intel.com>2007-07-22 00:34:58 -0400
commit8538c3686c895f9334a3c22997b51b5a82de7550 (patch)
treef96d4046ded0fc84749b3ee1ef144731c08cfc62 /drivers
parentsony-laptop: add new SNC handlers (diff)
downloadlinux-dev-8538c3686c895f9334a3c22997b51b5a82de7550.tar.xz
linux-dev-8538c3686c895f9334a3c22997b51b5a82de7550.zip
sony-laptop: map wireless switch events to KEY_WLAN
Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/sony-laptop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c
index 0f378fe44c1d..142d660b46c8 100644
--- a/drivers/misc/sony-laptop.c
+++ b/drivers/misc/sony-laptop.c
@@ -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 },
};