From d2c8e04613665c797d8b5c9fbfe816e6e8d7454a Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sat, 17 Oct 2009 17:59:54 +0000
Subject: [PATCH] Add USB ID of Freecom Hard Drive XS.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2958 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/CHANGELOG   | 2 ++
 smartmontools/scsiata.cpp | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index f4a5cc806..049afebed 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 Freecom Hard Drive XS.
+
   [AS] Linux: Autodetect DELL PERC and MegaRAID controllers. 
        Hiding debug messages coming from megaraid code.  
 
diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp
index e87c0abdd..236ed62cd 100644
--- a/smartmontools/scsiata.cpp
+++ b/smartmontools/scsiata.cpp
@@ -1382,6 +1382,8 @@ const usb_id_entry usb_ids[] = {
   { 0x05ab, 0x0060, 0x1101, d_cypress }, // In-System/Cypress ISD-300A1
   // Prolific
   { 0x067b, 0x3507, 0x0001, d_unsup   }, // Prolific PL3507
+  // Freecom
+  { 0x07ab, 0xfc8e, 0x010f, d_sunplus }, // Freecom Hard Drive XS
   // Toshiba
   { 0x0930, 0x0b09,     -1, d_sunplus }, // Toshiba PX1396E-3T01 (similar to Dura Micro 501)
   // Seagate
-- 
GitLab