Opened 3 years ago

Closed 3 years ago

#1428 closed patch (fixed)

Patch to support more JMicron JMS576

Reported by: Cmdr_Zod Owned by: Christian Franke
Priority: minor Milestone: Release 7.3
Component: drivedb Version: 7.2
Keywords: usb Cc:

Description

I recently received a no-name "USB3.1 TO M.2 NGFF SSD Enclosure" with a JMicron JMS576 inside. These Chips are apparently sold with different USB IDs, following patch adds 152d:0576 USB-ID:

--- drivedb.h.5170      2021-01-20 05:38:15.525969579 +0100
+++ drivedb.h   2021-01-20 05:50:55.741948033 +0100
@@ -5785,7 +5785,7 @@
     "-d sat"
   },
   { "USB: ; JMicron JMS576", // USB3.1->SATA
-    "0x152d:0x1576",
+    "0x152d:0x[01]576", 
     "", // 0x0204, ICY BOX IB-223U3a-B
     "",
     "-d sat"

Change History (3)

comment:1 by Christian Franke, 3 years ago

Keywords: usb added
Milestone: Release 7.3

comment:2 by Christian Franke, 3 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:3 by Christian Franke, 3 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.