diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-20 19:12:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 19:12:06 +0000 |
commit | 8f83659fedd6d832dc4facacbe74056287ee3b77 (patch) | |
tree | 6f1dfdc9d5ca495fcd6d72ceb16110f89492932b /packages/tslib | |
parent | c76a260bce3bd666832aa4da3ee870b1d8b43f71 (diff) |
packages/tslib/tslib/: remove h2200 linearizer, courtesy Matthew Reimer
closes #336
Diffstat (limited to 'packages/tslib')
-rw-r--r-- | packages/tslib/tslib/h3900/tslib.sh | 10 | ||||
-rw-r--r-- | packages/tslib/tslib_cvs.bb | 6 |
2 files changed, 4 insertions, 12 deletions
diff --git a/packages/tslib/tslib/h3900/tslib.sh b/packages/tslib/tslib/h3900/tslib.sh index c885ccc9d2..be9448b1dc 100644 --- a/packages/tslib/tslib/h3900/tslib.sh +++ b/packages/tslib/tslib/h3900/tslib.sh @@ -11,15 +11,7 @@ case `uname -r` in ;; *) TSLIB_TSDEVICE=`detect-stylus --device` - case `module_id` in - "HP iPAQ H2200") - # h2200 needs special linearizing thing - TSLIB_CONFFILE=/usr/share/tslib/ts.conf-h2200 - ;; - *) - TSLIB_CONFFILE=/usr/share/tslib/ts.conf-h3600 - ;; - esac + TSLIB_CONFFILE=/usr/share/tslib/ts.conf-h3600 ;; esac diff --git a/packages/tslib/tslib_cvs.bb b/packages/tslib/tslib_cvs.bb index 5c52147e1c..9e6c4e26d3 100644 --- a/packages/tslib/tslib_cvs.bb +++ b/packages/tslib/tslib_cvs.bb @@ -1,7 +1,7 @@ SECTION = "base" DESCRIPTION = "tslib is a touchscreen access library." PV = "0.0cvs${CVSDATE}" -PR = "r31" +PR = "r32" SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" PACKAGE_ARCH_tslib-conf = "${MACHINE}" @@ -9,7 +9,7 @@ PACKAGE_ARCH_mnci = "${MACHINE}" SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ file://ts.conf \ - file://ts.conf-h3600 file://ts.conf-h3600-2.4 file://ts.conf-h2200 file://ts.conf-h6300 \ + file://ts.conf-h3600 file://ts.conf-h3600-2.4 file://ts.conf-h6300 \ file://ts.conf-corgi file://ts.conf-corgi-2.4 \ file://tslib.sh" SRC_URI_append_mnci += " file://devfs.patch;patch=1" @@ -42,7 +42,7 @@ do_install_append() { case ${MACHINE} in h3600 | h3900 | h1940 | h6300 | ipaq-pxa270) install -d ${D}${datadir}/tslib - for f in ts.conf-h3600 ts.conf-h3600-2.4 ts.conf-h2200 ts.conf-h6300; do + for f in ts.conf-h3600 ts.conf-h3600-2.4 ts.conf-h6300; do install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ done rm -f ${D}${sysconfdir}/ts.conf |