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]
Date: Tue,  6 Feb 2024 15:49:26 +0800
From: Kells Ping <kells.ping@...nta.corp-partner.google.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: groeck@...omium.org,
	Kells Ping <kells.ping@...nta.corp-partner.google.com>,
	Benson Leung <bleung@...omium.org>,
	Enric Balletbo i Serra <enric.balletbo@...labora.com>,
	Hans Verkuil <hverkuil-cisco@...all.nl>,
	Ken Lin <kenlin5@...nta.corp-partner.google.com>,
	Mauro Carvalho Chehab <mchehab@...nel.org>,
	Reka Norman <rekanorman@...omium.org>,
	Ricky Chang <rickytlchang@...omium.org>,
	Sam McNally <sammc@...omium.org>,
	Uwe Kleine-König <u.kleine-koenig@...gutronix.de>,
	linux-media@...r.kernel.org,
	"rasheed.hsueh" <rasheed.hsueh@...c.corp-partner.google.com>
Subject: [PATCH] media: platform: cros-ec: Add Dita to the match table

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

Signed-off-by: Kells Ping <kells.ping@...nta.corp-partner.google.com>
---

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

diff --git a/drivers/media/platform/cros-ec-cec/cros-ec-cec.c b/drivers/media/platform/cros-ec-cec/cros-ec-cec.c
index 488147b71338..9340d117314b 100644
--- a/drivers/media/platform/cros-ec-cec/cros-ec-cec.c
+++ b/drivers/media/platform/cros-ec-cec/cros-ec-cec.c
@@ -309,6 +309,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
 	{ "Google", "Taranza", "0000:00:02.0", port_db_conns },
 	/* Google Dexi */
 	{ "Google", "Dexi", "0000:00:02.0", port_db_conns },
+	/* Google Dita */↲
+	{ "Google", "Dita", "0000:00:02.0", port_db_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ