Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#893 closed enhancement (fixed)

Please add support for Corsair Voyager GTX (partial patch included)

Reported by: Cmdr_Zod Owned by:
Priority: minor Milestone: Release 6.6
Component: drivedb Version: 6.5
Keywords: Cc:

Description

The USB Flash drive Corsair Voyager GTX is missing in the database.
Following patch against revision 4487 fixes the USB detection (and a typo in the Lacie D2 USB3)

--- drivedb.h.4487      2017-09-25 09:41:00.000000000 +0200
+++ drivedb.h   2017-09-25 12:51:20.772967612 +0200
@@ -4112,7 +4112,7 @@
     "",
     "-d usbjmicron,x"
   },
-  { "USB: LaCie D2 USB2; LucidPort USB300 ",
+  { "USB: LaCie D2 USB3; LucidPort USB300 ",
     "0x059f:0x103d",
     "",
     "",
@@ -4895,6 +4895,13 @@
     "",
     "" // unsupported
   },
+  // Corsair
+  { "USB: Voyager GTX; ",
+    "0x1b1c:0x1a0e",
+    "",
+    "",
+    "-d sat"
+  },
   // SunplusIT
   { "USB: ; SunplusIT",
     "0x1bcf:0x0c31",

I attached smartctl output of 'smartctl -q noserial -x /dev/sdX' for the SSD part, I don't feel confident in patching this myself.

Attachments (1)

smartctl-Corsair-Voyager_GTX.txt (6.3 KB ) - added by Cmdr_Zod 6 years ago.

Download all attachments as: .zip

Change History (9)

by Cmdr_Zod, 6 years ago

comment:1 by Christian Franke, 6 years ago

Milestone: Release 6.6

comment:2 by Alex Samorukov, 6 years ago

Thank you, done in r4560.

comment:3 by Alex Samorukov, 6 years ago

Resolution: fixed
Status: newclosed

comment:4 by Christian Franke, 6 years ago

Merged in r4567.

comment:5 by Christian Franke, 6 years ago

Milestone: Release 6.6unscheduled
Resolution: fixed
Status: closedreopened

Reopen because SATA device is still missing from database. Only USB id was added with the patch.

comment:6 by Alex Samorukov, 6 years ago

Milestone: unscheduledRelease 6.7
Resolution: fixed
Status: reopenedclosed

Christian, thank you for the bug re-open. Hopefully finally fixed in the r4568.

comment:7 by Alex Samorukov, 6 years ago

Milestone: Release 6.7Release 6.6

comment:8 by Christian Franke, 6 years ago

Yes, now fixed, thanks. Merged in r4571.

Note: See TracTickets for help on using tickets.