Opened 7 years ago

Last modified 5 years ago

#841 closed enhancement

Add JMS578 — at Version 3

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

Description (last modified by Alex Samorukov)

JMS578 is a JMicron USB3 to SATA bridge (UAS, TRIM, SAT capable) used on 'Orange Pi NAS Expansion board' and 'FriendlyELEC NAS Expansion bay'. It needs '-d sat' to be queried. Adding the following to drivedb.h fixed it:

  { "USB: ; JMicron JMS578", // USB->SATA
    "0x152d:0x0578",
    "", // 0x0100
    "",
    "-d sat"
  },

References: https://pastebin.com/rkhmJDED

Change History (3)

comment:1 by tkaiser, 7 years ago

Component: alldrivedb

comment:2 by Christian Franke, 7 years ago

Milestone: Release 6.6

comment:3 by Alex Samorukov, 7 years ago

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