Blame SOURCES/0162-RHBZ-1333331-huawei-config.patch

c896fb
---
c896fb
 libmultipath/hwtable.c |    9 +++++++++
c896fb
 1 file changed, 9 insertions(+)
c896fb
c896fb
Index: multipath-tools-130222/libmultipath/hwtable.c
c896fb
===================================================================
c896fb
--- multipath-tools-130222.orig/libmultipath/hwtable.c
c896fb
+++ multipath-tools-130222/libmultipath/hwtable.c
c896fb
@@ -1182,6 +1182,15 @@ static struct hwentry default_hw[] = {
c896fb
 		.dev_loss      = 60,
c896fb
 		.prio_args     = NULL,
c896fb
 	},
c896fb
+	{
c896fb
+		.vendor        = "HUAWEI",
c896fb
+		.product       = "XSG1",
c896fb
+		.features      = DEFAULT_FEATURES,
c896fb
+		.hwhandler     = DEFAULT_HWHANDLER,
c896fb
+		.pgpolicy      = MULTIBUS,
c896fb
+		.pgfailback    = -FAILBACK_IMMEDIATE,
c896fb
+		.checker_name  = TUR,
c896fb
+	},
c896fb
 	/*
c896fb
 	 * EOL
c896fb
 	 */