From 5bf3dece8af80656f0ab23421c720451e4157ad2 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 8 Oct 2008 23:26:39 +0200 Subject: bcm5974 (0.56) unstable; urgency=low * Leave device initialization to hid; use mode-switch only * Mode switch moved to atp_open and simplified * Corrected cleanup action in atp_open * Simplified control package detection * Removed reset_resume, pre_reset, post_reset; not needed -- Henrik Rydberg Fri, 18 Jul 2008 02:42:52 +0200 --- scripts/bcm5974-diagnostics | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts/bcm5974-diagnostics') diff --git a/scripts/bcm5974-diagnostics b/scripts/bcm5974-diagnostics index bacc02e..acd0bf4 100755 --- a/scripts/bcm5974-diagnostics +++ b/scripts/bcm5974-diagnostics @@ -138,15 +138,6 @@ else echo \* $DEVPATH: does not exist, ignore fi -# Was the $DRIVER properly initialized? -WELLSPRING=`dmesg|grep $DRIVER|grep Wellspring` -if [ "$WELLSPRING" != "" ]; then - echo \* $DRIVER: Wellspring was initialized -else - echo \* $DRIVER: Wellspring was NOT initialized - exit 1 -fi - # Do we have synaptics working properly? typeset -i SYNLINES=`synclient -l|wc -l` if [ $SYNLINES -gt 10 ]; then -- cgit v1.2.3