Skip to content
Snippets Groups Projects
Commit 3818fe56 authored by chrfranke's avatar chrfranke
Browse files

Add USB IDs of two Maxtor disks and Prolific bridge.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2795 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 29863a8e
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#include "dev_ata_cmd_set.h" // ata_device_with_command_set #include "dev_ata_cmd_set.h" // ata_device_with_command_set
#include "dev_tunnelled.h" // tunnelled_device<> #include "dev_tunnelled.h" // tunnelled_device<>
const char *scsiata_c_cvsid="$Id: scsiata.cpp,v 1.34 2009/05/24 16:30:50 chrfranke Exp $" const char *scsiata_c_cvsid="$Id: scsiata.cpp,v 1.35 2009/06/03 20:10:20 chrfranke Exp $"
CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID SCSICMDS_H_CVSID SCSIATA_H_CVSID UTILITY_H_CVSID; CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID SCSICMDS_H_CVSID SCSIATA_H_CVSID UTILITY_H_CVSID;
/* for passing global control variables */ /* for passing global control variables */
...@@ -1307,12 +1307,14 @@ const usb_id_entry usb_ids[] = { ...@@ -1307,12 +1307,14 @@ const usb_id_entry usb_ids[] = {
{ 0x04fc, 0x0c25, 0x0103, d_sunplus }, // SunPlus SPDIF225 (USB+SATA->SATA) { 0x04fc, 0x0c25, 0x0103, d_sunplus }, // SunPlus SPDIF225 (USB+SATA->SATA)
{ 0x059f, 0x0651, -1, d_unsup }, // LaCie hard disk (FA Porsche design) { 0x059f, 0x0651, -1, d_unsup }, // LaCie hard disk (FA Porsche design)
{ 0x059f, 0x1018, -1, d_sat }, // LaCie hard disk (Neil Poulton design) { 0x059f, 0x1018, -1, d_sat }, // LaCie hard disk (Neil Poulton design)
{ 0x067b, 0x3507, 0x0001, d_unsup }, // Prolific PL3507
{ 0x0930, 0x0b09, -1, d_sunplus }, // Toshiba PX1396E-3T01 (similar to Dura Micro) { 0x0930, 0x0b09, -1, d_sunplus }, // Toshiba PX1396E-3T01 (similar to Dura Micro)
{ 0x0bc2, 0x2100, -1, d_sat }, // Seagate FreeAgent Go { 0x0bc2, 0x2100, -1, d_sat }, // Seagate FreeAgent Go
{ 0x0bc2, 0x3001, -1, d_sat }, // Seagate FreeAgent Desk { 0x0bc2, 0x3001, -1, d_sat }, // Seagate FreeAgent Desk
{ 0x0c0b, 0xb159, 0x0103, d_sunplus }, // Dura Micro (Sunplus USB-bridge) { 0x0c0b, 0xb159, 0x0103, d_sunplus }, // Dura Micro (Sunplus USB-bridge)
{ 0x0d49, 0x7310, 0x0125, d_sat }, // Maxtor OneTouch 4 { 0x0d49, 0x7310, 0x0125, d_sat }, // Maxtor OneTouch 4
//{ 0x0d49, -1, -1, d_sat }, // Maxtor Basics Desktop { 0x0d49, 0x7350, 0x0125, d_sat }, // Maxtor OneTouch 4 Mini
{ 0x0d49, 0x7450, 0x0122, d_sat }, // Maxtor Basics Portable
{ 0x1058, 0x1001, 0x0104, d_sat }, // WD Elements Desktop { 0x1058, 0x1001, 0x0104, d_sat }, // WD Elements Desktop
{ 0x1058, 0x1010, 0x0105, d_sat }, // WD Elements { 0x1058, 0x1010, 0x0105, d_sat }, // WD Elements
{ 0x1058, 0x1102, 0x1028, d_sat }, // WD My Book { 0x1058, 0x1102, 0x1028, d_sat }, // WD My Book
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment