diff options
Diffstat (limited to 'meta/packages/tslib/tslib/h4000/tslib.sh')
-rw-r--r-- | meta/packages/tslib/tslib/h4000/tslib.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/packages/tslib/tslib/h4000/tslib.sh b/meta/packages/tslib/tslib/h4000/tslib.sh deleted file mode 100644 index 6c480f46af..0000000000 --- a/meta/packages/tslib/tslib/h4000/tslib.sh +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | TSLIB_TSDEVICE=`detect-stylus --device` | ||
4 | TSLIB_CONFFILE=/etc/ts.conf | ||
5 | |||
6 | case `uname -r` in | ||
7 | 2.4*) | ||
8 | TSLIB_TSDEVICE=/dev/touchscreen/0raw | ||
9 | TSLIB_CONFFILE=/usr/share/tslib/ts.conf-h3600-2.4 | ||
10 | ;; | ||
11 | esac | ||
12 | |||
13 | export TSLIB_TSDEVICE TSLIB_CONFFILE | ||
14 | |||