summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-01 22:23:43 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-01 22:23:43 +0000
commitaaa359c679693ca58fcde162529f65e15f97ca5e (patch)
tree1c3f391169710b1b25d8252a3409ab5c2afaa48b /loader2
parentc348a3fbe61816d788fa60efd0ba59ad8b8519d1 (diff)
usbfs and not usbdevfs now
Diffstat (limited to 'loader2')
-rw-r--r--loader2/usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/usb.c b/loader2/usb.c
index 8a2fec736..1b2a8f18c 100644
--- a/loader2/usb.c
+++ b/loader2/usb.c
@@ -96,9 +96,9 @@ int usbInitialize(moduleList modLoaded, moduleDeps modDeps,
if (FL_TESTING(flags)) return 0;
- if (doPwMount("/proc/bus/usb", "/proc/bus/usb", "usbdevfs", 0, 0,
+ if (doPwMount("/proc/bus/usb", "/proc/bus/usb", "usbfs", 0, 0,
NULL, NULL, 0, 0))
- logMessage("failed to mount device usbdevfs: %s", strerror(errno));
+ logMessage("failed to mount device usbfs: %s", strerror(errno));
/* sleep so we make sure usb devices get properly enumerated.
that way we should block when initializing each usb driver until