summaryrefslogtreecommitdiffstats
path: root/atasmart.c
diff options
context:
space:
mode:
Diffstat (limited to 'atasmart.c')
-rw-r--r--atasmart.c5
1 files changed, 4 insertions, 1 deletions
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|