Opened 2 months ago

Last modified 7 weeks ago

#1812 closed enhancement

add support for Verbatim Mobile Hard Drive USB bridge — at Version 1

Reported by: Mikuláš Patočka Owned by:
Priority: minor Milestone: Release 7.5
Component: drivedb Version: 7.4
Keywords: usb Cc: Mikuláš Patočka

Description (last modified by Christian Franke)

Hi

Here I'm adding a database entry for Verbatim Mobile Hard Drive:
https://www.alza.cz/verbatim-mobile-drive-500gb-refurbished-d9843471.htm

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>

---
 drivedb.h |    6 ++++++
 1 file changed, 6 insertions(+)

Index: smartmontools/drivedb.h
===================================================================
--- smartmontools.orig/drivedb.h        2024-03-20 11:25:03.000000000 +0100
+++ smartmontools/drivedb.h     2024-03-20 11:39:37.000000000 +0100
@@ -6381,6 +6381,12 @@ const drive_settings builtin_knowndrives
     "",
     "-d sat"
   },
+  { "USB: Verbatim Mobile Hard Drive; ", // USB 3.0
+    "0x18a5:0x0446",
+    "",
+    "",
+    "-d sat"
+  },
   // Silicon Image
   { "USB: Vantec NST-400MX-SR; Silicon Image 5744",
     "0x1a4a:0x1670",

Change History (1)

comment:1 by Christian Franke, 2 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.