[PC-BSD Commits] r12734 - pcbsd/current/mfsroot-overlay/root/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Sat Sep 10 06:38:39 PDT 2011
Author: kris
Date: 2011-09-10 06:38:39 -0700 (Sat, 10 Sep 2011)
New Revision: 12734
Modified:
pcbsd/current/mfsroot-overlay/root/cardDetect/setuptouch.sh
Log:
Fixed syntax error on touch detection
Modified: pcbsd/current/mfsroot-overlay/root/cardDetect/setuptouch.sh
===================================================================
--- pcbsd/current/mfsroot-overlay/root/cardDetect/setuptouch.sh 2011-09-10 12:48:05 UTC (rev 12733)
+++ pcbsd/current/mfsroot-overlay/root/cardDetect/setuptouch.sh 2011-09-10 13:38:39 UTC (rev 12734)
@@ -11,7 +11,7 @@
do
touch=0
tcount=`usbhidctl -f $uh -r | \
- egrep 'Collection( type=Application)? page=(Generic_Desktop|Digitizer) | \
+ egrep 'Collection( type=Application)? page=(Generic_Desktop|Digitizer)' | \
grep -e 'usage=Mouse' \
-e 'usage=Digitizer' \
-e 'usage=Pen' \
More information about the Commits
mailing list