#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 , 7 years ago
comment:2 by , 7 years ago
Milestone: | → Release 6.7 |
---|
comment:3 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
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