From patchwork Thu May 26 08:55:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gamari X-Patchwork-Id: 9136839 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 53D87607D5 for ; Thu, 26 May 2016 08:56:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 49ABC281D4 for ; Thu, 26 May 2016 08:56:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3E9D6282BB; Thu, 26 May 2016 08:56:23 +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 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 C8172281D4 for ; Thu, 26 May 2016 08:56:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752270AbcEZI4W (ORCPT ); Thu, 26 May 2016 04:56:22 -0400 Received: from mail.smart-cactus.org ([54.187.36.80]:56255 "EHLO mail.smart-cactus.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751634AbcEZI4V (ORCPT ); Thu, 26 May 2016 04:56:21 -0400 Received: from localhost.localdomain (ec2-52-9-124-254.us-west-1.compute.amazonaws.com [52.9.124.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ben@smart-cactus.org) by mail.smart-cactus.org (Postfix) with ESMTPSA id 59D3C40513; Thu, 26 May 2016 08:39:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.smart-cactus.org; s=mail; t=1464251997; bh=JaE5hjdR/H/d/XHvULcVmYXIouMxTePC2OshDLQShF8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tjaEVZZYcE+haKSwXwy+//dfNNe/JasN89xb7MhVEQl373Gju+L/lCbLJbux7Yf0r IVngyBvDzD/p04zrvSagujhs1/zEbZ9i7+KBEF7Vk2JmvHT3ypeixir06PT7197I3G Woz9k6mDwH0bWoV+qnS8RpmOWKNsPWBzvhuj1dwY= From: Ben Gamari To: =?UTF-8?q?Pali=20Roh=C3=A1r?= , linux-input@vger.kernel.org Cc: Hans de Goede , Allen Hung , Masaki Ota , Ben Gamari Subject: [PATCH 3/3] input/alps: Add device description for Dell Latitude E7470 Date: Thu, 26 May 2016 10:55:14 +0200 Message-Id: <1464252914-11450-4-git-send-email-ben@smart-cactus.org> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1464252914-11450-1-git-send-email-ben@smart-cactus.org> References: <201605251801.45240@pali> <1464252914-11450-1-git-send-email-ben@smart-cactus.org> 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 10e6836..eb4bf31 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -143,6 +143,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 }, 0x00, { ALPS_PROTO_V8, 0x18, 0x18, ALPS_SS4_V2_ALT_DECODING | ALPS_DUALPOINT } }, /* Dell Latitude E7470 */ }; static const struct alps_protocol_info alps_v3_protocol_data = {