From 5773d2675e96a2cecd15ad32537ead7052ba5d80 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 18 Jan 2010 22:16:04 +0000
Subject: [PATCH] Add USB ID of Seagate FreeAgent Desktop.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3041 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 9fa0bae84..1c9406454 100644
--- a/smartmontools/CHANGELOG
+++ b/smartmontools/CHANGELOG
@@ -43,6 +43,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 Desktop.
+
   [CF] smartd: Fix directive '-l selftest' (ticket #36)
        Regression was introduced with r2773.
 
diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp
index 5c20a7790..80e608e7a 100644
--- a/smartmontools/scsiata.cpp
+++ b/smartmontools/scsiata.cpp
@@ -1367,6 +1367,7 @@ const usb_id_entry usb_ids[] = {
   // Seagate
   { 0x0bc2, 0x2000,     -1, d_sat     }, // Seagate FreeAgent Go
   { 0x0bc2, 0x2100,     -1, d_sat     }, // Seagate FreeAgent Go
+  { 0x0bc2, 0x3000,     -1, d_sat     }, // Seagate FreeAgent Desktop
   { 0x0bc2, 0x3001,     -1, d_sat     }, // Seagate FreeAgent Desk
   // Dura Micro
   { 0x0c0b, 0xb159, 0x0103, d_sunplus }, // Dura Micro 509
-- 
GitLab