Kaydet (Commit) 90e1baf4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We should compare an Intel version to 15.40.4.64, not 15.40.4.64.4256

That's what the code originally did, when the versions were hardcoded
in the C++ code. The 15.40.4.64.4256 is the "marketing" number for the
version that was suggested to use instead. The code can not handle
five-number versions anyway, and this blacklist entry was ignored. An
actual version as reported by the system always has four numbers, to
the best of my knowledge.

Change-Id: If7e2e91bbd81fc75d03eacb38580df16c6e09d78
üst b6616ac0
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<whitelist> <whitelist>
</whitelist> </whitelist>
<blacklist> <blacklist>
<entry os="all" vendor="intel" compare="less" version="15.40.4.64.4256"> <!-- 15.40.4.64.4256 --> <entry os="all" vendor="intel" compare="less" version="15.40.4.64"> <!-- 15.40.4.64.4256 -->
<device id="all"/> <device id="all"/>
</entry> </entry>
<entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 --> <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment