The vendor name wds should have been wdc. Add wdc and keep the wds for
script compat.

MFC after: 3 days
This commit is contained in:
Warner Losh 2018-10-20 21:13:57 +00:00
parent 5528565a76
commit 102cb8b907

View File

@ -865,6 +865,8 @@ static struct logpage_function {
print_log_firmware, sizeof(struct nvme_firmware_page)},
{HGST_INFO_LOG, "hgst", "Detailed Health/SMART",
print_hgst_info_log, DEFAULT_SIZE},
{HGST_INFO_LOG, "wdc", "Detailed Health/SMART",
print_hgst_info_log, DEFAULT_SIZE},
{HGST_INFO_LOG, "wds", "Detailed Health/SMART",
print_hgst_info_log, DEFAULT_SIZE},
{INTEL_LOG_TEMP_STATS, "intel", "Temperature Stats",