From patchwork Sun Feb 19 13:16:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John L. Preston" X-Patchwork-Id: 9581603 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 74B9B6045A for ; Sun, 19 Feb 2017 13:25:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6B1B62870E for ; Sun, 19 Feb 2017 13:25:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5FF17287A3; Sun, 19 Feb 2017 13:25:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 724152872E for ; Sun, 19 Feb 2017 13:25:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751754AbdBSNZC (ORCPT ); Sun, 19 Feb 2017 08:25:02 -0500 Received: from mx1.riseup.net ([198.252.153.129]:56426 "EHLO mx1.riseup.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751950AbdBSNZB (ORCPT ); Sun, 19 Feb 2017 08:25:01 -0500 X-Greylist: delayed 457 seconds by postgrey-1.27 at vger.kernel.org; Sun, 19 Feb 2017 08:25:00 EST Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 3ECC61A1C0C; Sun, 19 Feb 2017 13:16:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1487510200; bh=VMW8UfGlaQ3YbzETTiBbmMIH5wVHZq6MIF5RWMCkSiA=; h=Date:From:To:Cc:Subject:From; b=rMX3nuGZKjpMzfTWLXaXtUjwRa06hh4Fa2tDYAfOSqN/+3XzJVMomu9lZZJeU0iPf /tTH9RtbJV/NYqMbm0LxYaUvm2CgTAh+nR1d8X9rrnCpwrr1ahsK55jAAmZyaIBiqI i8BnQNJ2qAA9nF51sZpI80YECne7B0LlTan8bAhQ= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: wcerfgba) with ESMTPSA id 092DC1C0061 Received: by localhost.localdomain (sSMTP sendmail emulation); Sun, 19 Feb 2017 13:16:34 +0000 Date: Sun, 19 Feb 2017 13:16:34 +0000 From: "John L. Preston" To: Pali =?iso-8859-1?Q?Roh=E1r?= , Dmitry Torokhov Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Add model data for Dell Precision 3510 trackpad. Message-ID: <20170219131634.GA7453@riseup.net> MIME-Version: 1.0 Content-Disposition: inline Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP --- drivers/input/mouse/alps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index 328edc8c8786..c0a4edefe54d 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -139,6 +139,7 @@ static const struct alps_model_info alps_model_data[] = { { { 0x52, 0x01, 0x14 }, 0x00, { ALPS_PROTO_V2, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, /* Toshiba Tecra A11-11L */ { { 0x73, 0x02, 0x64 }, 0x8a, { ALPS_PROTO_V4, 0x8f, 0x8f, 0 } }, + { { 0x73, 0x03, 0x28 }, 0x13, { ALPS_PROTO_V8, 0x18, 0x18, 0 } }, /* Dell Precision 3510 */ }; static const struct alps_protocol_info alps_v3_protocol_data = {