From: Marton Nemeth Date: Fri, 17 Nov 2006 06:06:54 +0000 (-0500) Subject: Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLE X-Git-Tag: v2.6.20-rc1~34^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c595fb12fa6c1fe382cc086fdade4acd93c643f;p=pandora-kernel.git Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLE In mousedev the BTN_LEFT and BTN_FORWARD were mapped to mouse button 0, causing that the user space program cannot distinguish between them through /dev/input/mice. All mice have BTN_LEFT, but not all have BTN_MIDDLE (e.g. Clevo D410J laptop). Mapping BTN_FORWARD to mouse button 2 makes the BTN_FORWARD button useful on this laptop. Signed-off-by: Marton Nemeth Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed