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

Add USB ID of WD My Passport 070A.

knowndrives.cpp update:
- WD My Passport hard drive (USB interface)


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2985 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 6551152b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -1305,6 +1305,10 @@ static const drive_settings builtin_knowndrives[] = {
"WDC WD3200BMVU-.*",
"", "", ""
},
{ "Western Digital My Passport hard drive (USB interface)",
"WDC WD3200BMVV-.*",
"", "", ""
},
{ "Quantum Bigfoot series",
"QUANTUM BIGFOOT TS10.0A",
"", "", ""
......
......@@ -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...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment