From patchwork Sat Mar 27 17:51:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chase Douglas X-Patchwork-Id: 88710 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 o2RHpunj029469 for ; Sat, 27 Mar 2010 17:51:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753773Ab0C0Rv4 (ORCPT ); Sat, 27 Mar 2010 13:51:56 -0400 Received: from adelie.canonical.com ([91.189.90.139]:57713 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753636Ab0C0Rvz (ORCPT ); Sat, 27 Mar 2010 13:51:55 -0400 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NvaAs-00022g-De; Sat, 27 Mar 2010 17:51:54 +0000 Received: from cpe-75-180-27-10.columbus.res.rr.com ([75.180.27.10] helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1NvaAs-0003ID-5y; Sat, 27 Mar 2010 17:51:54 +0000 From: Chase Douglas To: linux-input@vger.kernel.org Cc: Dmitry Torokhov , Dmitry Torokhov Subject: [PATCH] input: ALPS - Add signature for HP Pavilion dm3 laptops Date: Sat, 27 Mar 2010 13:51:51 -0400 Message-Id: <1269712311-8041-1-git-send-email-chase.douglas@canonical.com> X-Mailer: git-send-email 1.7.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 27 Mar 2010 17:51:56 +0000 (UTC) diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index f93c2c0..432e3ef 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -63,6 +63,7 @@ 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 */ + { { 0x73, 0x02, 0x64 }, 0xf8, 0xf8, 0 }, /* HP Pavilion dm3 */ }; /*