[pkg-fso-commits] [SCM] Xglamo, the X server of the Openmoko FreeRunner (GTA02) branch, debian, updated. 64a0938f9efa3294103c9b93cfae09f2409ed2a0
Luca Capello
luca at pca.it
Sun Sep 28 13:00:15 UTC 2008
The following commit has been merged in the debian branch:
commit 64a0938f9efa3294103c9b93cfae09f2409ed2a0
Author: Luca Capello <luca at pca.it>
Date: Sun Sep 28 15:00:01 2008 +0200
debian/56-freerunner.rules: create /dev/ts
diff --git a/debian/56-freerunner.rules b/debian/56-freerunner.rules
new file mode 100644
index 0000000..8a7fdc8
--- /dev/null
+++ b/debian/56-freerunner.rules
@@ -0,0 +1,2 @@
+# Touchscreen for Xglamo
+SUBSYSTEM=="input", ATTRS{modalias}=="input:b0013vDEADpBEEFe0101-e0,1,3,k14A,ra0,1,18,mlsfw", SYMLINK+="ts"
diff --git a/debian/changelog b/debian/changelog
index 9db4949..2804f9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ xglamo (1.3.0.0+git20080807-2) UNRELEASED; urgency=low
* Move to team maintenance: Debian FreeSmartphone.Org Team
http://pkg-fso.alioth.debian.org
+ * debian/56-freerunner.rules:
+ + let udev create the /dev/ts character device, since by default
+ kdrive tslib expects that or /dev/touchscreen/0.
+
* debian/changelog:
- remove close statement from previous entry, thus avoid lintian
warning wrong-bug-number-in-closes.
@@ -24,6 +28,7 @@ xglamo (1.3.0.0+git20080807-2) UNRELEASED; urgency=low
+ adapt to quilt, using the debian/xsfbs/xsfbs.mk targets instead
of the usual quilt ones.
+ enable kdrive tslib.
+ + install debian/56-freerunner.rules as udev rule file.
--
diff --git a/debian/rules b/debian/rules
index 1118a76..f1d4882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,6 +111,7 @@ install: build
dh_installdirs
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+ dh_install debian/56-freerunner.rules /etc/udev/rules.d/
# stub to start building deb files, used by binary-indep and binary-arch
binary-initial:
--
Xglamo, the X server of the Openmoko FreeRunner (GTA02)
More information about the pkg-fso-commits
mailing list