From 09fba9fbab65325fafc91b52d358473cf8b3115d Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 14 Jan 2010 19:47:58 +0000 Subject: [PATCH] Add USB ID of Samsung Story Station. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3030 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 72cdd2820..ba48f1957 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 Samsung Story Station. + [MS] drivedb.h update: - Hitachi Travelstar 5K320: some EA models miss last 2 "0" in model string diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp index 138b00e8a..5c20a7790 100644 --- a/smartmontools/scsiata.cpp +++ b/smartmontools/scsiata.cpp @@ -1341,6 +1341,8 @@ const usb_id_entry usb_ids[] = { //{ 0x04b4, 0x6831, -1, d_cypress }, // Cypress CY7C68310 (ISD-300LP) // Myson Century { 0x04cf, 0x8818, 0xb007, d_unsup }, // Myson Century CS8818 + // Samsung + { 0x04e8, 0x5f06, -1, d_sat }, // Samsung Story Station // Sunplus { 0x04fc, 0x0c15, 0xf615, d_sunplus }, // SunPlus SPDIF215 { 0x04fc, 0x0c25, 0x0103, d_sunplus }, // SunPlus SPDIF225 (USB+SATA->SATA) -- GitLab