View | Details | Raw Unified | Return to bug 5703
Collapse All | Expand All

(-)usb.rc~ (-1 / +1 lines)
Lines 162-168 Link Here
162
    # is enabled on this system, initting a root hub will cause hotplug
162
    # is enabled on this system, initting a root hub will cause hotplug
163
    # events to fire for every device on the tree at that root.
163
    # events to fire for every device on the tree at that root.
164
    
164
    
165
    for i in `/usr/bin/pciscan -r -c 00c:03|sort -u`;do modprobe $i;done >/dev/null 2>&1
165
    for i in `/usr/bin/pciscan -r -c 00c:03 -k \`uname -ri\`|sort -u`;do modprobe $i;done >/dev/null 2>&1
166
    
166
    
167
    # ... add any non-PCI HCDS here.  Examples include the
167
    # ... add any non-PCI HCDS here.  Examples include the
168
    # CRIS usb-host, Philips ISP-1161, Symlogic 811HS, and so on.
168
    # CRIS usb-host, Philips ISP-1161, Symlogic 811HS, and so on.

Return to bug 5703