Skip to content
Snippets Groups Projects
Commit e22446e1 authored by chrfranke's avatar chrfranke
Browse files

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
parent be1866fe
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <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] Add USB ID of Toshiba PX1270E-1G16.
[CF] Happy New Year! Update copyright year in version info. [CF] Happy New Year! Update copyright year in version info.
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
* *
* Home page of code is: http://smartmontools.sourceforge.net * Home page of code is: http://smartmontools.sourceforge.net
* *
* Copyright (C) 2003-9 Philip Williams, Bruce Allen * Copyright (C) 2003-10 Philip Williams, Bruce Allen
* Copyright (C) 2008-9 Christian Franke <smartmontools-support@lists.sourceforge.net> * Copyright (C) 2008-10 Christian Franke <smartmontools-support@lists.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
...@@ -1318,7 +1318,7 @@ const drive_settings builtin_knowndrives[] = { ...@@ -1318,7 +1318,7 @@ const drive_settings builtin_knowndrives[] = {
"", "", "" "", "", ""
}, },
{ "Western Digital Scorpio Blue Serial ATA family", { "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", { "Western Digital Scorpio Black Serial ATA family",
...@@ -1329,6 +1329,10 @@ const drive_settings builtin_knowndrives[] = { ...@@ -1329,6 +1329,10 @@ const drive_settings builtin_knowndrives[] = {
"WDC WD(25|32|40|50)00BMVU-.*", "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)", { "Western Digital My Passport hard drive (USB interface)",
"WDC WD3200BMVV-.*", "WDC WD3200BMVV-.*",
"", "", "" "", "", ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment