diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index 475cf28aea4577c95f6e6ef76b6d3ea9788be501..dd171331b467047b88154a2ffc868506f5cb20b5 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 88913f626406fc13043e0530d35ee52edc89be8b..0030271508282ec938e9ddb6b9cb50fc771dbcb2 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)