diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-06-22 02:11:59 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-06-22 02:11:59 +0200 |
commit | c9b8dbfb652a10d2f1c1b122a3806c21cab87ab4 (patch) | |
tree | b5becd9919e10fc73f5b7bc3701ae54bf689aeb2 /udev_sysfs.h | |
parent | 972d318a3123b00d0ed6b78bbcf70a0965841a8e (diff) |
fix the fix and change the file to wait for to the "bus" link
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udev_sysfs.h')
-rw-r--r-- | udev_sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_sysfs.h b/udev_sysfs.h index 77c0e6a8ef..8078f62d82 100644 --- a/udev_sysfs.h +++ b/udev_sysfs.h @@ -24,7 +24,7 @@ #include "libsysfs/sysfs/libsysfs.h" -#define WAIT_MAX_SECONDS 5 +#define WAIT_MAX_SECONDS 3 #define WAIT_LOOP_PER_SECOND 20 extern dev_t get_devt(struct sysfs_class_device *class_dev); |