[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20060724230234.81751812912@zog.reactivated.net>
Date: Tue, 25 Jul 2006 00:02:34 +0100 (BST)
From: Daniel Drake <dsd@...too.org>
To: dmitry.torokhov@...il.com
Cc: roberto.castagnola@...il.com
Subject: [PATCH] logips2pp: Fix MX300 button layout
Based on a patch from Castagnola Roberto <roberto.castagnola@...il.com>
Firstly, the kernel lists that the device has an EXTRA_BTN - this is not true.
This is a simple wheel mouse with an additional task-switcher button.
Secondly, the task button is registered as the side button in hardware. This
patch allows that button to be used.
Signed-off-by: Daniel Drake <dsd@...too.org>
Index: linux/drivers/input/mouse/logips2pp.c
===================================================================
--- linux.orig/drivers/input/mouse/logips2pp.c
+++ linux/drivers/input/mouse/logips2pp.c
@@ -238,8 +238,7 @@ static struct ps2pp_info *get_model_info
{ 100, PS2PP_KIND_MX, /* MX510 */
PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
PS2PP_EXTRA_BTN | PS2PP_NAV_BTN },
- { 111, PS2PP_KIND_MX, /* MX300 */
- PS2PP_WHEEL | PS2PP_EXTRA_BTN | PS2PP_TASK_BTN },
+ { 111, PS2PP_KIND_MX, PS2PP_WHEEL | SIDE_BTN }, /* MX300 reports task button as side */
{ 112, PS2PP_KIND_MX, /* MX500 */
PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
PS2PP_EXTRA_BTN | PS2PP_NAV_BTN },
-
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