Date: Thursday, August 4, 2011 @ 03:07:50
  Author: tpowa
Revision: 134474

remove usbhost option, not needed anymore

Modified:
  hwdetect/trunk/hwdetect

----------+
 hwdetect |    9 ---------
 1 file changed, 9 deletions(-)

Modified: hwdetect
===================================================================
--- hwdetect    2011-08-04 07:04:23 UTC (rev 134473)
+++ hwdetect    2011-08-04 07:07:50 UTC (rev 134474)
@@ -56,7 +56,6 @@
        echo "  For /etc/rc.conf use:"
        echo "    --net                  show network MODULES"
        echo "    --sound                show sound MODULES"
-       echo "    --usbhost              show usb hostcontroller MODULES"
        echo "    --modules              show all detected MODULES"
        echo "    --modules-not-loaded   show all detected MODULES but not 
actually loaded"
        echo "    --blacklist            activates blacklisting for net and 
sound"
@@ -540,14 +539,6 @@
                                done
                          fi
                         ;;
-               --usbhost)  USBHOST_EXPORTED="$(listmods xhci-hcd) $(listmods 
ehci-hcd) $(listmods uhci-hcd) $(listmods ohci-hcd)"
-                           MODULES_EXPORTED="$MODULES_EXPORTED 
$USBHOST_EXPORTED"
-                           BLACKLIST_UDEV=""
-                           for i in $USBHOST_EXPORTED; do
-                                   BLACKLIST_UDEV="$BLACKLIST_UDEV $i"
-                           done
-                           showlist2 "MODULES" \($MODULES_EXPORTED\) | sed -e 
's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
-                        ;;
                --modules) showlist2 "MODULES" \($(listmods modules/)\) | sed 
-e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
                         ;;
                --modules-not-loaded) showlist4 "MODULES" $(listmods modules/) 
| sed -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'

Reply via email to