[arch-commits] Commit in hwdetect/trunk (hwdetect)

Tobias Powalowski tpowa at archlinux.org
Thu Aug 4 07:04:24 UTC 2011


    Date: Thursday, August 4, 2011 @ 03:04:23
  Author: tpowa
Revision: 134473

remove usbhost blacklisting, already included in modprobe.d

Modified:
  hwdetect/trunk/hwdetect

----------+
 hwdetect |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: hwdetect
===================================================================
--- hwdetect	2011-08-04 06:49:01 UTC (rev 134472)
+++ hwdetect	2011-08-04 07:04:23 UTC (rev 134473)
@@ -59,7 +59,7 @@
 	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,sound and usbhost"
+	echo "    --blacklist            activates blacklisting for net and sound"
 	echo ""
 	exit 1
 }
@@ -547,12 +547,6 @@
 				    BLACKLIST_UDEV="$BLACKLIST_UDEV $i"
 			    done
 			    showlist2 "MODULES" \($MODULES_EXPORTED\) | sed -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
-			    : >/tmp/blacklist_usbhost.conf
-			    if [ "$BLACKLIST" = "1" ]; then	
-				  for i in $BLACKLIST_UDEV; do
-			 		echo "blacklist $i" >> /tmp/blacklist_usbhost.conf
-				  done
-			    fi
 			 ;;
 		--modules) showlist2 "MODULES" \($(listmods modules/)\) | sed -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
 			 ;;




More information about the arch-commits mailing list