X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fhw-detector.git;a=blobdiff_plain;f=src%2Fhw_detector%2Fhw_types%2Fhw_oe19_2u.py;h=fe58765991bea5ceeccafda3eb73e9661c219b53;hp=b16a00c669fda4e0630a1c5c583181d97a584f19;hb=HEAD;hpb=16a99da97d1b95a14514ab8e7c0f75e43ba8c184 diff --git a/src/hw_detector/hw_types/hw_oe19_2u.py b/src/hw_detector/hw_types/hw_oe19_2u.py index b16a00c..fe58765 100644 --- a/src/hw_detector/hw_types/hw_oe19_2u.py +++ b/src/hw_detector/hw_types/hw_oe19_2u.py @@ -17,7 +17,7 @@ from hw_detector.nokia_hw_type import NokiaHWType class HWOE192U(NokiaHWType): def __init__(self): super(HWOE192U, self).__init__() - self.matches = {'Board Product' : 'AE-SER2U-A/AF1804.01'} + self.matches = {'Board Product' : 'AE-SER2U-A/AF1804.*'} self.hwtype = 'OE192U' self.productfamily = 'OE19' self.disk_map = {'os' : '%s/pci-0000:00:11.5-ata-3' %self.by_path,