diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-29 15:44:38 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-29 15:44:38 +0000 |
commit | e41b8ef74998222758622b7ba4fdd94da4be57c3 (patch) | |
tree | 29d53b1f4b4b33dbcaf58b7f6074c4c003be5e2e /meta/packages | |
parent | 38658ea4bbc3efa891eb08491d0d5f1f5031c58d (diff) | |
download | poky-e41b8ef74998222758622b7ba4fdd94da4be57c3.tar.gz |
tslib: Remove some further unneeded files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1213 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/tslib/tslib/ipaq-pxa270/tslib.sh | 6 | ||||
-rw-r--r-- | meta/packages/tslib/tslib/ts.conf-corgi-2.4 | 5 | ||||
-rw-r--r-- | meta/packages/tslib/tslib/ts.conf-h3600-2.4 | 5 |
3 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/tslib/tslib/ipaq-pxa270/tslib.sh b/meta/packages/tslib/tslib/ipaq-pxa270/tslib.sh deleted file mode 100644 index 586d5c7deb..0000000000 --- a/meta/packages/tslib/tslib/ipaq-pxa270/tslib.sh +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | TSLIB_TSDEVICE=/dev/input/touchscreen0 | ||
4 | TSLIB_CONFFILE=/etc/ts.conf | ||
5 | |||
6 | export TSLIB_TSDEVICE TSLIB_CONFFILE | ||
diff --git a/meta/packages/tslib/tslib/ts.conf-corgi-2.4 b/meta/packages/tslib/tslib/ts.conf-corgi-2.4 deleted file mode 100644 index 07fbbea2a8..0000000000 --- a/meta/packages/tslib/tslib/ts.conf-corgi-2.4 +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | module_raw corgi | ||
2 | module pthres pmin=1 | ||
3 | module variance delta=30 | ||
4 | module dejitter delta=100 | ||
5 | module linear | ||
diff --git a/meta/packages/tslib/tslib/ts.conf-h3600-2.4 b/meta/packages/tslib/tslib/ts.conf-h3600-2.4 deleted file mode 100644 index 20729b6154..0000000000 --- a/meta/packages/tslib/tslib/ts.conf-h3600-2.4 +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | module_raw h3600 | ||
2 | module pthres pmin=1 | ||
3 | module variance delta=30 | ||
4 | module dejitter delta=100 | ||
5 | module linear | ||