Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030381AbVLOCrI (ORCPT ); Wed, 14 Dec 2005 21:47:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030363AbVLOCrI (ORCPT ); Wed, 14 Dec 2005 21:47:08 -0500 Received: from smtp106.sbc.mail.re2.yahoo.com ([68.142.229.99]:15990 "HELO smtp106.sbc.mail.re2.yahoo.com") by vger.kernel.org with SMTP id S1030381AbVLOCrH (ORCPT ); Wed, 14 Dec 2005 21:47:07 -0500 From: Dmitry Torokhov To: Linus Torvalds Subject: [PATCH] Input: ALPS - correctly report button presses on Fujitsu Siemens S6010 Date: Wed, 14 Dec 2005 21:47:00 -0500 User-Agent: KMail/1.8.3 Cc: Andrew Morton , LKML , Vojtech Pavlik MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512142147.01431.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1219 Lines: 29 From: Vojtech Pavlik Without this patch Forward and Backward buttons on the touchpad do not generate any events. Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/alps.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: work/drivers/input/mouse/alps.c =================================================================== --- work.orig/drivers/input/mouse/alps.c +++ work/drivers/input/mouse/alps.c @@ -42,7 +42,7 @@ static struct alps_model_info alps_model { { 0x53, 0x02, 0x14 }, 0xf8, 0xf8, 0 }, { { 0x63, 0x02, 0x0a }, 0xf8, 0xf8, 0 }, { { 0x63, 0x02, 0x14 }, 0xf8, 0xf8, 0 }, - { { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, 0 }, + { { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, ALPS_FW_BK_2 }, /* Fujitsu Siemens S6010 */ { { 0x63, 0x02, 0x3c }, 0x8f, 0x8f, ALPS_WHEEL }, /* Toshiba Satellite S2400-103 */ { { 0x63, 0x02, 0x50 }, 0xef, 0xef, ALPS_FW_BK_1 }, /* NEC Versa L320 */ { { 0x63, 0x02, 0x64 }, 0xf8, 0xf8, 0 }, - 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/