[meego-commits] 5898: Changes to Trunk:Handset/xorg-x11-meego-configs
Kaitlin Rupert
kaitlin.rupert at intel.com
Wed Jul 21 15:18:20 UTC 2010
Hi,
I have made the following changes to xorg-x11-meego-configs in project Trunk:Handset. Please review and accept ASAP.
Thank You,
Kaitlin Rupert
[This message was auto-generated]
---
Request #5898:
submit: devel:ux:handset/xorg-x11-meego-configs(r3) -> Trunk:Handset/xorg-x11-meego-configs
Message:
Update to include rules for the Moorestown touchscreen driver binding
State: new 2010-07-21T03:12:17 krupert
Comment: None
changes files:
--------------
--- xorg-x11-meego-configs.changes
+++ xorg-x11-meego-configs.changes
@@ -0,0 +1,3 @@
+* Tue Jul 20 2010 - Arjan van de Ven <arjan at linux.intel.com> - 1
+- Add rules for the Moorestown touchscreen driver binding
+
new:
----
mrst-touchscreen.conf
spec files:
-----------
--- xorg-x11-meego-configs.spec
+++ xorg-x11-meego-configs.spec
@@ -6,6 +6,7 @@
License: MIT
URL: http://www.meego.com/
Source0: no-accel.conf
+Source1: mrst-touchscreen.conf
%description
MeeGo specific X configuration snippets that go into
@@ -21,9 +22,12 @@
mkdir -p %{buildroot}/etc/X11/xorg.conf.d
cp %{SOURCE0} %{buildroot}/etc/X11/xorg.conf.d
+cp %{SOURCE1} %{buildroot}/etc/X11/xorg.conf.d
%files
%defattr(-,root,root,-)
%attr(0755,root,root) /etc/X11/xorg.conf.d/no-accel.conf
+%attr(0755,root,root) /etc/X11/xorg.conf.d/mrst-touchscreen.conf
+
other changes:
--------------
++++++ mrst-touchscreen.conf (new)
--- mrst-touchscreen.conf
+++ mrst-touchscreen.conf
+Section "InputClass"
+ Identifier "touchscreen"
+ Driver "evdev"
+ MatchProduct "mrst_touchscreen"
+ Option "MinX" "5"
+ Option "MaxX" "884"
+ Option "MinY" "18"
+ Option "MaxY" "464"
+ Option "SendCoreEvents" "On"
+ Option "TapTimer" "750" #Right-click timer
+ #Option "Calibrate"
+ Option "InvX" "0"
+ Option "InvY" "0"
+ Option "XY2YX" "0" #1 to intercahnge x and y
+
+ #MoveLimit - Threshold of clicking vs. dragging - if our X or Y coord moves >= MoveLimit,
+ #we go into dragging mode (unless we are already in Right-click mode due to a Rt-click timer elapsing)
+ #Option "MoveLimit" "30"
+EndSection
More information about the MeeGo-commits
mailing list