--- usb.rc~ 2004-12-08 14:07:14 +0300 +++ usb.rc 2004-12-15 01:43:29 +0300 @@ -162,7 +162,7 @@ # is enabled on this system, initting a root hub will cause hotplug # events to fire for every device on the tree at that root. - for i in `/usr/bin/pciscan -r -c 00c:03|sort -u`;do modprobe $i;done >/dev/null 2>&1 + for i in `/usr/bin/pciscan -r -c 00c:03 -k \`uname -ri\`|sort -u`;do modprobe $i;done >/dev/null 2>&1 # ... add any non-PCI HCDS here. Examples include the # CRIS usb-host, Philips ISP-1161, Symlogic 811HS, and so on.