Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1678793pxu; Sun, 6 Dec 2020 03:48:15 -0800 (PST) X-Google-Smtp-Source: ABdhPJxErUCtg8Dplzg6UOMbbc9fALnCR7ZT+4pEYzw063a6Dy7d5FL89h0EmpUU2/HZfwYojt/F X-Received: by 2002:a05:6402:b57:: with SMTP id bx23mr15350855edb.191.1607255294986; Sun, 06 Dec 2020 03:48:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607255294; cv=none; d=google.com; s=arc-20160816; b=Lao8HLk0JCaYjjOFsKXAxSRIyWddHdY8R5hNLzID/A4NvgEJAslQMPyDj+ODN0dlAu Qd9MC/F6aZOtE/eaf2GPTk7aI7qUwKcfElNrGgTg3hJs3ZyJXJl91gTWBOCHiKdSwGmT yHC3YpOzuBPjEKci+UuNmsGgpeyyGygDxL721eAR1NzDmCbuJTkrbFOtPvUsu4R88VtH +JF0jjP1lDly6uVjUNSzxfLxInelRzo0AmBt+DQ2wHVdcBP2DC1KppfzeWCPV6QRXSlR E+bW5g1gNNqpMNdem6mRQEjUt2qDtwQ2Lrv1emOD4v5HYZb8y47D7EYqwRbp8rqi6h1a YtrQ== 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=QhjkSJJ+LeKnv4D19IeWkGpsoyVPPbbgoQ0FRC2iaEQ=; b=tEa9n02oOacjWQFMArYPkJ4cIYuRjHZJIV2SIs6gHkzhOUy6O/yFX06MD2u+b7hEPA kUhdcsl5zzYzwlcCSZHpyVVD7YmtUBqs3Mp6OJ6tUl0V3ah9qCGMzNSECl6CDdKZhCLn d0kBfOvPewVQ/LARQEXm7Nq3CDUry++MmxwCTOr4T9dQB7tQrzMuJNUrdX4SoRc3teXh Cfe/814Z+Qyf96MNXVdECWL/VI/iTRha5AVBJdatS9jmlsU4IxImS2KPAeyCVynmX1iW LnxAgUGdP96g4qIkProkrYd0NsL2a2lDTH48wV4XNgtgUlQUY5qkKyMEFenZpfsgKffU /cnw== 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 j23si4871095eja.53.2020.12.06.03.47.51; Sun, 06 Dec 2020 03:48:14 -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 S1729267AbgLFLoA (ORCPT + 99 others); Sun, 6 Dec 2020 06:44:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:43316 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729247AbgLFLnz (ORCPT ); Sun, 6 Dec 2020 06:43:55 -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 5.4 37/39] Input: i8042 - add ByteSpeed touchpad to noloop table Date: Sun, 6 Dec 2020 12:17:41 +0100 Message-Id: <20201206111556.442034768@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201206111554.677764505@linuxfoundation.org> References: <20201206111554.677764505@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 @@ -219,6 +219,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"), + }, }, { } };