From: Akhilesh RN Date: Fri, 18 Feb 2022 13:22:52 +0000 (+0530) Subject: wdc: updated products list for telemetry (--type) argument X-Git-Tag: v2.0-rc4~7^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0d691e56d362a1e31f783dce25754a2fc8a4b5a5;p=users%2Fsagi%2Fnvme-cli.git wdc: updated products list for telemetry (--type) argument Updated products list for telemetry (--type) argument in the wdc vs-internal-log command. --- diff --git a/plugins/wdc/wdc-nvme.c b/plugins/wdc/wdc-nvme.c index 936dd221..d864cfbf 100644 --- a/plugins/wdc/wdc-nvme.c +++ b/plugins/wdc/wdc-nvme.c @@ -2955,7 +2955,7 @@ static int wdc_vs_internal_fw_log(int argc, char **argv, struct command *command char *data_area = "Data area to retrieve up to. Currently only supported on the SN340, SN640, SN730, and SN840 devices."; char *file_size = "Output file size. Currently only supported on the SN340 device."; char *offset = "Output file data offset. Currently only supported on the SN340 device."; - char *type = "Telemetry type - NONE, HOST, or CONTROLLER. Currently only supported on the SN640 and SN840 devices."; + char *type = "Telemetry type - NONE, HOST, or CONTROLLER. Currently only supported on the SN530, SN640, SN730, SN740, SN810, SN840 and ZN350 devices."; char *verbose = "Display more debug messages."; char f[PATH_MAX] = {0}; char fileSuffix[PATH_MAX] = {0};