Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#891 closed patch (fixed)

Patch to support more LaCie and Freecom devices

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

Description

I recently added a few drives to the list of supported USB devices and figured out I might as well write a patch, at least for the easy ones. I took the freedom to also add a LaCie drive in the list which was not reported by me:
Patch is agains revision 4486:

--- drivedb.h.4486      2017-09-24 22:29:44.705214312 +0200
+++ drivedb.h   2017-09-24 23:04:48.549759430 +0200
@@ -4052,6 +4052,12 @@
     "",
     "" // unsupported
   },
+  { "USB: LaCie d2 Quadra; Oxford OXUF934SSA-LQAG ", // USB+IEEE1394+eSATA->SATA
+    "0x059f:0x0828",
+    "",
+    "",
+    "-d sat"
+  },
   { "USB: LaCie hard disk; JMicron",
     "0x059f:0x0951",
     "",
@@ -4064,6 +4070,12 @@
     "",
     "-d sat"
   },
+  { "USB: LaCie Desktop Hard Drive;",
+    "0x059f:0x1010",
+    "",
+    "",
+    "-d usbsunplus"
+  },
   { "USB: LaCie Desktop Hard Drive; ",
     "0x059f:0x101[68]", // 0x1016: SAMSUNG HD103UJ
     "", // 0x0001
@@ -4100,6 +4112,12 @@
     "",
     "-d usbjmicron,x"
   },
+  { "USB: LaCie D2 USB2; LucidPort USB300 ",
+    "0x059f:0x103d",
+    "",
+    "",
+    "-d sat"
+  },
   { "USB: LaCie rikiki USB 3.0; ",
     "0x059f:0x10(49|57)",
     "",
@@ -4202,6 +4220,12 @@
     "",
     "",
     "-d sat"
+  },
+  { "USB: Freecom Quattro 3.0; ", // USB3.0+IEEE1394+eSATA->SATA
+    "0x07ab:0xfc77",
+    "",
+    "",
+    "-d sat"
   },
   { "USB: Freecom Mobile Drive XXS; JMicron",
     "0x07ab:0xfc88",

Change History (2)

comment:1 by Alex Samorukov, 7 years ago

Milestone: Release 6.6
Resolution: fixed
Status: newclosed

Done in r4487, thank you.

comment:2 by Christian Franke, 7 years ago

Merged in r4490.

Note: See TracTickets for help on using tickets.