Custom Query (1291 matches)
Results (7 - 9 of 1291)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1730 | duplicate | Unknown USB bridge [0x04e8:0x61fb (0x100)] | ||
Description |
This is a Samsung T7 Shield, 4TB. It has a USB to NVMe bridge. I don't know which one. |
|||
#1728 | fixed | Add one more C300 RealSSD to drivedb (MTFDBAK256MAG-1G1) | ||
Description |
Attached you can find the txt output file according to FAQ. Device is similar to other C300 devices sharing the attributes of C400 series as described in detail here: https://www.micron.com/-/media/client/global/documents/products/technical-note/solid-state-storage/tnfd20_c400_ssd_smart_attributes.pdf Device from this family was reported at ticket 1421 but that report was strange |
|||
#1727 | fixed | LITEON LCH-256V2S (no suffix) | ||
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(-.*)?|" |