Opened 2 years ago
Closed 17 months ago
#1495 closed enhancement (fixed)
One unusual line in the drivedb.h (Innodisk 1IE3/3IE3/3ME3/3IE4/3ME4 SSDs)
Reported by: | Andrey P. | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.4 |
Component: | drivedb | Version: | |
Keywords: | ssd | Cc: |
Description
This one: https://github.com/smartmontools/smartmontools/blob/master/smartmontools/drivedb.h#L1083
"(2.5\" SATA SSD|CFast|InnoDisk Corp\\. - mSATA|Mini PCIeDOM|mSATA( mini)?|" "M\\.2 \\(S42\\)|SATA Slim|SATADOM-[MS][HLV]( Type [CD])?) 3([IM]E3|ME4)( V2)?",
Unlike others, these two lines are not "independent". The starting bracket is on the first line and the ending bracket is on the next line. Can we join these two lines into one? Or split into several independent lines? This will help to understand and parse this file by third-party tools.
Change History (9)
comment:1 Changed 2 years ago by
Component: | all → drivedb |
---|---|
Milestone: | → undecided |
comment:2 Changed 21 months ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
No reply from user within 7m
comment:3 Changed 20 months ago by
Milestone: | undecided |
---|
comment:4 Changed 18 months ago by
This file is reused for better automated cataloging in the project https://github.com/linuxhw/SMART
But not critical.
comment:5 Changed 17 months ago by
Keywords: | ssd added |
---|---|
Milestone: | → Release 7.4 |
Resolution: | invalid |
Status: | closed → reopened |
Reopen due to feedback from reporter.
comment:6 Changed 17 months ago by
Owner: | set to Christian Franke |
---|---|
Status: | reopened → accepted |
comment:7 Changed 17 months ago by
Summary: | One unusual line in the drivedb.h → One unusual line in the drivedb.h (Innodisk 1IE3/3IE3/3ME3/3IE4/3ME4 SSDs) |
---|
Note: See
TracTickets for help on using
tickets.
Please describe your use case and which third-party tools are involved.