From 0af5fc347f0c3eecffc306dedd5fefa514955cf4 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 1 Jan 2010 19:49:54 +0000
Subject: [PATCH] Add USB ID of Toshiba PX1270E-1G16.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3023 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 4f46bd90a..57cd051c6 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 Toshiba PX1270E-1G16.
+
   [CF] Happy New Year! Update copyright year in version info.
 
   [CF] drivedb.h update:
diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp
index 736e559d0..722e16b18 100644
--- a/smartmontools/scsiata.cpp
+++ b/smartmontools/scsiata.cpp
@@ -1360,6 +1360,7 @@ const usb_id_entry usb_ids[] = {
   // Freecom
   { 0x07ab, 0xfc8e, 0x010f, d_sunplus }, // Freecom Hard Drive XS
   // Toshiba
+  { 0x0930, 0x0b03,     -1, d_sunplus }, // Toshiba PX1270E-1G16
   { 0x0930, 0x0b09,     -1, d_sunplus }, // Toshiba PX1396E-3T01 (similar to Dura Micro 501)
   // Seagate
   { 0x0bc2, 0x2000,     -1, d_sat     }, // Seagate FreeAgent Go
-- 
GitLab