diff options
author | Rusty Lynch <rusty.lynch@intel.com> | 2013-09-30 10:53:25 -0700 |
---|---|---|
committer | Rusty Lynch <rusty.lynch@intel.com> | 2013-09-30 10:53:25 -0700 |
commit | fd7c0273a2a8eaa09acc33e2e7dee1eb2ba3e07d (patch) | |
tree | 6a0b9883a871c28c5fb7026b90e4d43232784078 | |
parent | 40c9a057ff60fa058c8b5ba650136f130fbae456 (diff) | |
download | weston-fd7c0273a2a8eaa09acc33e2e7dee1eb2ba3e07d.tar.gz weston-fd7c0273a2a8eaa09acc33e2e7dee1eb2ba3e07d.tar.bz2 weston-fd7c0273a2a8eaa09acc33e2e7dee1eb2ba3e07d.zip |
TIVI-1919: Associate the Giantec display with HDMI1
Change-Id: I301354c8dacdf661511d774f9a5aeecdfeb247b6
-rw-r--r-- | packaging/99-egalax.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/99-egalax.rules b/packaging/99-egalax.rules new file mode 100644 index 00000000..eec0615a --- /dev/null +++ b/packaging/99-egalax.rules @@ -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" |