From e51dfbb5a48397a6815876dd7e30a753c47246a1 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 30 Nov 2014 14:55:46 +0000
Subject: [PATCH] Merge r4014 into 5.40-6.3 drivedb.h branches.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/branches/RELEASE_6_0_DRIVEDB@4015 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/drivedb.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h
index 6541347ff..24fa70db2 100644
--- a/smartmontools/drivedb.h
+++ b/smartmontools/drivedb.h
@@ -3276,8 +3276,8 @@ const drive_settings builtin_knowndrives[] = {
     "",
     "-d usbjmicron,0" // Port number is required
   },
-  { "USB: ; Prolific PL2773", // USB->SATA
-    "0x067b:0x2773",
+  { "USB: ; Prolific PL2571/2771/2773/2775", // USB->SATA, USB3->SATA,
+    "0x067b:0x(2571|277[135])",              // USB3+eSATA->SATA, USB3->2xSATA
     "",
     "",
     "" // smartmontools >= r4004: -d usbprolific
-- 
GitLab