diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index 96b5aebdaa57b343dc9ab7b5ab8e2b3bd3bfe147..c7c6f7ffe0f74122b0e5c7bce9acdf402756e078 100644
--- a/smartmontools/CHANGELOG
+++ b/smartmontools/CHANGELOG
@@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
 
+  [CF] Add USB ID of WD My Passport 070A.
+       knowndrives.cpp update:
+       - WD My Passport hard drive (USB interface)
+
   [CF] smartd: Write 'worst' attribute value to '.state' file also.
        This allows to use state persistence with 'raw64' attributes.
 
diff --git a/smartmontools/knowndrives.cpp b/smartmontools/knowndrives.cpp
index 62494c23c98863d50eb57b985a72835357ffb845..813948b9e3e05e0af95684b45e0d7f541d558e67 100644
--- a/smartmontools/knowndrives.cpp
+++ b/smartmontools/knowndrives.cpp
@@ -1301,10 +1301,14 @@ static const drive_settings builtin_knowndrives[] = {
     "WDC WD(8|12|16|25|32)00B[EJ]KT-.*",
     "", "", ""
   },
-  { "Western Digital MyPassport Essential hard drive (USB interface)",
+  { "Western Digital My Passport Essential hard drive (USB interface)",
     "WDC WD3200BMVU-.*",
     "", "", ""
   },
+  { "Western Digital My Passport hard drive (USB interface)",
+    "WDC WD3200BMVV-.*",
+    "", "", ""
+  },
   { "Quantum Bigfoot series",
     "QUANTUM BIGFOOT TS10.0A",
     "", "", ""
diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp
index b1ed16dd2773948d104122b02920073c48fc1342..66d3ddb750b9b6c73735e9d6ec5888b5041c49d6 100644
--- a/smartmontools/scsiata.cpp
+++ b/smartmontools/scsiata.cpp
@@ -1375,6 +1375,7 @@ const usb_id_entry usb_ids[] = {
   // Western Digital
   { 0x1058, 0x0704, 0x0175, d_sat     }, // WD My Passport Essential
   { 0x1058, 0x0705, 0x0175, d_sat     }, // WD My Passport Elite
+  { 0x1058, 0x070a, 0x1028, d_sat     }, // WD My Passport 070A
   { 0x1058, 0x0906, 0x0012, d_sat     }, // WD My Book ES
   { 0x1058, 0x1001, 0x0104, d_sat     }, // WD Elements Desktop
   { 0x1058, 0x1003, 0x0175, d_sat     }, // WD Elements Desktop WDE1UBK...