[meego-commits] 5902: Changes to Trunk:Handset/xorg-x11-meego-configs

Kaitlin Rupert kaitlin.rupert at intel.com
Wed Jul 21 17:12:30 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 #5902:

  submit:   devel:ux:handset/xorg-x11-meego-configs(r4) -> Trunk:Handset/xorg-x11-meego-configs


Message:
    Fix the touchscreen driver axis calibration
Add rules for the Moorestown touchscreen driver binding

State:   new          2010-07-21T05:06:28 krupert
Comment: None



changes files:
--------------
--- xorg-x11-meego-configs.changes
+++ xorg-x11-meego-configs.changes
@@ -0,0 +1,6 @@
+* Wed Jul 21 2010 - Arjan van de Ven <arjan at linux.intel.com> - 1
+- Fix the touchscreen driver axis calibration
+
+* 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          "SendCoreEvents" "On"
+	Option		"SwapAxes" "on"
+	Option		"InvertX" "on"
+	Option		"InvertY" "on"
+EndSection



More information about the MeeGo-commits mailing list