This commit is contained in:
dec05eba
2024-09-22 19:58:54 +02:00
parent 77364b7734
commit 5863fda414
2 changed files with 2 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ static bool connector_get_property_by_name(int drmfd, drmModeConnectorPtr props,
return false;
}
/* TODO: Support more connector types*/
/* TODO: Support more connector types */
static int get_connector_type_by_name(const char *name) {
int len = strlen(name);
if(len >= 5 && strncmp(name, "HDMI-", 5) == 0)