diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-10-01 09:58:43 -0700 |
---|---|---|
committer | Rusty Lynch <rusty.lynch@intel.com> | 2013-10-03 14:39:27 -0700 |
commit | 7e1a739ad247e34ad3d730bdea76a64a9ce53a13 (patch) | |
tree | 3bf5f07c25939eb8616270f656d0389105523d41 | |
parent | fd7c0273a2a8eaa09acc33e2e7dee1eb2ba3e07d (diff) | |
download | weston-7e1a739ad247e34ad3d730bdea76a64a9ce53a13.tar.gz weston-7e1a739ad247e34ad3d730bdea76a64a9ce53a13.tar.bz2 weston-7e1a739ad247e34ad3d730bdea76a64a9ce53a13.zip |
TIVI-1919: Install udev rules file for all egalax displays.
Instead of creating a file for each new egalax based display,
create one udev file which as of this commit contains a rule
for the giantec and cheelong displays
Change-Id: I72f06c3658ad314e98acf253419adde892b5eb37
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | packaging/99-chelong-quirk.rules | 1 | ||||
-rw-r--r-- | packaging/weston.spec | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/packaging/99-chelong-quirk.rules b/packaging/99-chelong-quirk.rules deleted file mode 100644 index bc2e9fb0..00000000 --- a/packaging/99-chelong-quirk.rules +++ /dev/null @@ -1 +0,0 @@ -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.spec b/packaging/weston.spec index 5e6c868d..de1322b1 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -13,7 +13,7 @@ Url: http://weston.freedesktop.org/ Source0: %name-%version.tar.xz Source1: weston.service Source2: weston.target -Source3: 99-chelong-quirk.rules +Source3: 99-egalax.rules Source4: weston.sh Source5: terminal.xml Source6: browser.xml @@ -154,7 +154,7 @@ getent group weston-launch >/dev/null || %{_sbindir}/groupadd -o -r weston-launc %{_unitdir_user}/weston.service %{_unitdir_user}/weston.target %{_unitdir_user}/weston.target.wants/weston.service -%{_sysconfdir}/udev/rules.d/99-chelong-quirk.rules +%{_sysconfdir}/udev/rules.d/99-egalax.rules %{_sysconfdir}/profile.d/* %{_datadir}/packages/*.xml %{_datadir}/icons/default/small/*.png |