]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: platform: cros-ec: Add Kulnex and Moxoe to the match table
authorKen Lin <kenlin5@quanta.corp-partner.google.com>
Thu, 2 Apr 2026 07:50:08 +0000 (15:50 +0800)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 5 May 2026 10:06:42 +0000 (12:06 +0200)
The Google Kulnex and Moxoe device uses the same approach as Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Ken Lin <kenlin5@quanta.corp-partner.google.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c

index 419b9a7abccebffbf4f1f22f84ef82a5f4be1e3b..4b3f9bff6067a49a7848de67f336cd12e702c915 100644 (file)
@@ -334,6 +334,10 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
        { "Google", "Dirks", "0000:00:02.0", port_ab_conns },
        /* Google Moxie */
        { "Google", "Moxie", "0000:00:02.0", port_b_conns },
+       /* Google Kulnex */
+       { "Google", "Kulnex", "0000:00:02.0", port_b_conns },
+       /* Google Moxoe */
+       { "Google", "Moxoe", "0000:00:02.0", port_b_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,