[openfirmware] [commit] r3440 - cpu/arm/olpc

repository service svn at openfirmware.info
Sat Nov 17 04:10:07 CET 2012


Author: quozl
Date: Sat Nov 17 04:10:07 2012
New Revision: 3440
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3440

Log:
OLPC XO-4 - touchscreen response timing estimation tweaks for 0.0.0.8

Modified:
   cpu/arm/olpc/nn-touchscreen.fth

Modified: cpu/arm/olpc/nn-touchscreen.fth
==============================================================================
--- cpu/arm/olpc/nn-touchscreen.fth	Sat Nov 17 00:23:04 2012	(r3439)
+++ cpu/arm/olpc/nn-touchscreen.fth	Sat Nov 17 04:10:07 2012	(r3440)
@@ -382,7 +382,7 @@
 
 : test-os-axis  ( axis -- )
    h# 21 h# 02 h# ee  4 bytes-out
-   h# 21 d# 30 anticipate
+   h# 21 d# 60 anticipate
    pbuf 2+ c@ h# 21 <> abort" response other than open short"
 
    pbuf d#  5 +                         ( addr )
@@ -442,7 +442,7 @@
 
 : test-fss-axis  ( axis -- )
    d# 64 swap h# 0f h# 03 h# ee  5 bytes-out
-   h# 0f d# 20 anticipate
+   h# 0f d# 60 anticipate
    pbuf 2+ c@ h# 0f <> abort" response other than fixed signal strength"
    8sp
    push-decimal
@@ -473,7 +473,7 @@
 
 : test-fss-axis-all  ( axis power -- )
    swap h# 0f h# 03 h# ee  5 bytes-out
-   h# 0f d# 20 anticipate
+   h# 0f d# 60 anticipate
    pbuf 2+ c@ h# 0f = if
       pbuf 4 + c@ 0  do   ( )
          pbuf 5 + i + c@



More information about the openfirmware mailing list