lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <SI2PR01MB38170C8A050C6541900EFE99AEF7A@SI2PR01MB3817.apcprd01.prod.exchangelabs.com>
Date:   Thu, 14 Sep 2023 10:32:26 +0800
From:   Ken Lin <ken_lin5@...mail.com>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     groeck@...omium.org, Benson Leung <bleung@...omium.org>,
        Hans Verkuil <hverkuil-cisco@...all.nl>,
        Kevin Chiu <kevin.chiu.17802@...il.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>,
        Rory Liu <hellojacky0226@...mail.com>,
        Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>,
        Zoey Wu <zoey_wu@...tron.corp-partner.google.com>,
        chrome-platform@...ts.linux.dev, linux-media@...r.kernel.org
Subject: [PATCH] media: platform: cros-ec: Add Taranza to the match table

The Google Taranza device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Ken Lin <ken_lin5@...mail.com>
---

 drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
index c17faf002877..a65da16c243d 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -231,6 +231,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
 	{ "Google", "Gladios", "0000:00:02.0", "Port B" },
 	/* Google Lisbon */
 	{ "Google", "Lisbon", "0000:00:02.0", "Port B" },
+	/* Google Taranza */
+	{ "Google", "Taranza", "0000:00:02.0", "Port D" },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ