aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nlplug-findfs.c')
-rw-r--r--nlplug-findfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nlplug-findfs.c b/nlplug-findfs.c
index 5bdb7b1..b11b7b8 100644
--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -805,9 +805,9 @@ static void *trigger_thread(void *data)
};
char path[PATH_MAX] = "/sys/bus";
- recurse_dir(path, &opts, 8);
+ recurse_dir(path, &opts, 64);
strcpy(path, "/sys/devices");
- recurse_dir(path, &opts, 8);
+ recurse_dir(path, &opts, 64);
write(fd, &ok, sizeof(ok));
return NULL;
}