From a28a9b8fc09db20810222504a52b04197c401ff3 Mon Sep 17 00:00:00 2001 From: dpgilbert <dpgilbert@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 24 Jun 2022 16:47:20 +0000 Subject: [PATCH] drivedb.h for B release of WDC DC HC560 git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5396 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/ChangeLog | 5 +++++ smartmontools/drivedb.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/smartmontools/ChangeLog b/smartmontools/ChangeLog index d9d6e4545..a63700a89 100644 --- a/smartmontools/ChangeLog +++ b/smartmontools/ChangeLog @@ -1,5 +1,10 @@ $Id$ +2022-06-24 Douglas Gilbert <dgilbert@interlog.com> + + drivedb.h: + - WDC WUH722020BLE6L4 + 2022-06-07 themylogin <themylogin@gmail.com> smartd.cpp: Prevent systemd unit startup timeout when registering diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h index b51c8aa6e..49e61c4d8 100644 --- a/smartmontools/drivedb.h +++ b/smartmontools/drivedb.h @@ -3636,7 +3636,8 @@ const drive_settings builtin_knowndrives[] = { "-v 22,raw48,Helium_Level" }, { "Western Digital Ultrastar DC HC560", // tested with WDC WUH722020ALN604/PQGNW108 - "(WDC ?)?WUH722020AL[EN]6[0L][014]", + // WDC WUH722020BLE6L4 + "(WDC ?)?WUH722020[AB]L[EN]6[0L][014]", "", "", "-v 22,raw48,Helium_Level " "-v 82,raw16,Head_Health_Score " -- GitLab