Opened 3 months ago
Last modified 3 months ago
#1428 new patch
Patch to support more JMicron JMS576
Reported by: | Cmdr_Zod | Owned by: | |
---|---|---|---|
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"
Note: See
TracTickets for help on using
tickets.