From e22446e194353daa2bdf0408a646f383ede4c97b Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 1 Jan 2010 20:40:25 +0000
Subject: [PATCH] drivedb.h updates: - WDC Scorpio Blue Serial ATA (640GB,
 750GB, 1TB) - WDC My Passport Essential SE

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3025 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/CHANGELOG |  4 ++++
 smartmontools/drivedb.h | 10 +++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index 57cd051c6..33f9fea7f 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] drivedb.h updates:
+       - WDC Scorpio Blue Serial ATA (640GB, 750GB, 1TB)
+       - WDC My Passport Essential SE
+
   [CF] Add USB ID of Toshiba PX1270E-1G16.
 
   [CF] Happy New Year! Update copyright year in version info.
diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h
index 9d84bb5f9..16957772c 100644
--- a/smartmontools/drivedb.h
+++ b/smartmontools/drivedb.h
@@ -3,8 +3,8 @@
  *
  * Home page of code is: http://smartmontools.sourceforge.net
  *
- * Copyright (C) 2003-9 Philip Williams, Bruce Allen
- * Copyright (C) 2008-9 Christian Franke <smartmontools-support@lists.sourceforge.net>
+ * Copyright (C) 2003-10 Philip Williams, Bruce Allen
+ * Copyright (C) 2008-10 Christian Franke <smartmontools-support@lists.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1318,7 +1318,7 @@ const drive_settings builtin_knowndrives[] = {
     "", "", ""
   },
   { "Western Digital Scorpio Blue Serial ATA family",
-    "WDC WD((4|6|8|10|12|16|25)00BEVS|(8|12|16|25|32|40|50)00BEVT)-.*",
+    "WDC WD((4|6|8|10|12|16|25)00BEVS|(8|12|16|25|32|40|50|64)00BEVT|7500KEVT|10TEVT)-.*",
     "", "", ""
   },
   { "Western Digital Scorpio Black Serial ATA family",
@@ -1329,6 +1329,10 @@ const drive_settings builtin_knowndrives[] = {
     "WDC WD(25|32|40|50)00BMVU-.*",
     "", "", ""
   },
+  { "Western Digital My Passport Essential SE hard drive (USB interface)",
+    "WDC WD7500KMVV-.*",
+    "", "", ""
+  },
   { "Western Digital My Passport hard drive (USB interface)",
     "WDC WD3200BMVV-.*",
     "", "", ""
-- 
GitLab