- logips2pp-fix-mx300-button-layout.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     logips2pp: Fix MX300 button layout

has been removed from the -mm tree.  Its filename is

     logips2pp-fix-mx300-button-layout.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: logips2pp: Fix MX300 button layout
From: Daniel Drake <dsd@xxxxxxxxxx>

Based on a patch from Castagnola Roberto <roberto.castagnola@xxxxxxxxx>

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.

[akpm@xxxxxxxx: build fix]
Signed-off-by: Daniel Drake <dsd@xxxxxxxxxx>
Cc: Dmitry Torokhov <dtor@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/input/mouse/logips2pp.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN drivers/input/mouse/logips2pp.c~logips2pp-fix-mx300-button-layout drivers/input/mouse/logips2pp.c
--- a/drivers/input/mouse/logips2pp.c~logips2pp-fix-mx300-button-layout
+++ a/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|PS2PP_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 },
_

Patches currently in -mm which might be from dsd@xxxxxxxxxx are

git-netdev-all.patch
pci-quirk_via_irq-behaviour-change.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux