Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#926 closed patch (fixed)

New USB bridge for Seagate backup plus 4tb

Reported by: Gabriele Pohl Owned by: Christian Franke
Priority: minor Milestone: Release 7.0
Component: drivedb Version: 6.6
Keywords: Cc:

Description

Matt Coates reported via database mailing list:

Just got a device that wasn't in the database.
If you need any more info, just let me know.
Patch against Trunk is attached.

Drive: Seagate Backup Plus 4TB
USB bridge: 0x0bc2:0xab43 (0x1404)
Device model: ST4000DM004-2CV104

Seems to work with -d sat

===================================================================
--- smartmontools/ChangeLog	(revision 4550)
+++ smartmontools/ChangeLog	(working copy)
@@ -1,5 +1,10 @@
 $Id$
 
+2017-10-10  Matt Coates <me@mattjackets.com>
+
+	drivedb.h:
+	- Extended Seagate Backup Plus regex to support 4TB USB 3 drive.
+
 2017-10-10  Christian Franke  <franke@computer.org>
 
 	configure.ac, os_darwin.cpp: Align Darwin NVMe device scanning with
Index: smartmontools/drivedb.h
===================================================================
--- smartmontools/drivedb.h	(revision 4550)
+++ smartmontools/drivedb.h	(working copy)
@@ -4554,7 +4554,8 @@
     // 0xab24: Seagate Backup Plus Slim (0x0100) (ticket #443)
     // 0xab25: Seagate Backup Plus for Mac (0x0100)
     // 0xab38: Seagate Backup Plus 8TB (0x0100) (ticket #786)
-    "0x0bc2:0xab(2[01458]|38)",
+    // 0xab43: Seagate Backup Plus 4TB (0x1404)
+    "0x0bc2:0xab(2[01458]|38|43)",
     "",
     "",
     "-d sat"

Change History (5)

comment:1 by Gabriele Pohl, 6 years ago

Hi Matt,

thanks for the info and your patch!

I added an entry in our supported devices list
There are still some infos missing. Would be good if you can fill the gaps.

btw: The USB ID of your device is not yet listed here, please report it to Mr. Gowdy.

So far for the start and kind regards,

Gabriele

comment:2 by Christian Franke, 6 years ago

Milestone: Release 6.7

comment:3 by Christian Franke, 6 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:4 by Christian Franke, 6 years ago

Resolution: fixed
Status: acceptedclosed

Patch merged in r4611, r4613. Thanks.

comment:5 by Christian Franke, 5 years ago

Milestone: Release 6.7Release 7.0

Milestone renamed

Note: See TracTickets for help on using tickets.