From 433c492837ce24447fecbc62f9172d2129b25473 Mon Sep 17 00:00:00 2001 From: Jyrki Aaltonen Date: Thu, 27 Jun 2019 10:41:45 +0300 Subject: [PATCH] Made the oe19_2u check more generic Change-Id: I732e335f9dff8830600ae6482449dd5c639143ab Signed-off-by: Jyrki Aaltonen --- src/hw_detector/hw_types/hw_oe19_2u.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.16.6