From 1ccb38e5104ff11a35c683d0ed4d8154855134fd Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 24 Sep 2009 20:10:38 +0000
Subject: [PATCH] Add USB ID of AcomData 504 (OnSpec USB bridge).

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

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index fddf8b882..a9b57ee57 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 AcomData 504 (OnSpec USB bridge).
+
   [AS] Correcting manual pages (FreeBSD related)
 
   [AS] FreeBSD: fix FTBFS on GNU/kFreeBSD (reported by derevko).
diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp
index 1b4c24da7..e87c0abdd 100644
--- a/smartmontools/scsiata.cpp
+++ b/smartmontools/scsiata.cpp
@@ -1415,7 +1415,9 @@ const usb_id_entry usb_ids[] = {
   // Verbatim
   { 0x18a5, 0x0215, 0x0001, d_sat     }, // Verbatim FW/USB160 - Oxford OXUF934SSA-LQAG (USB+IEE1394->SATA)
   // SunplusIT
-  { 0x1bcf, 0x0c31,     -1, d_sunplus }  // SunplusIT
+  { 0x1bcf, 0x0c31,     -1, d_sunplus }, // SunplusIT
+  // OnSpec
+  { 0x55aa, 0x2b00, 0x0100, d_unsup   }  // OnSpec ? (USB->PATA)
 };
 
 const unsigned num_usb_ids = sizeof(usb_ids)/sizeof(usb_ids[0]);
-- 
GitLab