|
From: Joel J. <mr...@li...> - 2017-03-01 22:46:41
|
Below is a diff to add support for the Seagate Backup Plus 4TB portable
drive. Tested and works fine with -d sat, just adding new USB id. It's
not clear whether the size is related to the id or not, but it's
definitely not the slim model.
--- drivedb-r4393.h 2017-03-01 15:22:55.954348124 -0700
+++ drivedb.h 2017-03-01 15:25:45.345081340 -0700
@@ -4207,10 +4207,11 @@
"-d sat"
},
{ "USB: Seagate Backup Plus USB 3.0; ",
+ // 0xab1e: Seagate Backup Plus 4TB
// 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)",
+ "0x0bc2:0xab(1e|2[01458]|38)",
"",
"",
"-d sat"
|