Opened 19 months ago
Closed 17 months ago
#1727 closed enhancement (fixed)
LITEON LCH-256V2S (no suffix)
Reported by: | Stefan Linke | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.4 |
Component: | drivedb | Version: | |
Keywords: | ssd | Cc: |
Description
The existing entry for the liteon LCH-*V2S SSDs (see #1124) does not match models without suffix. Those were sold e.g. by lenovo.
Extending the regex to mark the suffix as optional is a working solution:
old:
"LITEON LCH-(128|256V|512)2S-.*|"
new:
"LITEON LCH-(128|256V|512)2S(-.*)?|"
Attachments (1)
Change History (4)
by , 19 months ago
Attachment: | smartctl-LITEON-LCH-256V2S.txt added |
---|
comment:1 by , 19 months ago
Component: | all → drivedb |
---|---|
Keywords: | ssd added |
Milestone: | → unscheduled |
comment:2 by , 17 months ago
Milestone: | unscheduled → Release 7.4 |
---|---|
Owner: | set to |
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
A closer look to this and the previous entry also suggests that the
V
is not correct in r4995, as aLITEON LCH-5122S
does not exist.This could be fixed and simplified to