[PATCH] Comments for additional keys for dell-wmi

From: Rafi Rubin
Date: Thu Apr 09 2009 - 08:26:53 EST


Commenting rotation events, in lieu of appropriate self commenting key names in input.h.

Signed-off-by: Rafi Rubin <rafi@xxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/