From 9dc1187b1c9f3092e2c8a645391475a4dd2def15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 5 Nov 2021 13:38:46 +0100 Subject: input-switch: add a Thunderbolt magic constant --- input-switch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input-switch.c b/input-switch.c index abf81d9..bba0abe 100644 --- a/input-switch.c +++ b/input-switch.c @@ -116,6 +116,7 @@ g_inputs[] = { 0x10, "dp", 2, }, // DisplayPort 2 { 0x11, "hdmi", 1, }, // Digital Video (TMDS) 3 HDMI 1 { 0x12, "hdmi", 2, }, // Digital Video (TMDS) 4 HDMI 2 + { 0x15, "tb", 1, }, // Thunderbolt on BenQ PD3220U (no spec) }; int -- cgit v1.2.3