Opened 6 years ago

Closed 5 years ago

Last modified 5 years ago

#1113 closed enhancement (fixed)

Patch to add Samsung MZHPV(...)HDGM models to drivedb.h

Reported by: ronalde Owned by: Christian Franke
Priority: minor Milestone: Release 7.0
Component: drivedb Version: 6.6
Keywords: Cc:

Description

LS,

The patch below updates drivedb.h to include Samsung MZHPV(...)HDGM (in addition to the L) models. Builds ok on Arch Linux and tested with local attached SAMSUNG MZHPV128HDGM-00000 (BXW2500Q).

  • smartmontools/drivedb.h

    a b const drive_settings builtin_knowndrives[] = {  
    15301530      // SAMSUNG MZNLN256HMHQ-000H1/MAV21H3Q
    15311531    "SAMSUNG SSD PM871 .*|" // SAMSUNG SSD PM871 2.5 7mm 256GB/EMT02D0Q
    15321532      // SAMSUNG MZ7LN256HMJP-00000/MAV0100Q, SAMSUNG MZ7LN512HMJP-00000/MAV0100Q
    1533     "SAMSUNG MZHPV(128|256|512)HDGL-.*|" // SM951, tested with SAMSUNG MZHPV512HDGL-00000/BXW2500Q
     1533    "SAMSUNG MZHPV(128|256|512)HDG(L|M)-.*|" // SM951, tested with SAMSUNG MZHPV512HDGL-00000/BXW2500Q,
     1534      // SAMSUNG MZHPV128HDGM-00000 (BXW2500Q)
    15341535    "Samsung Portable SSD T5", // tested with Samsung Portable SSD T5 (0x04e8:0x61f5)
    15351536    "", "",
    15361537  //"-v 5,raw16(raw16),Reallocated_Sector_Ct "

Regards,
Ronald

Change History (4)

comment:1 by Christian Franke, 6 years ago

Milestone: Release 6.7

comment:2 by Christian Franke, 5 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:3 by Christian Franke, 5 years ago

Resolution: fixed
Status: acceptedclosed

comment:4 by Christian Franke, 5 years ago

Milestone: Release 6.7Release 7.0

Milestone renamed

Note: See TracTickets for help on using tickets.