From 9631beb23e3f873ceac4a80746cd3013891d33b6 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Thu, 28 Jun 2012 18:19:48 +0200 Subject: [PATCH] Add definitions for HP P6300 Signed-off-by: Hannes Reinecke diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index c5b4071..d7292ee 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -133,7 +133,7 @@ static struct hwentry default_hw[] = { { /* EVA 3000/5000 with new firmware, EVA 4000/6000/8000 */ .vendor = "(COMPAQ|HP)", - .product = "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0", + .product = "HSV1[01]1|HSV2[01]0|HSV3[046]0|HSV4[05]0", .features = DEFAULT_FEATURES, .hwhandler = DEFAULT_HWHANDLER, .pgpolicy = GROUP_BY_PRIO,