diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:39:23 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:39:23 +0200 |
| commit | 262c292d2d4241301476dbbefffe0b1ff827f2b2 (patch) | |
| tree | 7f8eddcf6e47f23fce15179df9c46a1df9f7b0bd /scripts/bcm5974-diagnostics | |
| parent | 6e62e2ecb58e6a1982b22b4e9c948483ac70ba34 (diff) | |
| parent | aa2d0bf085f624ad24deb0357d4fe935225ccd18 (diff) | |
Merge branch 'master' into detour
Diffstat (limited to 'scripts/bcm5974-diagnostics')
| -rwxr-xr-x | scripts/bcm5974-diagnostics | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/bcm5974-diagnostics b/scripts/bcm5974-diagnostics index 0322158..acd0bf4 100755 --- a/scripts/bcm5974-diagnostics +++ b/scripts/bcm5974-diagnostics | |||
| @@ -131,22 +131,13 @@ if [ -f $DEVPATH ]; then | |||
| 131 | echo \* $DEVPATH: module is registered | 131 | echo \* $DEVPATH: module is registered |
| 132 | else | 132 | else |
| 133 | echo \* $DEVPATH: module is NOT registered | 133 | echo \* $DEVPATH: module is NOT registered |
| 134 | echo No help on this one... | 134 | echo "Please double-check the quirks settings in $DRIVMOD" |
| 135 | exit 1 | 135 | exit 1 |
| 136 | fi | 136 | fi |
| 137 | else | 137 | else |
| 138 | echo \* $DEVPATH: does not exist, ignore | 138 | echo \* $DEVPATH: does not exist, ignore |
| 139 | fi | 139 | fi |
| 140 | 140 | ||
| 141 | # Was the $DRIVER properly initialized? | ||
| 142 | WELLSPRING=`dmesg|grep $DRIVER|grep Wellspring` | ||
| 143 | if [ "$WELLSPRING" != "" ]; then | ||
| 144 | echo \* $DRIVER: Wellspring was initialized | ||
| 145 | else | ||
| 146 | echo \* $DRIVER: Wellspring was NOT initialized | ||
| 147 | exit 1 | ||
| 148 | fi | ||
| 149 | |||
| 150 | # Do we have synaptics working properly? | 141 | # Do we have synaptics working properly? |
| 151 | typeset -i SYNLINES=`synclient -l|wc -l` | 142 | typeset -i SYNLINES=`synclient -l|wc -l` |
| 152 | if [ $SYNLINES -gt 10 ]; then | 143 | if [ $SYNLINES -gt 10 ]; then |
