Custom Query (1468 matches)
Results (286 - 288 of 1468)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#926 | fixed | New USB bridge for Seagate backup plus 4tb | ||
Description |
Matt Coates reported via database mailing list:
=================================================================== --- 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" |
|||
#935 | fixed | add to drivedb: HGST HDN726040ALE614 | ||
Description |
Vedran Miletić reported via database mailing list:
|
|||
#936 | fixed | add to drivedb: SSD Drevo X1 Pro 64 GB | ||
Description |
Glauco Chiyaki Sesta reported via database mailing list:
|