1
0
mirror of https://github.com/emersion/kanshi synced 2024-11-23 00:02:16 +01:00
This commit is contained in:
emersion 2017-08-05 20:33:42 +02:00
parent c63517922e
commit f50c9614ca
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -102,7 +102,7 @@ fn connector_type(name: &str) -> Option<String> {
let name = name.to_lowercase();
[
"VGA", "Unknown", "VDI", "Composite", "SVIDEO", "LVDS", "Component", "DIN", "DP", "HDMI",
"VGA", "Unknown", "DVI", "Composite", "SVIDEO", "LVDS", "Component", "DIN", "DP", "HDMI",
"TV", "eDP", "Virtual", "DSI",
]
.iter()