[meego-commits] 23491: Changes to MeeGo:1.2:oss:Testing/xorg-x11-meego-configs

Li Peng no_reply at build.meego.com
Tue Aug 2 03:28:47 UTC 2011


Hi,
I have made the following changes to xorg-x11-meego-configs in project MeeGo:1.2:oss:Testing. Please review and accept ASAP.

Thank You,
Li Peng

[This message was auto-generated]

---

Request #23491:

  submit:   devel:x11:handset:1.2/xorg-x11-meego-configs(r7) -> MeeGo:1.2:oss:Testing/xorg-x11-meego-configs


Message:
    ignore unused input device on mrst platform (BMC #21853), ignore-gyroscope.conf is merged into mrst-ignore.conf

State:   new          2011-08-01T20:28:37 pli1
Comment: None



changes files:
--------------
--- xorg-x11-meego-configs.changes
+++ xorg-x11-meego-configs.changes
@@ -0,0 +1,3 @@
+* Mon Jul 25 2011 Li Peng <peng.li at intel.com> - 1.1
+- ignore unused input device on mrst platform (BMC #21853)
+

old:
----
  ignore-gyroscope.conf

new:
----
  mrst-ignore.conf

spec files:
-----------
--- xorg-x11-meego-configs.spec
+++ xorg-x11-meego-configs.spec
@@ -7,7 +7,7 @@
 URL:        http://www.meego.com/
 Source0:    no-accel.conf
 Source1:    mrst-touchscreen.conf
-Source2:    ignore-gyroscope.conf
+Source2:    mrst-ignore.conf
 
 %description
 MeeGo specific X configuration snippets that go into
@@ -30,7 +30,7 @@
 %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
-%attr(0755,root,root) /etc/X11/xorg.conf.d/ignore-gyroscope.conf
+%attr(0755,root,root) /etc/X11/xorg.conf.d/mrst-ignore.conf
 
 
 

other changes:
--------------

++++++ mrst-ignore.conf (new)
--- mrst-ignore.conf
+++ mrst-ignore.conf
+Section "INPUTCLASS"
+        Identifier      "ignore duplicates" 
+	MatchDevicePath "/dev/input/mouse*"
+	Option		"Ignore" "TRUE"
+EndSection
+
+Section "INPUTCLASS"
+        Identifier      "ignore duplicates"
+	MatchDevicePath "/dev/input/js*"
+	Option		"Ignore" "TRUE"
+EndSection
+
+Section "INPUTCLASS"
+	Identifier	"ignore gyroscope in X"
+	MatchProduct	"MPU3050"
+	Option		"Ignore" "TRUE"
+EndSection
+
+Section "INPUTCLASS"
+	Identifier	"ignore mid audio jack in X"
+	MatchProduct	"Intel MAD Intel(R) MID Audio Jack"
+	Option		"Ignore" "TRUE"
+EndSection
+
+Section "INPUTCLASS"
+	Identifier	"ignore BMA023 Sensor in X"
+	MatchProduct	"BMA023 Sensor"
+	Option		"Ignore" "TRUE"
+EndSection
+
+Section "INPUTCLASS"
+	Identifier	"ignore gpio-keys in X"
+	MatchProduct	"gpio-keys"
+	Option		"Ignore" "TRUE"
+EndSection

++++++ deleted files:
--- ignore-gyroscope.conf



More information about the MeeGo-commits mailing list