summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--udev/udevd.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index ac9b738e60..6a475365be 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
o get rid of braindead "scan all devices to find myself" libusb interface
if it can not be fixed, drop libusb entirely
- o enumerate: sort control* after pcm*
- o add tests for kernel provided DEVNAME logic
o convert firmware.sh to C
o symlink names to udevadm will no longer be resolved to old command names
diff --git a/udev/udevd.c b/udev/udevd.c
index 4024460d4b..54064cbfcf 100644
--- a/udev/udevd.c
+++ b/udev/udevd.c
@@ -776,7 +776,7 @@ static void startup_log(struct udev *udev)
if (f != NULL)
fprintf(f, "<3>%s\n", depr_str);
err(udev, "%s\n", depr_str);
- sleep(3);
+ sleep(15);
}
if (f != NULL)