From f5d8df0b44bb2363157b876c72bdbc9855b11cca Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sat, 19 Oct 2013 09:38:58 +0200 Subject: [PATCH] More intel-driver signatures --- htdocs/lib/CrashReport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/CrashReport.php b/htdocs/lib/CrashReport.php index 0b8e3d2..480565c 100644 --- a/htdocs/lib/CrashReport.php +++ b/htdocs/lib/CrashReport.php @@ -294,7 +294,7 @@ class CrashReport } else if (preg_match("/(atiogl|fglrx)/i", $f->module)) { $f->module = "ati-driver"; - } else if (preg_match("/ig.*icd/i", $f->module)) + } else if (preg_match("/ig.*(icd|dev)/i", $f->module)) { $f->module = "intel-driver"; }