git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ee1fb
)
tslib: tslib.sh for h4000 is standard-minimal one.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Fri, 29 Dec 2006 19:30:15 +0000
(19:30 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Fri, 29 Dec 2006 19:30:15 +0000
(19:30 +0000)
packages/tslib/tslib/h4000/tslib.sh
patch
|
blob
|
history
diff --git
a/packages/tslib/tslib/h4000/tslib.sh
b/packages/tslib/tslib/h4000/tslib.sh
index
6c480f4
..
f73e39c
100644
(file)
--- a/
packages/tslib/tslib/h4000/tslib.sh
+++ b/
packages/tslib/tslib/h4000/tslib.sh
@@
-1,14
+1,7
@@
#!/bin/sh
-TSLIB_TSDEVICE=
`detect-stylus --device`
+TSLIB_TSDEVICE=
/dev/input/touchscreen0
TSLIB_CONFFILE=/etc/ts.conf
-case `uname -r` in
-2.4*)
- TSLIB_TSDEVICE=/dev/touchscreen/0raw
- TSLIB_CONFFILE=/usr/share/tslib/ts.conf-h3600-2.4
- ;;
-esac
-
export TSLIB_TSDEVICE TSLIB_CONFFILE