[openfirmware] r1066 - dev/olpc/touchpad

svn at openfirmware.info svn at openfirmware.info
Wed Jan 7 10:07:30 CET 2009


Author: wmb
Date: 2009-01-07 10:07:30 +0100 (Wed, 07 Jan 2009)
New Revision: 1066

Modified:
   dev/olpc/touchpad/touchpad.fth
Log:
OLPC trac 9178 - fixed test-all crash when invoking pen-tablet function in touchpad test.




Modified: dev/olpc/touchpad/touchpad.fth
===================================================================
--- dev/olpc/touchpad/touchpad.fth	2009-01-05 06:58:57 UTC (rev 1065)
+++ dev/olpc/touchpad/touchpad.fth	2009-01-07 09:07:30 UTC (rev 1066)
@@ -99,7 +99,7 @@
    1 mode !
 ;
 : pt-only  ( -- )
-   mode @  swap 3 =  if  exit  then
+   mode @  3 =  if  exit  then
    alps-prefix mouse2:1    \ f2 f2 f2 e7
    2 mode !
 ;




More information about the openfirmware mailing list