summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-24 20:58:56 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-24 20:58:56 +0200
commit51a13f7e2a4d84221904b38fc2052dad8c55c8e0 (patch)
treeaffdf54ae25d7dfa024be7c6dacdf1abf6f860c2
parentc2eea98aee0642240680bb04d9e4296b92af8813 (diff)
add another sunplus bridge to the list of supported sunplus bridges
-rw-r--r--atasmart.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atasmart.c b/atasmart.c
index 8d9bc5a..b373a02 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -2225,7 +2225,8 @@ static int disk_find_type(SkDisk *d, dev_t devnum) {
}
if ((vid == 0x0c0b && pid == 0xb159) ||
- (vid == 0x04fc && pid == 0x0c25))
+ (vid == 0x04fc && pid == 0x0c25) ||
+ (vid == 0x04fc && pid == 0x0c15))
d->type = SK_DISK_TYPE_SUNPLUS;
else if ((vid == 0x152d && pid == 0x2329) ||
(vid == 0x152d && pid == 0x2336) ||