[TIVI-2213] Moved IVI-specific udev rule out of weston package. 93/15293/1
authorOssama Othman <ossama.othman@intel.com>
Fri, 17 Jan 2014 19:06:30 +0000 (11:06 -0800)
committerOssama Othman <ossama.othman@intel.com>
Fri, 17 Jan 2014 19:06:30 +0000 (11:06 -0800)
Change-Id: I1a2a69e4438e7c42b2a067808bc1d9cf7346a1f4
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
ivi/99-egalax.rules [new file with mode: 0644]
packaging/udev-rules.spec

diff --git a/ivi/99-egalax.rules b/ivi/99-egalax.rules
new file mode 100644 (file)
index 0000000..eec0615
--- /dev/null
@@ -0,0 +1,5 @@
+# NOTE: by setting the WL_OUTPUT we are letting weston know which display to associate the touch device with
+ATTRS{idVendor}=="0eef", ATTRS{idProduct}=="7200", ENV{WL_OUTPUT}="HDMI1"
+
+# Entry for the Cheelong Display that for some bizare reason shows up as HDMI3
+ATTRS{idVendor}=="0eef", ATTRS{idProduct}=="0001", ENV{WL_OUTPUT}="HDMI3", ENV{WL_CALIBRATION}="-1.089157 -0.013428 1507.136841 -0.009325 1.232762 -63.534794"
index aa54f0c..343493e 100644 (file)
@@ -36,3 +36,4 @@ rm -rf %{buildroot}
 %attr(0644,root,root) %{udev_libdir}/rules.d/99-atkbd.rules
 %attr(0644,root,root) %{udev_libdir}/rules.d/99-neard.rules
 %attr(0644,root,root) %{udev_libdir}/rules.d/99-tty.rules
+%attr(0644,root,root) %{udev_libdir}/rules.d/99-egalax.rules
\ No newline at end of file