[meego-commits] 5879: Changes to devel:ux:handset/xorg-x11-meego-configs

Arjan van de Ven arjan at linux.intel.com
Tue Jul 20 21:28:59 UTC 2010


Hi,
I have made the following changes to xorg-x11-meego-configs in project devel:ux:handset. Please review and accept ASAP.

Thank You,
Arjan van de Ven

[This message was auto-generated]

---

Request #5879:

  submit:   home:arjan/xorg-x11-meego-configs(r2) -> devel:ux:handset/xorg-x11-meego-configs


Message:
    Add mrst touchscreen driver rules

State:   new          2010-07-20T09:23:02 arjan
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