add touchscreen calibration file for Openmoko GTA02 "Freerunner"
authorMirko Vogt <mirko@openwrt.org>
Wed, 11 Feb 2009 01:19:26 +0000 (01:19 +0000)
committerMirko Vogt <mirko@openwrt.org>
Wed, 11 Feb 2009 01:19:26 +0000 (01:19 +0000)
SVN-Revision: 14472

Xorg/driver/xf86-input-tslib/Makefile
Xorg/driver/xf86-input-tslib/files/pointercal.om_gta02 [new file with mode: 0644]

index d7a8e4b3b7c646fe6baa438d448aff22dc607c13..598a772d2c0516ccac3993d85817b6a6ca061bfc 100644 (file)
@@ -21,6 +21,10 @@ PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
+ifeq ($(CONFIG_TARGET_s3c24xx),y)
+  TS_POINTERCAL=om_gta02
+endif
+
 define Package/xf86-input-tslib
   SECTION:=xorg-driver
   CATEGORY:=Xorg
@@ -31,10 +35,15 @@ define Package/xf86-input-tslib
 endef
 
 define Package/xf86-input-tslib/install
-       $(INSTALL_DIR) $(1)/usr/lib/xorg/modules/input
+       $(INSTALL_DIR) $(1)/usr/lib/xorg/modules/input $(1)/etc
        $(INSTALL_DATA) \
                $(PKG_INSTALL_DIR)/usr/lib/xorg/modules/input/tslib_drv.so \
                $(1)/usr/lib/xorg/modules/input/
+       $(if $(TS_POINTERCAL), \
+               $(INSTALL_DATA) \
+                       ./files/pointercal.$(TS_POINTERCAL) \
+                       $(1)/etc/pointercal \
+       )
 endef
 
 $(eval $(call BuildPackage,xf86-input-tslib))
diff --git a/Xorg/driver/xf86-input-tslib/files/pointercal.om_gta02 b/Xorg/driver/xf86-input-tslib/files/pointercal.om_gta02
new file mode 100644 (file)
index 0000000..841ec7f
Binary files /dev/null and b/Xorg/driver/xf86-input-tslib/files/pointercal.om_gta02 differ