From patchwork Tue Mar 9 18:56:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?VGhvbWFzIELDg8KkY2hsZXI=?= X-Patchwork-Id: 84383 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o29J6BSS013030 for ; Tue, 9 Mar 2010 19:06:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755728Ab0CITGK (ORCPT ); Tue, 9 Mar 2010 14:06:10 -0500 Received: from gerolde.archlinux.org ([66.211.214.132]:39554 "EHLO archlinux.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755359Ab0CITGJ (ORCPT ); Tue, 9 Mar 2010 14:06:09 -0500 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 09 Mar 2010 19:06:11 +0000 (UTC) X-Greylist: delayed 597 seconds by postgrey-1.27 at vger.kernel.org; Tue, 09 Mar 2010 14:06:09 EST Received: from localhost.localdomain (port-87-193-186-180.static.qsc.de [87.193.186.180]) by archlinux.org (Postfix) with ESMTPSA id 79BFD90059; Tue, 9 Mar 2010 13:56:07 -0500 (EST) From: =?UTF-8?q?Thomas=20B=C3=A4chler?= To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, =?UTF-8?q?Thomas=20B=C3=A4chler?= Subject: [PATCH] input: alps: Add support for the touchpad of the Toshiba Tecra A11-11L Date: Tue, 9 Mar 2010 19:56:07 +0100 Message-Id: <1268160967-21403-1-git-send-email-thomas@archlinux.org> X-Mailer: git-send-email 1.7.0.1 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index f93c2c0..f6dad83 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -63,6 +63,8 @@ static const struct alps_model_info alps_model_data[] = { { { 0x62, 0x02, 0x14 }, 0xcf, 0xcf, ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED }, { { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FOUR_BUTTONS }, /* Dell Vostro 1400 */ + { { 0x52, 0x01, 0x14 }, 0xff, 0xff, + ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED }, /* Toshiba Tecra A11-11L */ }; /*