From ef8204b502e32cd3ddd0015ecdc5d9ab3c134fc6 Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 6 Aug 2009 19:52:11 +0000 Subject: [PATCH] Add USB ID of Seagate FreeAgent Go. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2871 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/CHANGELOG | 2 ++ smartmontools/scsiata.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG index 475cf28ae..dd171331b 100644 --- a/smartmontools/CHANGELOG +++ b/smartmontools/CHANGELOG @@ -42,6 +42,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [CF] Add USB ID of Seagate FreeAgent Go. + [MS] Add experimental feature to log attribute values at each check cycle (ATA only), activated with the smartd option "-A PREFIX" / "--attributelog=PREFIX". diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp index 88913f626..003027150 100644 --- a/smartmontools/scsiata.cpp +++ b/smartmontools/scsiata.cpp @@ -1368,6 +1368,7 @@ const usb_id_entry usb_ids[] = { { 0x059f, 0x1018, -1, d_sat }, // LaCie hard disk (Neil Poulton design) { 0x067b, 0x3507, 0x0001, d_unsup }, // Prolific PL3507 { 0x0930, 0x0b09, -1, d_sunplus }, // Toshiba PX1396E-3T01 (similar to Dura Micro) + { 0x0bc2, 0x2000, -1, d_sat }, // Seagate FreeAgent Go { 0x0bc2, 0x2100, -1, d_sat }, // Seagate FreeAgent Go { 0x0bc2, 0x3001, -1, d_sat }, // Seagate FreeAgent Desk { 0x0c0b, 0xb159, 0x0103, d_sunplus }, // Dura Micro (Sunplus USB-bridge) -- GitLab