diff options
author | Phil Blundell <philb@gnu.org> | 2005-06-28 10:36:01 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-06-28 10:36:01 +0000 |
commit | 08ff89e02291b53f7e4b470240e59c4b900ef68b (patch) | |
tree | e5676a6f485dcad896f90e6c032be5afe1dc9453 | |
parent | 831cec0e0dadc97320126e3d3e4a0082b379f971 (diff) |
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mill.internal.reciva.com:/nexus/home/pb/oe/oe
2005/06/28 11:22:54+01:00 reciva.com!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mill.internal.reciva.com:/nexus/home/pb/oe/oe
2005/06/28 11:19:03+01:00 reciva.com!pb
use detect-stylus on h1940
patch courtesy Arjan Schrijver
BKrev: 42c128114vZ2nSqYC1mjaM-tfpFLVg
-rw-r--r-- | packages/tslib/tslib/h1940/tslib.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/tslib/tslib/h1940/tslib.sh b/packages/tslib/tslib/h1940/tslib.sh index e69de29bb2..5e5e283962 100644 --- a/packages/tslib/tslib/h1940/tslib.sh +++ b/packages/tslib/tslib/h1940/tslib.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +TSLIB_TSDEVICE=`detect-stylus --device` +TSLIB_CONFFILE=/usr/share/tslib/ts.conf-h3600 +QWS_MOUSE_PROTO=TPanel + +export TSLIB_TSDEVICE TSLIB_CONFFILE QWS_MOUSE_PROTO + |