From: Ken Gilmer <ken@buglabs.net>
To: openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
Date: Thu, 06 May 2010 17:55:40 -0400 [thread overview]
Message-ID: <1273182940.4942.10.camel@T61> (raw)
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
index 0b976fe..746874f 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
@@ -26,4 +26,12 @@ EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default fbdev Screen 0"
+ InputDevice "bmi-lcd-ts" "CorePointer"
EndSection
+
+Section "InputDevice"
+ Identifier "bmi-lcd-ts"
+ Driver "tslib"
+ Option "SwapAxes" "1"
+ Option "Device" "/dev/input/touchscreen0"
+EndSection
next reply other threads:[~2010-05-06 22:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-06 21:55 Ken Gilmer [this message]
2010-05-07 10:05 ` [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device Stefan Schmidt
2010-05-12 10:53 ` Koen Kooi
2010-05-12 18:38 ` Stefan Schmidt
2010-05-13 7:58 ` Koen Kooi
2010-05-13 8:35 ` Stefan Schmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1273182940.4942.10.camel@T61 \
--to=ken@buglabs.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.