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>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250327103918.1.I704cb6f738208386a0d431d355169c6fdf0f51bc@changeid>
Date: Thu, 27 Mar 2025 10:39:21 +0800
From: Ken Lin <kenlin5@...nta.corp-partner.google.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Benson Leung <bleung@...omium.org>,
	groeck@...omium.org,
	Hans Verkuil <hverkuil@...all.nl>,
	Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
	Mauro Carvalho Chehab <mchehab@...nel.org>,
	Tzung-Bi Shih <tzungbi@...nel.org>,
	Uwe Kleine-König <u.kleine-koenig@...libre.com>,
	chrome-platform@...ts.linux.dev,
	linux-media@...r.kernel.org
Subject: [PATCH] UPSTREAM: media: platform: cros-ec: Add Moxie to the match table

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

           Hans Verkuil <hverkuil-cisco@...all.nl>,
           Mauro Carvalho Chehab <mchehab@...nel.org>,
           Reka Norman <rekanorman@...omium.org>,
           Stefan Adolfsson <sadolfsson@...omium.org>,

Signed-off-by: Ken Lin <kenlin5@...nta.corp-partner.google.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 12b73ea0f31d..1de5799a0579 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -329,6 +329,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
 	{ "Google", "Dexi", "0000:00:02.0", port_db_conns },
 	/* Google Dita */
 	{ "Google", "Dita", "0000:00:02.0", port_db_conns },
+	/* Google Moxie */
+	{ "Google", "Moxie", "0000:00:02.0", port_b_conns },
 };
 
 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