From 265a900bf4e2e670b87c54bd2a9c1de65c94062b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 3 Apr 2009 19:23:42 +0200 Subject: remove | chars that are too much from regexp --- atasmart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atasmart.c b/atasmart.c index 3068fa9..bee47b1 100644 --- a/atasmart.c +++ b/atasmart.c @@ -1070,7 +1070,7 @@ static const SkSmartQuirkDatabase quirk_database[] = { { "Maxtor 6Y((060|080|120|160)L0|(060|080|120|160|200|250)P0|(060|080|120|160|200|250)M0)|" "Maxtor 7Y250[PM]0|" "Maxtor [45]A(25|30|32)0[JN]0|" - "Maxtor 7L(25|30)0[SR]0|" + "Maxtor 7L(25|30)0[SR]0" ")$", NULL, SK_SMART_QUIRK_9_POWERONMINUTES @@ -1083,7 +1083,7 @@ static const SkSmartQuirkDatabase quirk_database[] = { { "HITACHI_DK23..-..B?|" "HITACHI_DK23FA-20J|HTA422020F9AT[JN]0|" "HE[JN]4230[23]0F9AT00|" - "HTC4260[23]0G5CE00|HTC4260[56]0G8CE00|" + "HTC4260[23]0G5CE00|HTC4260[56]0G8CE00" ")$", NULL, SK_SMART_QUIRK_9_POWERONMINUTES| -- cgit