From be1a218e8885dc07545d4f1a11f6d2cf723b5bdd Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Wed, 19 Aug 2009 20:54:29 +0000
Subject: [PATCH] Add USB ID of Verbatim FW/USB160.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2874 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 d3d65ae7e..56c90ea76 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 Verbatim FW/USB160.
+
   [CF] Fix data type bug in checksum test for multi sector logs.
 
   [CF] Add USB ID of Seagate FreeAgent Go.
diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp
index 003027150..9f2956c9b 100644
--- a/smartmontools/scsiata.cpp
+++ b/smartmontools/scsiata.cpp
@@ -1388,6 +1388,7 @@ const usb_id_entry usb_ids[] = {
   { 0x152d, 0x2336, 0x0100, d_jmicron_x},// JMicron JM20336 (USB+SATA->SATA, USB->2xSATA)
   { 0x152d, 0x2338, 0x0100, d_jmicron }, // JMicron JM20337/8 (USB->SATA+PATA, USB+SATA->PATA)
   { 0x152d, 0x2339, 0x0100, d_jmicron_x},// JMicron JM20339 (USB->SATA)
+  { 0x18a5, 0x0215, 0x0001, d_sat     }, // Verbatim FW/USB160 - Oxford OXUF934SSA-LQAG (USB+IEE1394->SATA)
   { 0x1bcf, 0x0c31,     -1, d_sunplus }  // SunplusIT
 };
 
-- 
GitLab