aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-12 20:19:21 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:27 -0700
commiteb10f97f2816ae09f949060a2bb8c46b8c1788ed (patch)
tree694bc1a4312401399613847d0e1d530758524558 /udev.c
parentbb051f66571121e2c9c97422b65aa89a37ec8feb (diff)
downloadudev-eb10f97f2816ae09f949060a2bb8c46b8c1788ed.tar.gz
[PATCH] add udevtest program to build
Also fix up some other dependancy issues in the Makefile. Thanks to Olaf Hering <olh@suse.de> for pointing them out.
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.c b/udev.c
index 9f10cc21..ce6d6ce9 100644
--- a/udev.c
+++ b/udev.c
@@ -164,7 +164,7 @@ static int udev_hotplug(int argc, char **argv)
namedev_init();
if (strcmp(action, "add") == 0)
- retval = udev_add_device(devpath, subsystem);
+ retval = udev_add_device(devpath, subsystem, 0);
else if (strcmp(action, "remove") == 0)
retval = udev_remove_device(devpath, subsystem);