From f38ca9fd464ba277d8cf3ccc012057ca15064fb1 Mon Sep 17 00:00:00 2001 From: alemart <221477+alemart@users.noreply.github.com> Date: Sun, 11 Aug 2024 01:17:27 -0300 Subject: [PATCH] Expand comment --- src/linux/ljoynu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux/ljoynu.c b/src/linux/ljoynu.c index bfe8a09d1..834b3d0e3 100644 --- a/src/linux/ljoynu.c +++ b/src/linux/ljoynu.c @@ -558,7 +558,7 @@ static void ljoy_scan(bool configure) } char const *path = al_get_fs_entry_name(dev); /* In the second pass in /dev/input we don't filter anymore. - In the first pass, strlen(path) > strlen(suffix). */ + In the first pass, in /dev/input/by-path, strlen(path) > strlen(suffix). */ if (t == 1 || strcmp(suffix, path + strlen(path) - strlen(suffix)) == 0) { found = true; al_ustr_assign_cstr(device_name, path);