diff options
author | Quanxian Wang <quanxian.wang@intel.com> | 2013-09-23 13:19:56 +0800 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-09-25 10:06:11 -0700 |
commit | 40c9a057ff60fa058c8b5ba650136f130fbae456 (patch) | |
tree | ac2a511e8d5c6e9343f55cd610d965fea3004c6f | |
parent | fdba91cf7be277b4ee04e13212746ddca85712fd (diff) | |
download | weston-40c9a057ff60fa058c8b5ba650136f130fbae456.tar.gz weston-40c9a057ff60fa058c8b5ba650136f130fbae456.tar.bz2 weston-40c9a057ff60fa058c8b5ba650136f130fbae456.zip |
Adding calibration values and bind HDMI output with touch screen of chelong monitorsubmit/tizen/20130925.171104accepted/tizen/20130925.220757accepted/tizen/20130925.175616accepted/tizen/20130925.173305
Bug Fix TIVI-1090
https://bugs.tizen.org/jira/browse/TIVI-1090
Change-Id: Iec5d06bfb953afcf7f3c7ca6be5c2a12dac4d62e
-rw-r--r-- | packaging/99-chelong-quirk.rules | 2 | ||||
-rw-r--r-- | packaging/weston.changes | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packaging/99-chelong-quirk.rules b/packaging/99-chelong-quirk.rules index f49872b1..bc2e9fb0 100644 --- a/packaging/99-chelong-quirk.rules +++ b/packaging/99-chelong-quirk.rules @@ -1 +1 @@ -ATTRS{idVendor}=="0eef", ATTRS{idProduct}=="0001", ENV{WL_QUIRK_SWAP_XAXIS}="yes", ENV{WL_CALIBRATION}="1.082211 0.009764 -34.880516 -0.019346 1.154713 -38.660500" +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" diff --git a/packaging/weston.changes b/packaging/weston.changes index 37b58ba4..88b65d07 100644 --- a/packaging/weston.changes +++ b/packaging/weston.changes @@ -1,3 +1,6 @@ +* Wed Sep 25 2013 Ossama Othman <ossama.othman@intel.com> accepted/tizen/20130925.103624@58d1a75 +- Adding calibration values and bind HDMI output with touch screen of chelong monitor + * Mon Sep 23 2013 Ossama Othman <ossama.othman@intel.com> accepted/tizen/20130918.214754@10eaa44 - TIVI-1726: Not add output->x/y when caculating the absolute value of touch postion. - We have the calibrator for touch and delete touch quirk |