--- ./etc/hotplug/usb.rc.orig 2002-08-13 14:59:32.000000000 -0700 +++ ./etc/hotplug/usb.rc 2003-03-08 00:29:18.000000000 -0800 @@ -115,8 +115,7 @@ if grep -q "[ ]/proc/bus/usb[ ]" /etc/fstab ; then mount /proc/bus/usb else - # NOTE: name is changing to "usbfs" from "usbdevfs" - mount -t usbdevfs usbdevfs /proc/bus/usb + mount -t usbfs usbfs /proc/bus/usb fi fi fi