From 2534523a6240de93fc44dcda986ea02f59611513 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Aug 2009 01:51:18 +0200 Subject: add MHY2250B/0085000B to quirk db https://bugzilla.redhat.com/show_bug.cgi?id=499265 --- atasmart.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/atasmart.c b/atasmart.c index e5c41c1..202700c 100644 --- a/atasmart.c +++ b/atasmart.c @@ -1360,7 +1360,10 @@ typedef struct SkSmartQuirkDatabase { static const SkSmartQuirkDatabase quirk_database[] = { { /*** Fujitsu */ - "^FUJITSU MHY2120BH$", + "^(" + "FUJITSU MHY2120BH|" + "FUJITSU MHY2250BH" + ")$", "^0085000B$", /* seems to be specific to this firmware */ SK_SMART_QUIRK_9_UNKNOWN| SK_SMART_QUIRK_197_UNKNOWN| -- cgit