diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-05 13:38:46 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-05 13:38:46 +0100 |
commit | 9dc1187b1c9f3092e2c8a645391475a4dd2def15 (patch) | |
tree | 773899c4724450a2d9d130c0e65be13775829841 | |
parent | 135e279ca15c6050d4cedafcb0ea7623cd3a9550 (diff) | |
download | desktop-tools-9dc1187b1c9f3092e2c8a645391475a4dd2def15.tar.gz desktop-tools-9dc1187b1c9f3092e2c8a645391475a4dd2def15.tar.xz desktop-tools-9dc1187b1c9f3092e2c8a645391475a4dd2def15.zip |
input-switch: add a Thunderbolt magic constant
-rw-r--r-- | input-switch.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |