From 962b95dec830676e6145e2ab9dbb824a48c65b53 Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 6 Nov 2009 20:44:17 +0000 Subject: [PATCH] Add USB IDs of Iomega LPHD080-0, 2 Genesys Logic bridges and Initio 316000. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2982 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/CHANGELOG | 3 +++ smartmontools/scsiata.cpp | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG index 7bfaaaaed..81f67a870 100644 --- a/smartmontools/CHANGELOG +++ b/smartmontools/CHANGELOG @@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [CF] Add USB IDs of Iomega LPHD080-0, 2 Genesys Logic bridges and + Initio 316000. + [MS] knowndrives.cpp update: Hitachi Travelstar 5K320 series [CF] smartctl: Ignore normalized attribute value and threshold diff --git a/smartmontools/scsiata.cpp b/smartmontools/scsiata.cpp index 5c790107d..b1ed16dd2 100644 --- a/smartmontools/scsiata.cpp +++ b/smartmontools/scsiata.cpp @@ -1345,12 +1345,16 @@ const usb_id_entry usb_ids[] = { { 0x04fc, 0x0c15, 0xf615, d_sunplus }, // SunPlus SPDIF215 { 0x04fc, 0x0c25, 0x0103, d_sunplus }, // SunPlus SPDIF225 (USB+SATA->SATA) // Iomega + { 0x059b, 0x0272, -1, d_cypress }, // Iomega LPHD080-0 { 0x059b, 0x0275, 0x0001, d_unsup }, // Iomega MDHD500-U // LaCie { 0x059f, 0x0651, -1, d_unsup }, // LaCie hard disk (FA Porsche design) { 0x059f, 0x1018, -1, d_sat }, // LaCie hard disk (Neil Poulton design) // In-System Design { 0x05ab, 0x0060, 0x1101, d_cypress }, // In-System/Cypress ISD-300A1 + // Genesys Logic + { 0x05e3, 0x0702, -1, d_unsup }, // Genesys Logic GL881E + { 0x05e3, 0x0718, 0x0041, d_sat }, // Genesys Logic ? (TODO: requires '-T permissive') // Prolific { 0x067b, 0x3507, 0x0001, d_unsup }, // Prolific PL3507 // Freecom @@ -1378,6 +1382,7 @@ const usb_id_entry usb_ids[] = { { 0x1058, 0x1100, 0x0165, d_sat }, // WD My Book Essential { 0x1058, 0x1102, 0x1028, d_sat }, // WD My Book // Initio + { 0x13fd, 0x0540, -1, d_unsup }, // Initio 316000 { 0x13fd, 0x1240, 0x0104, d_sat }, // Initio ? (USB->SATA) { 0x13fd, 0x1340, 0x0208, d_sat }, // Initio ? (USB+SATA->SATA) // JMicron -- GitLab