Fixing HP driver matching to catch newer HP/Aruba devices properly.

Change-Id: I2448331af91c98a792394a6786b900b49ee706ba
diff --git a/drivers/hp/src/main/resources/hp-driver.xml b/drivers/hp/src/main/resources/hp-driver.xml
index 39e4d5e..169290e 100644
--- a/drivers/hp/src/main/resources/hp-driver.xml
+++ b/drivers/hp/src/main/resources/hp-driver.xml
@@ -40,7 +40,7 @@
  -->
 
 <drivers>
-    <driver name="hp-switch" extends="default" manufacturer="HP" swVersion=".*">
+    <driver name="hp-switch" extends="default" manufacturer="(HP|Aruba)" swVersion=".*">
         <behaviour api="org.onosproject.net.behaviour.Pipeliner"
                    impl="org.onosproject.drivers.hp.HPPipelineV1"/>
         <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"