Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030337AbVKCEa5 (ORCPT ); Wed, 2 Nov 2005 23:30:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030321AbVKCEah (ORCPT ); Wed, 2 Nov 2005 23:30:37 -0500 Received: from smtp111.sbc.mail.re2.yahoo.com ([68.142.229.94]:18815 "HELO smtp111.sbc.mail.re2.yahoo.com") by vger.kernel.org with SMTP id S1030324AbVKCEac (ORCPT ); Wed, 2 Nov 2005 23:30:32 -0500 Message-Id: <20051103042818.730359000.dtor_core@ameritech.net> References: <20051103042121.394220000.dtor_core@ameritech.net> Date: Wed, 02 Nov 2005 23:21:27 -0500 From: Dmitry Torokhov To: Linus Torvalds Cc: LKML , Andrew Morton , Vojtech Pavlik Subject: [patch 6/7] logips2pp: add MX3100 signature Content-Disposition: inline; filename=logips2pp-add-mx3100.patch Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1169 Lines: 31 From: Mirco Macrelli Input: logips2pp - add support for MX3100 Signed-off-by: Andrew Morton Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/logips2pp.c | 3 +++ 1 files changed, 3 insertions(+) Index: work/drivers/input/mouse/logips2pp.c =================================================================== --- work.orig/drivers/input/mouse/logips2pp.c +++ work/drivers/input/mouse/logips2pp.c @@ -217,6 +217,9 @@ static struct ps2pp_info *get_model_info { 61, PS2PP_KIND_MX, /* MX700 */ PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | PS2PP_EXTRA_BTN | PS2PP_NAV_BTN }, + { 66, PS2PP_KIND_MX, /* MX3100 reciver */ + PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | + PS2PP_EXTRA_BTN | PS2PP_NAV_BTN | PS2PP_HWHEEL }, { 73, 0, PS2PP_SIDE_BTN }, { 75, PS2PP_KIND_WHEEL, PS2PP_WHEEL }, { 76, PS2PP_KIND_WHEEL, PS2PP_WHEEL }, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/