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:
0248bb5
)
tslib/tslib/smdk2440/tslib.sh : remove 2.4 stuff that gives away where I
author
Graeme Gregory
<dp@xora.org.uk>
Wed, 29 Nov 2006 10:53:02 +0000
(10:53 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Wed, 29 Nov 2006 10:53:02 +0000
(10:53 +0000)
stole the file from.
packages/tslib/tslib/smdk2440/tslib.sh
patch
|
blob
|
history
diff --git
a/packages/tslib/tslib/smdk2440/tslib.sh
b/packages/tslib/tslib/smdk2440/tslib.sh
index
0ff219b
..
586d5c7
100644
(file)
--- a/
packages/tslib/tslib/smdk2440/tslib.sh
+++ b/
packages/tslib/tslib/smdk2440/tslib.sh
@@
-3,11
+3,4
@@
TSLIB_TSDEVICE=/dev/input/touchscreen0
TSLIB_CONFFILE=/etc/ts.conf
-case `uname -r` in
-2.4*)
- TSLIB_TSDEVICE=/dev/ts
- TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi-2.4
- ;;
-esac
-
export TSLIB_TSDEVICE TSLIB_CONFFILE