Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp90041pxu; Thu, 10 Dec 2020 19:23:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJzwNGbBrq+1jxeoP7dPEPJzjzfYgXwGe1TbiqxPVmGeyhAuyZgTAt43eua6fxqtpQvj48CT X-Received: by 2002:a17:907:206a:: with SMTP id qp10mr9339012ejb.432.1607657004755; Thu, 10 Dec 2020 19:23:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607657004; cv=none; d=google.com; s=arc-20160816; b=RijAoW7IluvIQ4syV8PtKb+mPzV3bnCR+wGnWeEaGvkabcPR7OStA0Mny2vtWJQEMI kxB9aaRAmgHXopQI3glmkBHx3pyplMdXZHIpmpnmy4BMVBYh5hwt6/b6NMft7rBTbw7W 2qLNrH5MBszozR4O2yv8PRnD6F0INhXnJ2IvLQPzy8QadE6mFFRMCgP+KUWzI+Bicl77 wNdalDb0wskdgh3kh9Cr0arYJy3Bse2EImDQppZt2f4GoQ1O5GaUIT49SwWRGYgEru0d RMR+3CTBTYxf279YVjnoUPvCOQzX0eRMW5BOG9bjyKI+14h5hntOW5rgDZndEKBN8Z7A 1Eww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from; bh=0cYcr+HKYBN2mYDGojKsn4vCCQFeqAlvmleWEw6U4Mg=; b=TPRHM1lu4vXOXEW2q/vGYniLQxaql8dzFPe2TEqqIoT3yFzj0xeSckXuZx9v8Zj7i1 UHEZiwTigrdTvrPvvP0ViDL7jT3dJ+QMkWqm1PzkDdSvfgXSlassD2A4D9ThhVCIdsRJ zKbbc86LAa7N2MmLgXdpyFUKOIcQJ/cMN/pDWW0cvD0h0202P6VNxD2u92zp4DIFmpdF goWGU8bMgn3+kzsni11P3LeeuRstdJ08erq1DaZ+FyAlhe2SBLH7pcutHo7yz9IMCI8d mFywdlVWlni0f6/RQKTShNR2TIsLo91UdtjRdNLKUztcSq5xeEPNA67X1CD5X86zeWZT AWog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r22si3858554eji.295.2020.12.10.19.23.02; Thu, 10 Dec 2020 19:23:24 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390024AbgLJO15 (ORCPT + 99 others); Thu, 10 Dec 2020 09:27:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:36082 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731968AbgLJO10 (ORCPT ); Thu, 10 Dec 2020 09:27:26 -0500 From: Greg Kroah-Hartman Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Po-Hsu Lin , Dmitry Torokhov Subject: [PATCH 4.4 11/39] Input: i8042 - add ByteSpeed touchpad to noloop table Date: Thu, 10 Dec 2020 15:26:22 +0100 Message-Id: <20201210142601.448139649@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201210142600.887734129@linuxfoundation.org> References: <20201210142600.887734129@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Po-Hsu Lin commit a48491c65b513e5cdc3e7a886a4db915f848a5f5 upstream. It looks like the C15B laptop got another vendor: ByteSpeed LLC. Avoid AUX loopback on this touchpad as well, thus input subsystem will be able to recognize a Synaptics touchpad in the AUX port. BugLink: https://bugs.launchpad.net/bugs/1906128 Signed-off-by: Po-Hsu Lin Link: https://lore.kernel.org/r/20201201054723.5939-1-po-hsu.lin@canonical.com Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/serio/i8042-x86ia64io.h | 4 ++++ 1 file changed, 4 insertions(+) --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -223,6 +223,10 @@ static const struct dmi_system_id __init DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"), DMI_MATCH(DMI_PRODUCT_NAME, "C15B"), }, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ByteSpeed LLC"), + DMI_MATCH(DMI_PRODUCT_NAME, "ByteSpeed Laptop C15B"), + }, }, { } };