summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-10-27 21:58:35 +0100
committerLennart Poettering <lennart@poettering.net>2009-10-27 21:58:42 +0100
commit4a6caeca4e8e9585a86470c11d2e75d5c1368d59 (patch)
treeb39e5c9220590e4bee2b8d41dbf82ddc98ee3411
parente7bb10a7df894c8d14c62958f859e62b6c7fb9fb (diff)
more Apple SSD firmware versions are evil then originally thought
-rw-r--r--atasmart.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/atasmart.c b/atasmart.c
index 176b34f..eb2d3b8 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -1513,9 +1513,10 @@ static const SkSmartQuirkDatabase quirk_database[] = { {
SK_SMART_QUIRK_5_UNKNOWN
}, {
- /*** Apple SSD (?) http://bugs.freedesktop.org/show_bug.cgi?id=24700 */
+ /*** Apple SSD (?) http://bugs.freedesktop.org/show_bug.cgi?id=24700
+ https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/438136/comments/4 */
"^MCCOE64GEMPP$",
- "^2.9.09$",
+ "^2.9.0[3-9]$",
SK_SMART_QUIRK_5_UNKNOWN|
SK_SMART_QUIRK_190_UNKNOWN
}, {