[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49DDE69B.6050504@seas.upenn.edu>
Date: Thu, 09 Apr 2009 08:14:19 -0400
From: Rafi Rubin <rafi@...s.upenn.edu>
To: Éric Piel <eric.piel@...mplin-utc.net>
CC: Matthew Garrett <mjg@...hat.com>, mjg59@...f.ucam.org,
Len Brown <len.brown@...el.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] Comments for additional keys for dell-wmi
Commenting rotation events, in lieu of appropriate self commenting key names in input.h.
Signed-off-by: Rafi Rubin <rafi@...s.upenn.edu>
---
drivers/platform/x86/dell-wmi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/x86/dell-wmi.c b/drivers/platform/x86/dell-wmi.c
index b76ef49..2d4f718 100644
--- a/drivers/platform/x86/dell-wmi.c
+++ b/drivers/platform/x86/dell-wmi.c
@@ -50,8 +50,8 @@ enum { KE_KEY, KE_SW, KE_END };
static struct key_entry dell_wmi_keymap[] = {
{KE_KEY, 0xe045, KEY_PROG1},
- {KE_KEY, 0xe046, KEY_PROG2},
- {KE_KEY, 0xe047, KEY_PROG3},
+ {KE_KEY, 0xe046, KEY_PROG2}, /* Going to tablet mode */
+ {KE_KEY, 0xe047, KEY_PROG3}, /* Coming from tablet mode */
{KE_END, 0}
};
--
1.6.2.1
`
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists