From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: [PATCH] multipath-tools: add official name to Huawei devices Date: Mon, 1 Aug 2016 22:34:00 +0200 Message-ID: <1470083640-4663-1-git-send-email-xose.vazquez@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com Cc: device-mapper development , Xose Vazquez Perez List-Id: dm-devel.ids from http://www.t10.org/ftp/t10/vendorid.txt Its official name is: "HUASY" Just in case. Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index baf2892..d255ec4 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -818,7 +818,7 @@ static struct hwentry default_hw[] = { * Huawei */ { - .vendor = "HUAWEI", + .vendor = "(HUAWEI|HUASY)", .product = "XSG1", .pgpolicy = MULTIBUS, .pgfailback = FAILBACK_UNDEF, -- 2.7.4