You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
682 B
24 lines
682 B
--- |
|
libmultipath/hwtable.c | 9 +++++++++ |
|
1 file changed, 9 insertions(+) |
|
|
|
Index: multipath-tools-130222/libmultipath/hwtable.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c |
|
+++ multipath-tools-130222/libmultipath/hwtable.c |
|
@@ -1182,6 +1182,15 @@ static struct hwentry default_hw[] = { |
|
.dev_loss = 60, |
|
.prio_args = NULL, |
|
}, |
|
+ { |
|
+ .vendor = "HUAWEI", |
|
+ .product = "XSG1", |
|
+ .features = DEFAULT_FEATURES, |
|
+ .hwhandler = DEFAULT_HWHANDLER, |
|
+ .pgpolicy = MULTIBUS, |
|
+ .pgfailback = -FAILBACK_IMMEDIATE, |
|
+ .checker_name = TUR, |
|
+ }, |
|
/* |
|
* EOL |
|
*/
|
|
|