From 97f901d759c7d21803ea19de6af5af39e1a7cdbd Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 25 Jan 2022 19:17:59 -0300 Subject: [PATCH] Add "IBM COMPATABLE" to VGA detection --- biostools/analyzers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biostools/analyzers.py b/biostools/analyzers.py index 5141d69..d10b9ba 100644 --- a/biostools/analyzers.py +++ b/biostools/analyzers.py @@ -1009,7 +1009,7 @@ class BonusAnalyzer(Analyzer): ) self._rpl_pattern = re.compile(b'''NetWare Ready ROM''') self._sli_pattern = re.compile(b'''[0-9]{12}Genuine NVIDIA Certified SLI Ready Motherboard for ''') - self._vbios_pattern = re.compile(b'''IBM (?:VGA C(?:OMPATIBLE|ompatible)|COMPATIBLE PARADISE)|ATI Technologies Inc\.|SiS super VGA chip''') + self._vbios_pattern = re.compile(b'''IBM (?:VGA C(?:OMPAT[IA]BLE|ompatible)|COMPATIBLE PARADISE)|ATI Technologies Inc\.|SiS super VGA chip''') def can_handle(self, file_data, header_data): # PhoenixNet